simpleType "TypeOfService"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9920001"
 - 
911 Response (Scene) with Transport Capability
"9920003"
 - 
911 Response (Scene) without Transport Capability
"9920005"
 - 
Air Medical
"9920007"
 - 
ALS Intercept
"9920011"
 - 
Hazmat
"9920013"
 - 
Medical Transport (Convalescent, Interfacility Transfer Hospital and Nursing Home)
"9920015"
 - 
Rescue
"9920017"
 - 
Community Paramedicine
"9920019"
 - 
Critical Care (Ground)

All Direct / Indirect Based Elements (2):
dAgency.09 (type anonymous),
dAgency.10 (type anonymous)
Known Usage Locations
Annotation
The primary service type provided by the agency.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TypeOfService
Derivation:
restriction of xs:string
Facets:
enumeration:
"9920001"
 - 
911 Response (Scene) with Transport Capability
"9920003"
 - 
911 Response (Scene) without Transport Capability
"9920005"
 - 
Air Medical
"9920007"
 - 
ALS Intercept
"9920011"
 - 
Hazmat
"9920013"
 - 
Medical Transport (Convalescent, Interfacility Transfer Hospital and Nursing Home)
"9920015"
 - 
Rescue
"9920017"
 - 
Community Paramedicine
"9920019"
 - 
Critical Care (Ground)
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="TypeOfService">
<xs:restriction base="xs:string">
<xs:enumeration value="9920001"/>
<xs:enumeration value="9920003"/>
<xs:enumeration value="9920005"/>
<xs:enumeration value="9920007"/>
<xs:enumeration value="9920011"/>
<xs:enumeration value="9920013"/>
<xs:enumeration value="9920015"/>
<xs:enumeration value="9920017"/>
<xs:enumeration value="9920019"/>
</xs:restriction>
</xs:simpleType>