element -> <eArrest.07>
eArrest.07 AED Use Prior to EMS Arrival Yes Yes Documentation of AED use Prior to EMS Arrival Required Cardiac Arrest This element is a component of the Utstein Cardiac Arrest Criteria as identified in 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:
anonymous (extension of AEDUse)
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.07
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eArrest.07>
Simple Content Detail:
Enumeration:
"3007001"
 - 
No
"3007003"
 - 
Yes, Applied without Defibrillation
"3007005"
 - 
Yes, With Defibrillation

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