Schema bimoR.v1
Schema bimoR.v1 : Typ prosty pkd
Typ prosty pkd
Opis
Kod PKD 2007
Przestrzeń nazw http://api.big.pl/bimoR/v1
Typ
Restriction of xs:string
Diagram
Typ prosty pkd
Przegląd
pkd Restriction of xs:string
Kod PKD 2007
Dozwolone wartości
MinLength2
MaxLength5
Pattern\d{2,4}[a-zA-Z]
Źródło
<xs:simpleType name="pkd" 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 PKD 2007</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="2" />
    <xs:maxLength value="5" />
    <xs:pattern value="\d{2,4}[a-zA-Z]" />
  </xs:restriction>
</xs:simpleType>
Zobacz także