simpleType "CountryCodeClassCodeType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
xs:NMTOKEN | ("ISO-3166" | "ISO-3166, 2-letter" | "ISO-3166, 3-letter)" | "ISO-3166, numeric")
All Direct / Indirect Based Attributes (1):
CountryType/@codeClass
Known Usage Locations
Annotation
Provides specification of the country code type used by the parent object. It may designed as one of the recommended formats (ISO 3166 2 or 3 letter or numeric) or any other format expressed as a string with no spaces.
Type Definition Detail
Type Derivation Tree
union of (xs:NMTOKEN | RecommendedCountryCodeClassCodeType)
  CountryCodeClassCodeType
Derivation:
by union
Member Types
  1. xs:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="CountryCodeClassCodeType">
<xs:union memberTypes="xs:NMTOKEN RecommendedCountryCodeClassCodeType"/>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set