Schema BIG2BIG
Schema BIG2BIG : Typ złożony StatuteOfLimitationType
Typ złożony StatuteOfLimitationType
Przestrzeń nazw https://www.big2big.org/v1/report
Diagram
Element DisputedAmount Element EntirelyDisputed Sequence Typ złożony StatuteOfLimitationType
Przegląd
Sequence
EntirelyDisputed xs:boolean
Czy przedawnienie całego zobowiązania
DisputedAmount optional xs:decimal
Kwota przedawniona wg dłużnika. Waluta zgodna z podaną w zobowiązaniu
Używany przez
Źródło
<xs:complexType name="StatuteOfLimitationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="EntirelyDisputed" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Czy przedawnienie całego zobowiązania</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DisputedAmount" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Kwota przedawniona wg dłużnika. Waluta zgodna z podaną w zobowiązaniu</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także