The type dx:countryCodeType specifies the abbreviation of a country, identified by two capital letters.
The tree structure of the type dx:countryCodeType has the following appearance:
<xs:simpleType name="countryCodeType">
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z]{2}"/>
</xs:restriction>
</xs:simpleType>