simpleType "EMSTransportMethod"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4216001"
 - 
Air Medical-Fixed Wing
"4216003"
 - 
Air Medical-Rotor Craft
"4216005"
 - 
Ground-Ambulance
"4216007"
 - 
Ground-ATV or Rescue Vehicle
"4216009"
 - 
Ground-Bariatric
"4216011"
 - 
Ground-Other Not Listed
"4216013"
 - 
Ground-Mass Casualty Bus/Vehicle
"4216015"
 - 
Ground-Wheelchair Van
"4216017"
 - 
Water-Boat

All Direct / Indirect Based Elements (2):
eDisposition.16 (type anonymous)
Known Usage Locations
Annotation
The method of transport by EMS.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSTransportMethod
Derivation:
restriction of xs:string
Facets:
enumeration:
"4216001"
 - 
Air Medical-Fixed Wing
"4216003"
 - 
Air Medical-Rotor Craft
"4216005"
 - 
Ground-Ambulance
"4216007"
 - 
Ground-ATV or Rescue Vehicle
"4216009"
 - 
Ground-Bariatric
"4216011"
 - 
Ground-Other Not Listed
"4216013"
 - 
Ground-Mass Casualty Bus/Vehicle
"4216015"
 - 
Ground-Wheelchair Van
"4216017"
 - 
Water-Boat
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="EMSTransportMethod">
<xs:restriction base="xs:string">
<xs:enumeration value="4216001"/>
<xs:enumeration value="4216003"/>
<xs:enumeration value="4216005"/>
<xs:enumeration value="4216007"/>
<xs:enumeration value="4216009"/>
<xs:enumeration value="4216011"/>
<xs:enumeration value="4216013"/>
<xs:enumeration value="4216015"/>
<xs:enumeration value="4216017"/>
</xs:restriction>
</xs:simpleType>