simpleType "NationalRegistryNumber"
Namespace:
Defined:
globally in dPersonnel_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
[A-Z][A-Z0-9][0-9]{6}

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Level of the current National Registry of Emergency Medical Technicians (NREMT) certification.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  NationalRegistryNumber
Derivation:
restriction of xs:string
Facets:
pattern:
[A-Z][A-Z0-9][0-9]{6}
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="NationalRegistryNumber">
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z][A-Z0-9][0-9]{6}"/>
</xs:restriction>
</xs:simpleType>