simpleType "ANSIStateCode"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
[0-9]{2}

All Direct / Indirect Based Elements (8):
Known Usage Locations
Annotation
A list of valid ANSI State Codes
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ANSIStateCode
Derivation:
restriction of xs:string
Facets:
pattern:
[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="ANSIStateCode">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{2}"/>
</xs:restriction>
</xs:simpleType>