simpleType "ResponseUrgency"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2640001"
 - 
Immediate
"2640003"
 - 
Non-Immediate

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The urgency in which the EMS agency began to mobilize resources.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ResponseUrgency
Derivation:
restriction of xs:string
Facets:
enumeration:
"2640001"
 - 
Immediate
"2640003"
 - 
Non-Immediate
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="ResponseUrgency">
<xs:restriction base="xs:string">
<xs:enumeration value="2640001"/>
<xs:enumeration value="2640003"/>
</xs:restriction>
</xs:simpleType>