simpleType "PrimaryRoleOfUnit"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2207003"
 - 
Ground Transport
"2207005"
 - 
Non-Transport Administrative (e.g., Supervisor)
"2207007"
 - 
Non-Transport Assistance
"2207009"
 - 
Non-Transport Rescue
"2207011"
 - 
Air Transport-Helicopter
"2207013"
 - 
Air Transport-Fixed Wing

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The Primary role of the EMS Unit which responded to this specific EMS incident.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PrimaryRoleOfUnit
Derivation:
restriction of xs:string
Facets:
enumeration:
"2207003"
 - 
Ground Transport
"2207005"
 - 
Non-Transport Administrative (e.g., Supervisor)
"2207007"
 - 
Non-Transport Assistance
"2207009"
 - 
Non-Transport Rescue
"2207011"
 - 
Air Transport-Helicopter
"2207013"
 - 
Air Transport-Fixed Wing
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="PrimaryRoleOfUnit">
<xs:restriction base="xs:string">
<xs:enumeration value="2207003"/>
<xs:enumeration value="2207005"/>
<xs:enumeration value="2207007"/>
<xs:enumeration value="2207009"/>
<xs:enumeration value="2207011"/>
<xs:enumeration value="2207013"/>
</xs:restriction>
</xs:simpleType>