simpleType "AEDPacingOrCO2Mode"
Namespace:
Defined:
globally in eDevice_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4106001"
 - 
Advisory
"4106003"
 - 
Automated
"4106005"
 - 
Demand
"4106007"
 - 
Manual
"4106009"
 - 
Mid-Stream
"4106011"
 - 
Sensing
"4106013"
 - 
Side-Stream

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The mode of operation the device is operating in during the defibrillation, pacing, or rhythm analysis by the device (if appropriate for the event)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AEDPacingOrCO2Mode
Derivation:
restriction of xs:string
Facets:
enumeration:
"4106001"
 - 
Advisory
"4106003"
 - 
Automated
"4106005"
 - 
Demand
"4106007"
 - 
Manual
"4106009"
 - 
Mid-Stream
"4106011"
 - 
Sensing
"4106013"
 - 
Side-Stream
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="AEDPacingOrCO2Mode">
<xs:restriction base="xs:string">
<xs:enumeration value="4106001"/>
<xs:enumeration value="4106003"/>
<xs:enumeration value="4106005"/>
<xs:enumeration value="4106007"/>
<xs:enumeration value="4106009"/>
<xs:enumeration value="4106011"/>
<xs:enumeration value="4106013"/>
</xs:restriction>
</xs:simpleType>