element -> <eArrest.01>
eArrest.01 Cardiac Arrest Yes Yes Indication of the presence of a cardiac arrest at any time during this EMS event. E11_01 Required Cardiac Arrest This element is a component of the Utstein Cardiac Arrest Criteria. <br/><br/>If this EMS event is for an interfacility transfer of a patient with a recent history of a cardiac arrest with ROSC, and who does not experience another cardiac arrest during transport, then do not document Cardiac Arrest (eArrest.01) with "Yes, Prior to EMS Arrival".
Namespace:
Type:
anonymous (extension of CardiacArrest)
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.01
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eArrest.01>
Simple Content Detail:
Enumeration:
"3001001"
 - 
No
"3001003"
 - 
Yes, Prior to EMS Arrival
"3001005"
 - 
Yes, After EMS Arrival

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  CardiacArrest (extension)
      complexType
Derivation:
extension of CardiacArrest
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eArrest.CardiacArrest" name="eArrest.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CardiacArrest">
<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>