simpleType "ANSICountryCodesCAMXUS"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"CA"
 - 
Canada
"MX"
 - 
Mexico
"US"
 - 
United States

All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
ANSI Codes for USA, Mexico, and Canada
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ANSICountryCodesCAMXUS
Derivation:
restriction of xs:string
Facets:
enumeration:
"CA"
 - 
Canada
"MX"
 - 
Mexico
"US"
 - 
United States
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="ANSICountryCodesCAMXUS">
<xs:restriction base="xs:string">
<xs:enumeration value="CA"/>
<xs:enumeration value="MX"/>
<xs:enumeration value="US"/>
</xs:restriction>
</xs:simpleType>