element -> <eArrest.02>
eArrest.02 Cardiac Arrest Etiology Yes Yes Indication of the etiology or cause of the cardiac arrest (classified as cardiac, non-cardiac, etc.) E11_02 Required Cardiac Arrest This element is a component of the Utstein Cardiac Arrest Criteria.<br/><br/>Following the UTSTEIN standard of cardiac arrest etiology the values were determined based on the American Heart Association journal "Resuscitation" from 2004 entitled "Cardiac Arrest and Cardiopulmonary Resuscitation Outcome Reports". http://circ.ahajournals.org/cgi/content/full/110/21/3385
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eArrest complexType in eArrest_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eArrest.02
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eArrest.02>
Simple Content Detail:
Enumeration:
"3002001"
 - 
Cardiac (Presumed)
"3002003"
 - 
Drowning/Submersion
"3002005"
 - 
Drug Overdose
"3002007"
 - 
Electrocution
"3002009"
 - 
Exsanguination
"3002011"
 - 
Other
"3002013"
 - 
Respiratory/Asphyxia
"3002015"
 - 
Trauma

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  CardiacArrestEtiology (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eArrest.CardiacArrestEtiology" name="eArrest.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CardiacArrestEtiology">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>