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

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