element -> <eResponse.09>
eResponse.09 Type of Response Delay Yes Yes The response delays, if any, of the EMS unit associated with the EMS event. E02_07 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma Rendezvous Transport Unavailable added for situations where there is a wait for an EMS Transport Unit, a Ferry, Air Medical, etc. to return to service. <br/><br/>A response delay is any time delay that occurs from the time the unit is notified by dispatch (eTimes.03) to the time the unit arrived on scene (eTimes.06).
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.09
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eResponse.09>
Simple Content Detail:
Enumeration:
"2209001"
 - 
Crowd
"2209003"
 - 
Directions/Unable to Locate
"2209005"
 - 
Distance
"2209007"
 - 
Diversion (Different Incident)
"2209009"
 - 
HazMat
"2209011"
 - 
None/No Delay
"2209013"
 - 
Other
"2209015"
 - 
Rendezvous Transport Unavailable
"2209017"
 - 
Route Obstruction (e.g., Train)
"2209019"
 - 
Scene Safety (Not Secure for EMS)
"2209021"
 - 
Staff Delay
"2209023"
 - 
Traffic
"2209025"
 - 
Vehicle Crash Involving this Unit
"2209027"
 - 
Vehicle Failure of this Unit
"2209029"
 - 
Weather
"2209031"
 - 
Mechanical Issue-Unit, Equipment, etc.
"2209033"
 - 
Flight Planning

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