simpleType "EMSSceneUnitDelayReason"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2210001"
 - 
Awaiting Air Unit
"2210003"
 - 
Awaiting Ground Unit
"2210005"
 - 
Crowd
"2210007"
 - 
Directions/Unable to Locate
"2210009"
 - 
Distance
"2210011"
 - 
Extrication
"2210013"
 - 
HazMat
"2210015"
 - 
Language Barrier
"2210017"
 - 
None/No Delay
"2210019"
 - 
Other
"2210021"
 - 
Patient Access
"2210023"
 - 
Safety-Crew/Staging
"2210025"
 - 
Safety-Patient
"2210027"
 - 
Staff Delay
"2210029"
 - 
Traffic
"2210031"
 - 
Triage/Multiple Patients
"2210033"
 - 
Vehicle Crash Involving this Unit
"2210035"
 - 
Vehicle Failure of this Unit
"2210037"
 - 
Weather
"2210039"
 - 
Mechanical Issue-Unit, Equipment, etc.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The scene delays, if any, of the unit associated with the patient encounter
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSSceneUnitDelayReason
Derivation:
restriction of xs:string
Facets:
enumeration:
"2210001"
 - 
Awaiting Air Unit
"2210003"
 - 
Awaiting Ground Unit
"2210005"
 - 
Crowd
"2210007"
 - 
Directions/Unable to Locate
"2210009"
 - 
Distance
"2210011"
 - 
Extrication
"2210013"
 - 
HazMat
"2210015"
 - 
Language Barrier
"2210017"
 - 
None/No Delay
"2210019"
 - 
Other
"2210021"
 - 
Patient Access
"2210023"
 - 
Safety-Crew/Staging
"2210025"
 - 
Safety-Patient
"2210027"
 - 
Staff Delay
"2210029"
 - 
Traffic
"2210031"
 - 
Triage/Multiple Patients
"2210033"
 - 
Vehicle Crash Involving this Unit
"2210035"
 - 
Vehicle Failure of this Unit
"2210037"
 - 
Weather
"2210039"
 - 
Mechanical Issue-Unit, Equipment, etc.
XML Source (w/o annotations (21); see within schema source)
<xs:simpleType name="EMSSceneUnitDelayReason">
<xs:restriction base="xs:string">
<xs:enumeration value="2210001"/>
<xs:enumeration value="2210003"/>
<xs:enumeration value="2210005"/>
<xs:enumeration value="2210007"/>
<xs:enumeration value="2210009"/>
<xs:enumeration value="2210011"/>
<xs:enumeration value="2210013"/>
<xs:enumeration value="2210015"/>
<xs:enumeration value="2210017"/>
<xs:enumeration value="2210019"/>
<xs:enumeration value="2210021"/>
<xs:enumeration value="2210023"/>
<xs:enumeration value="2210025"/>
<xs:enumeration value="2210027"/>
<xs:enumeration value="2210029"/>
<xs:enumeration value="2210031"/>
<xs:enumeration value="2210033"/>
<xs:enumeration value="2210035"/>
<xs:enumeration value="2210037"/>
<xs:enumeration value="2210039"/>
</xs:restriction>
</xs:simpleType>