Schema bimoR.ceidg.v1
Schema bimoR.ceidg.v1 : Typ prosty ulic
Typ prosty ulic
Opis
Kod ULIC
Przestrzeń nazw http://api.big.pl/bimoR/ceidg/v1
Typ
Restriction of xs:string
Diagram
Typ prosty ulic
Przegląd
ulic Restriction of xs:string
Kod ULIC
Dozwolone wartości
MinLength5
MaxLength5
Pattern\d{5}
Źródło
<xs:simpleType name="ulic" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Kod ULIC</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="5" />
    <xs:maxLength value="5" />
    <xs:pattern value="\d{5}" />
  </xs:restriction>
</xs:simpleType>
Zobacz także