Schema bimoR.gus.v1
Schema bimoR.gus.v1 : Typ prosty bodyCode
Typ prosty bodyCode
Opis
Typ prosty reprezentujący kod organu założycielskiego lub rejestrowego
Przestrzeń nazw http://api.big.pl/bimoR/gus/v1
Typ
Restriction of Typ prosty string
Diagram
Typ prosty bodyCode
Przegląd
bodyCode Restriction of Typ prosty string
Typ prosty reprezentujący kod organu założycielskiego lub rejestrowego
Dozwolone wartości
MinLength9
MaxLength9
Pattern\d{9}
Źródło
<xs:simpleType name="bodyCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ prosty reprezentujący kod organu założycielskiego lub rejestrowego</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="bc:string">
    <xs:minLength value="9" />
    <xs:maxLength value="9" />
    <xs:pattern value="\d{9}" />
  </xs:restriction>
</xs:simpleType>
Zobacz także