Schema BIG2BIG
Schema BIG2BIG : Typ złożony ObligationType
Typ złożony ObligationType
Przestrzeń nazw https://www.big2big.org/v1/report
Diagram
Element StatuteOfLimitation Element Objections Element Proceedings Element PaymentRequestDispachDate Element ArrearsRiseDate Element LegalTypeCode Element LegalTitle Element EnforcableTitle Element ArrearsAmount Element LiabilityAmount Element Currency Sequence Typ złożony ObligationType
Przegląd
ID required xs:int
Identyfikator elementu w kolekcji
Sequence
Currency Typ prosty currency
Waluta zobowiązania
LiabilityAmount optional xs:decimal
Kwota zobowiązania
ArrearsAmount xs:decimal
Kwota zaległości
EnforcableTitle optional Typ prosty string500
Tytuł zobowiązania stwierdzonego tytułem wykonawczym zawierający sygnaturę, datę oraz dane organu orzekającego
LegalTitle Typ prosty string250
Tytuł prawny zobowiązania
LegalTypeCode optional Typ prosty string40
Opcjonalny kod rodzaju zobowiązania
ArrearsRiseDate xs:date
Data postania zaległości
PaymentRequestDispachDate optional xs:date
Data wysłania lub doręczenia wezwania do zapłaty
Proceedings optional Typ prosty string2000
Informacja o postepowaniach dotyczących zobowiązania
Objections optional Typ złożony ObjectionsType
informacja o kwestionowaniu przez dłużnika całości lub części zobowiązania. Brak elementu oznacza brak zarzutów, pusty element tylko informację, że zgłoszono zarzuty
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
StatuteOfLimitation optional Typ złożony StatuteOfLimitationType
informacja o podnoszeniu przez dłużnika zarzutu przedawnienia
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
Atrybuty
NazwaTypUżywaDomyślnieStałyOpis
IDxs:intrequired  Identyfikator elementu w kolekcji
Źródło
<xs:complexType name="ObligationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <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="LiabilityAmount" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Kwota zobowiązania</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ArrearsAmount" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Kwota zaległości</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EnforcableTitle" type="ns1:string500" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Tytuł zobowiązania stwierdzonego tytułem wykonawczym zawierający sygnaturę, datę oraz dane organu orzekającego</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LegalTitle" type="ns1:string250">
      <xs:annotation>
        <xs:documentation>Tytuł prawny zobowiązania</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LegalTypeCode" type="ns1:string40" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Opcjonalny kod rodzaju zobowiązania</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ArrearsRiseDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>Data postania zaległości</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PaymentRequestDispachDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Data wysłania lub doręczenia wezwania do zapłaty</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Proceedings" type="ns1:string2000" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Informacja o postepowaniach dotyczących zobowiązania</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Objections" type="ns1:ObjectionsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>informacja o kwestionowaniu przez dłużnika całości lub części zobowiązania. Brak elementu oznacza brak zarzutów, pusty element tylko informację, że zgłoszono zarzuty</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StatuteOfLimitation" type="ns1:StatuteOfLimitationType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>informacja o podnoszeniu przez dłużnika zarzutu przedawnienia</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