simpleType "CardiacArrestEtiology"
Namespace:
Defined:
globally in eArrest_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3002001"
 - 
Cardiac (Presumed)
"3002003"
 - 
Drowning/Submersion
"3002005"
 - 
Drug Overdose
"3002007"
 - 
Electrocution
"3002009"
 - 
Exsanguination
"3002011"
 - 
Other
"3002013"
 - 
Respiratory/Asphyxia
"3002015"
 - 
Trauma

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indication of the etiology or cause of the cardiac arrest (classified as cardiac, non-cardiac, etc.)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CardiacArrestEtiology
Derivation:
restriction of xs:string
Facets:
enumeration:
"3002001"
 - 
Cardiac (Presumed)
"3002003"
 - 
Drowning/Submersion
"3002005"
 - 
Drug Overdose
"3002007"
 - 
Electrocution
"3002009"
 - 
Exsanguination
"3002011"
 - 
Other
"3002013"
 - 
Respiratory/Asphyxia
"3002015"
 - 
Trauma
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="CardiacArrestEtiology">
<xs:restriction base="xs:string">
<xs:enumeration value="3002001"/>
<xs:enumeration value="3002003"/>
<xs:enumeration value="3002005"/>
<xs:enumeration value="3002007"/>
<xs:enumeration value="3002009"/>
<xs:enumeration value="3002011"/>
<xs:enumeration value="3002013"/>
<xs:enumeration value="3002015"/>
</xs:restriction>
</xs:simpleType>