Schema bimoR.gus.v1
Schema bimoR.gus.v1 : Typ złożony Partners
Typ złożony Partners
Opis
Lista wspólników
Typ reprezentuje listę wspólników
Przestrzeń nazw http://api.big.pl/bimoR/gus/v1
Diagram
Element partner Sequence Typ złożony Partners
Przegląd
Partners
Lista wspólników
Typ reprezentuje listę wspólników
Sequence
partner 1..∞ Typ złożony Partner
Dane wspólnika
Sequence
regon optional Typ prosty regon9
Regon wspólnika
forename optional Typ prosty string30
Pierwsze imię
middlename optional Typ prosty string30
Drugie imię
surname optional Typ prosty string40
Nazwisko
Używany przez
Źródło
<xs:complexType name="Partners" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Lista wspólników</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ reprezentuje listę wspólników</div>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="partner" minOccurs="1" maxOccurs="unbounded" type="brg:Partner">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Dane wspólnika</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml"></div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także