simpleType "TypeOfShock"
Namespace:
Defined:
globally in eDevice_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4109001"
 - 
Biphasic
"4109003"
 - 
Monophasic

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The energy form used by the device for the defibrillation (if appropriate for the event)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TypeOfShock
Derivation:
restriction of xs:string
Facets:
enumeration:
"4109001"
 - 
Biphasic
"4109003"
 - 
Monophasic
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="TypeOfShock">
<xs:restriction base="xs:string">
<xs:enumeration value="4109001"/>
<xs:enumeration value="4109003"/>
</xs:restriction>
</xs:simpleType>