simpleType "EMSServiceCat"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2205001"
 - 
911 Response (Scene)
"2205003"
 - 
Intercept
"2205005"
 - 
Interfacility Transport
"2205007"
 - 
Medical Transport
"2205009"
 - 
Mutual Aid
"2205011"
 - 
Public Assistance/Other Not Listed
"2205013"
 - 
Standby

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The type of service or category of service requested of the EMS Agency responding for this specific EMS incident.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSServiceCat
Derivation:
restriction of xs:string
Facets:
enumeration:
"2205001"
 - 
911 Response (Scene)
"2205003"
 - 
Intercept
"2205005"
 - 
Interfacility Transport
"2205007"
 - 
Medical Transport
"2205009"
 - 
Mutual Aid
"2205011"
 - 
Public Assistance/Other Not Listed
"2205013"
 - 
Standby
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="EMSServiceCat">
<xs:restriction base="xs:string">
<xs:enumeration value="2205001"/>
<xs:enumeration value="2205003"/>
<xs:enumeration value="2205005"/>
<xs:enumeration value="2205007"/>
<xs:enumeration value="2205009"/>
<xs:enumeration value="2205011"/>
<xs:enumeration value="2205013"/>
</xs:restriction>
</xs:simpleType>