Definition Type Simple Type
Name countryCodeT
Namespace http://mobility.usos.edu.pl
Facets  
Pattern [a-zA-Z]{2}
Documentation Unique code of the country in ISO 3166-1 alpha-2 format, e.g. "PL", "IT", "GB". Full list available at http://www.iso.org/iso/english_country_names_and_code_elements.
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:simpleType name="countryCodeT" >
  <xsd:annotation>
    <xsd:documentation>Unique code of the country in ISO 3166-1 alpha-2 format, e.g. &quot;PL&quot;, &quot;IT&quot;, &quot;GB&quot;. Full list available at http://www.iso.org/iso/english_country_names_and_code_elements.</xsd:documentation>
  </xsd:annotation>

  <xsd:restriction base="xsd:string">
    <xsd:pattern value="[a-zA-Z]{2}"/>
  </xsd:restriction>

</xsd:simpleType>
Derivation Tree
[No Sub Types]
countryCodeT
    tns:countryName
References
tns:countryName
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 by Liquid Technologies Ltd