Schema BIG2BIG
Schema BIG2BIG : Typ prosty countryCode
Typ prosty countryCode
Opis
Typ zawierający kod kraju dla formatu ISO 3166-1 alfa-3
Przestrzeń nazw https://www.big2big.org/v1/report
Typ
Restriction of xs:string
Diagram
Typ prosty countryCode
Przegląd
countryCode Restriction of xs:string
Typ zawierający kod kraju dla formatu ISO 3166-1 alfa-3
Dozwolone wartości
Pattern[A-Z]{3}
Źródło
<xs:simpleType name="countryCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Typ zawierający kod kraju dla formatu ISO 3166-1 alfa-3</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Z]{3}" />
  </xs:restriction>
</xs:simpleType>
Zobacz także