Schema BIG2BIG
Schema BIG2BIG : Typ złożony SubjectIdentityType
Typ złożony SubjectIdentityType
Opis
Dane identyfikacyjne podmiotu wykonującego działalnośc gospodarczą
Przestrzeń nazw https://www.big2big.org/v1/report
Diagram
Sequence Grupa IdentityNumberGroup Sequence Element NIP Choice Typ złożony SubjectIdentityType
Przegląd
SubjectIdentityType
Dane identyfikacyjne podmiotu wykonującego działalnośc gospodarczą
Choice
Sequence
IdentityNumberGroup
Grupa elementów dla oznaczenia numeru/dokumentu identyfikacyjnego
Używany przez
Źródło
<xs:complexType name="SubjectIdentityType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Dane identyfikacyjne podmiotu wykonującego działalnośc gospodarczą</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>Dla podmiotów z polski należy podać NIP. Dla pozostałych inny numer</xs:documentation>
    </xs:annotation>
    <xs:element name="NIP" type="ns1:nip">
      <xs:annotation>
        <xs:documentation>Numer NIP</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:sequence>
      <xs:annotation>
        <xs:documentation>Dane innego numeru identyfikacyjnego podmiotu</xs:documentation>
      </xs:annotation>
      <xs:group ref="ns1:IdentityNumberGroup" />
    </xs:sequence>
  </xs:choice>
</xs:complexType>
Zobacz także