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