simpleType "EMSResponseMode"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2223001"
 - 
Emergent (Immediate Response)
"2223003"
 - 
Emergent Downgraded to Non-Emergent
"2223005"
 - 
Non-Emergent
"2223007"
 - 
Non-Emergent Upgraded to Emergent

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The indication whether the response was emergent or non-emergent. An emergent response is an immediate response (typically using lights and sirens).
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSResponseMode
Derivation:
restriction of xs:string
Facets:
enumeration:
"2223001"
 - 
Emergent (Immediate Response)
"2223003"
 - 
Emergent Downgraded to Non-Emergent
"2223005"
 - 
Non-Emergent
"2223007"
 - 
Non-Emergent Upgraded to Emergent
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="EMSResponseMode">
<xs:restriction base="xs:string">
<xs:enumeration value="2223001"/>
<xs:enumeration value="2223003"/>
<xs:enumeration value="2223005"/>
<xs:enumeration value="2223007"/>
</xs:restriction>
</xs:simpleType>