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

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