tp:countrySimpleType

Simple Type Information

Used By

Complex Type tp:countryType

Source

<xsd:simpleType name="countrySimpleType">
  <xsd:restriction base="xsd:string">
    <xsd:length value="2"/>
    <xsd:pattern value="[A-Z]{2}"/>
  </xsd:restriction>
</xsd:simpleType>