simpleType "NationalRegistryCertificationLevel"
Namespace:
Defined:
globally in dPersonnel_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1529001"
 - 
2009 Advanced Emergency Medical Technician (AEMT)
"1529003"
 - 
2009 Emergency Medical Responder (EMR)
"1529005"
 - 
2009 Emergency Medical Technician
"1529007"
 - 
2009 Paramedic
"1529009"
 - 
EMT-Basic
"1529011"
 - 
EMT-Intermediate
"1529013"
 - 
EMT-Paramedic
"1529015"
 - 
First Responder

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The national registration number associated with the level of certification/licensure obtained through NREMT
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  NationalRegistryCertificationLevel
Derivation:
restriction of xs:string
Facets:
enumeration:
"1529001"
 - 
2009 Advanced Emergency Medical Technician (AEMT)
"1529003"
 - 
2009 Emergency Medical Responder (EMR)
"1529005"
 - 
2009 Emergency Medical Technician
"1529007"
 - 
2009 Paramedic
"1529009"
 - 
EMT-Basic
"1529011"
 - 
EMT-Intermediate
"1529013"
 - 
EMT-Paramedic
"1529015"
 - 
First Responder
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="NationalRegistryCertificationLevel">
<xs:restriction base="xs:string">
<xs:enumeration value="1529001"/>
<xs:enumeration value="1529003"/>
<xs:enumeration value="1529005"/>
<xs:enumeration value="1529007"/>
<xs:enumeration value="1529009"/>
<xs:enumeration value="1529011"/>
<xs:enumeration value="1529013"/>
<xs:enumeration value="1529015"/>
</xs:restriction>
</xs:simpleType>