simpleType "ANSICountryCode"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Length:
2

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A list of valid Country ANSI Codes
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ANSICountryCode
Derivation:
restriction of xs:string
Facets:
length:
2
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="ANSICountryCode">
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>