Schema bimoR.gus.v1
Schema bimoR.gus.v1 : Typ złożony NaturalPersonInformation
Typ złożony NaturalPersonInformation
Opis
Dane osoby fizycznej
Typ reprezentuje dane osoby fizycznej
Przestrzeń nazw http://api.big.pl/bimoR/gus/v1
Diagram
Element surname Element middlename Element forename Sequence Typ złożony NaturalPersonInformation
Przegląd
NaturalPersonInformation
Dane osoby fizycznej
Typ reprezentuje dane osoby fizycznej
Sequence
middlename optional Typ prosty string50
Drugie imię
surname optional Typ prosty string100
Nazwisko
Używany przez
Źródło
<xs:complexType name="NaturalPersonInformation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Dane osoby fizycznej</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ reprezentuje dane osoby fizycznej</div>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="forename" minOccurs="0" type="bc:string50">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Imię</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml"></div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="middlename" minOccurs="0" type="bc:string50">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Drugie imię</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml"></div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="surname" minOccurs="0" type="bc:string100">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Nazwisko</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