element -> <eResponse.08>
eResponse.08 Type of Dispatch Delay Yes Yes The dispatch delays, if any, associated with the dispatch of the EMS unit to the EMS event. E02_06 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma A dispatch delay is any time delay that occurs from the time of PSAP call (eTimes.01) to the time the unit is notified by dispatch (eTimes.03).
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eResponse complexType in eResponse_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eResponse.08
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eResponse.08>
Simple Content Detail:
Enumeration:
"2208001"
 - 
Caller (Uncooperative)
"2208003"
 - 
Diversion/Failure (of previous unit)
"2208005"
 - 
High Call Volume
"2208007"
 - 
Language Barrier
"2208009"
 - 
Location (Inability to Obtain)
"2208011"
 - 
No EMS Vehicles (Units) Available
"2208013"
 - 
None/No Delay
"2208015"
 - 
Other
"2208017"
 - 
Technical Failure (Computer, Phone etc.)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  EMSDispatchDelayReason (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eResponse.TypeofDispatchDelay" maxOccurs="unbounded" name="eResponse.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSDispatchDelayReason">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

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>