simpleType "OtherTypesOfService"
Namespace:
Defined:
globally in dAgency_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1010001"
 - 
911 Response (Scene) with Transport Capability
"1010003"
 - 
911 Response (Scene) without Transport Capability
"1010005"
 - 
Air Medical
"1010007"
 - 
Hazmat
"1010009"
 - 
Medical Transport (Convalescent)
"1010011"
 - 
Paramedic Intercept
"1010013"
 - 
Rescue
"1010015"
 - 
Speciality Care Transport

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The other service type(s) which are provided by the agency.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  OtherTypesOfService
Derivation:
restriction of xs:string
Facets:
enumeration:
"1010001"
 - 
911 Response (Scene) with Transport Capability
"1010003"
 - 
911 Response (Scene) without Transport Capability
"1010005"
 - 
Air Medical
"1010007"
 - 
Hazmat
"1010009"
 - 
Medical Transport (Convalescent)
"1010011"
 - 
Paramedic Intercept
"1010013"
 - 
Rescue
"1010015"
 - 
Speciality Care Transport
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="OtherTypesOfService">
<xs:restriction base="xs:string">
<xs:enumeration value="1010001"/>
<xs:enumeration value="1010003"/>
<xs:enumeration value="1010005"/>
<xs:enumeration value="1010007"/>
<xs:enumeration value="1010009"/>
<xs:enumeration value="1010011"/>
<xs:enumeration value="1010013"/>
<xs:enumeration value="1010015"/>
</xs:restriction>
</xs:simpleType>