element -> <eDispatch.02>
eDispatch.02 EMD Performed Yes Yes Indication of whether Emergency Medical Dispatch was performed for this EMS event. E03_02 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma
Namespace:
Type:
anonymous (extension of EMDPerformed)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eDispatch complexType in eDispatch_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eDispatch.02
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eDispatch.02>
Simple Content Detail:
Enumeration:
"2302001"
 - 
No
"2302003"
 - 
Yes, With Pre-Arrival Instructions
"2302005"
 - 
Yes, Without Pre-Arrival Instructions
"2302007"
 - 
Yes, Unknown if Pre-Arrival Instructions Given

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