Schema BIG2BIG
Schema BIG2BIG : Typ złożony PaidObligationType
Typ złożony PaidObligationType
Przestrzeń nazw https://www.big2big.org/v1/report
Diagram
Element IsSumOfInstalments Element PaidDate Element DueDate Element Currency Element PaidDebtAmount Element TotalDebtAmount Element LegalTitle Sequence Typ złożony PaidObligationType
Przegląd
ID required xs:int
Identyfikator elementu w kolekcji
Sequence
LegalTitle optional Typ prosty string250
Tytuł prawny zobowiązania
TotalDebtAmount xs:decimal
Łączna kwota i zobowiązań
PaidDebtAmount xs:decimal
Kwota spłacona
Currency Typ prosty currency
Waluta zobowiązania
DueDate xs:date
Data wymagalności zobowiązania
PaidDate xs:date
Data spłacenia zobowiązania
IsSumOfInstalments optional xs:boolean
Czy zobowiązanie dotyczy spłat całości zobowiązań ratalnych
Używany przez
Atrybuty
NazwaTypUżywaDomyślnieStałyOpis
IDxs:intrequired  Identyfikator elementu w kolekcji
Źródło
<xs:complexType name="PaidObligationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="LegalTitle" type="ns1:string250" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Tytuł prawny zobowiązania</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TotalDebtAmount" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Łączna kwota i zobowiązań</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PaidDebtAmount" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Kwota spłacona</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Currency" type="ns1:currency" default="PLN">
      <xs:annotation>
        <xs:documentation>Waluta zobowiązania</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DueDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>Data wymagalności zobowiązania</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PaidDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>Data spłacenia zobowiązania</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IsSumOfInstalments" type="xs:boolean" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Czy zobowiązanie dotyczy spłat całości zobowiązań ratalnych</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:int" use="required">
    <xs:annotation>
      <xs:documentation>Identyfikator elementu w kolekcji</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Zobacz także