Schema bimoR.v1
Schema bimoR.v1 : Typ prosty clientInformationEnum
Typ prosty clientInformationEnum
Opis
Zakresy informacji o kliencie
Zakresy informacji o kliencie z danych subskrybenta w bazie SIBIG dostępne w ramach Kopii Danych
Przestrzeń nazw http://api.big.pl/bimoR/v1
Typ
Restriction of xs:string
Diagram
Typ prosty clientInformationEnum
Przegląd
clientInformationEnum Restriction of xs:string
Zakresy informacji o kliencie
Zakresy informacji o kliencie z danych subskrybenta w bazie SIBIG dostępne w ramach Kopii Danych
Dozwolone wartości
EnumerationpersonalData
Dane osoby fizycznej
EnumerationcompanyData
Dane firmy
Źródło
<xs:simpleType name="clientInformationEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zakresy informacji o kliencie</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zakresy informacji o kliencie z danych subskrybenta w bazie SIBIG dostępne w ramach Kopii Danych</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="personalData">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Dane osoby fizycznej</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="companyData">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Dane firmy</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Zobacz także