simpleType "EMSUnitDelayReason"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2209001"
 - 
Crowd
"2209003"
 - 
Directions/Unable to Locate
"2209005"
 - 
Distance
"2209007"
 - 
Diversion (Different Incident)
"2209009"
 - 
HazMat
"2209011"
 - 
None/No Delay
"2209013"
 - 
Other
"2209015"
 - 
Rendezvous Transport Unavailable
"2209017"
 - 
Route Obstruction (e.g., Train)
"2209019"
 - 
Scene Safety (Not Secure for EMS)
"2209021"
 - 
Staff Delay
"2209023"
 - 
Traffic
"2209025"
 - 
Vehicle Crash Involving this Unit
"2209027"
 - 
Vehicle Failure of this Unit
"2209029"
 - 
Weather
"2209031"
 - 
Mechanical Issue-Unit, Equipment, etc.
"2209033"
 - 
Flight Planning

All Direct / Indirect Based Elements (2):
eResponse.09 (type anonymous)
Known Usage Locations
Annotation
The response delays, if any, of the unit associated with the patient encounter
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSUnitDelayReason
Derivation:
restriction of xs:string
Facets:
enumeration:
"2209001"
 - 
Crowd
"2209003"
 - 
Directions/Unable to Locate
"2209005"
 - 
Distance
"2209007"
 - 
Diversion (Different Incident)
"2209009"
 - 
HazMat
"2209011"
 - 
None/No Delay
"2209013"
 - 
Other
"2209015"
 - 
Rendezvous Transport Unavailable
"2209017"
 - 
Route Obstruction (e.g., Train)
"2209019"
 - 
Scene Safety (Not Secure for EMS)
"2209021"
 - 
Staff Delay
"2209023"
 - 
Traffic
"2209025"
 - 
Vehicle Crash Involving this Unit
"2209027"
 - 
Vehicle Failure of this Unit
"2209029"
 - 
Weather
"2209031"
 - 
Mechanical Issue-Unit, Equipment, etc.
"2209033"
 - 
Flight Planning
XML Source (w/o annotations (18); see within schema source)
<xs:simpleType name="EMSUnitDelayReason">
<xs:restriction base="xs:string">
<xs:enumeration value="2209001"/>
<xs:enumeration value="2209003"/>
<xs:enumeration value="2209005"/>
<xs:enumeration value="2209007"/>
<xs:enumeration value="2209009"/>
<xs:enumeration value="2209011"/>
<xs:enumeration value="2209013"/>
<xs:enumeration value="2209015"/>
<xs:enumeration value="2209017"/>
<xs:enumeration value="2209019"/>
<xs:enumeration value="2209021"/>
<xs:enumeration value="2209023"/>
<xs:enumeration value="2209025"/>
<xs:enumeration value="2209027"/>
<xs:enumeration value="2209029"/>
<xs:enumeration value="2209031"/>
<xs:enumeration value="2209033"/>
</xs:restriction>
</xs:simpleType>