simpleType "USNG"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
([1-9]|[1-5][0-9]|60)[C-HJ-NP-X][A-HJ-NP-Z][A-HJ-NP-V][0-9]{8}

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The US National Grid Coordinates
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  USNG
Derivation:
restriction of xs:string
Facets:
pattern:
([1-9]|[1-5][0-9]|60)[C-HJ-NP-X][A-HJ-NP-Z][A-HJ-NP-V][0-9]{8}
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="USNG">
<xs:restriction base="xs:string">
<xs:pattern value="([1-9]|[1-5][0-9]|60)[C-HJ-NP-X][A-HJ-NP-Z][A-HJ-NP-V][0-9]{8}"/>
</xs:restriction>
</xs:simpleType>