Schema bimoR.v1
Schema bimoR.v1 : Typ prosty restrictionPeselStatusEnum
Typ prosty restrictionPeselStatusEnum
Opis
Słownik możliwych statusów zastrzeżenia PESEL w rejestrze PESEL
Przestrzeń nazw http://api.big.pl/bimoR/v1
Typ
Restriction of xs:string
Diagram
Typ prosty restrictionPeselStatusEnum
Przegląd
restrictionPeselStatusEnum Restriction of xs:string
Słownik możliwych statusów zastrzeżenia PESEL w rejestrze PESEL
Dozwolone wartości
Enumerationrestricted
PESEL zastrzeżony
EnumerationnoRestricted
PESEL niezastrzeżony
Źródło
<xs:simpleType name="restrictionPeselStatusEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Słownik możliwych statusów zastrzeżenia PESEL w rejestrze PESEL</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="restricted">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">PESEL zastrzeżony</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="noRestricted">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">PESEL niezastrzeżony</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Zobacz także