element -> <eResponse.10>
eResponse.10 Type of Scene Delay Yes Yes The scene delays, if any, of the EMS unit associated with the EMS event. E02_08 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma A scene delay is any time delay that occurs from the time the unit arrived on scene (eTimes.06) to the time the unit left the scene (eTimes.09).
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.10
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eResponse.10>
Simple Content Detail:
Enumeration:
"2210001"
 - 
Awaiting Air Unit
"2210003"
 - 
Awaiting Ground Unit
"2210005"
 - 
Crowd
"2210007"
 - 
Directions/Unable to Locate
"2210009"
 - 
Distance
"2210011"
 - 
Extrication
"2210013"
 - 
HazMat
"2210015"
 - 
Language Barrier
"2210017"
 - 
None/No Delay
"2210019"
 - 
Other
"2210021"
 - 
Patient Access
"2210023"
 - 
Safety-Crew/Staging
"2210025"
 - 
Safety-Patient
"2210027"
 - 
Staff Delay
"2210029"
 - 
Traffic
"2210031"
 - 
Triage/Multiple Patients
"2210033"
 - 
Vehicle Crash Involving this Unit
"2210035"
 - 
Vehicle Failure of this Unit
"2210037"
 - 
Weather
"2210039"
 - 
Mechanical Issue-Unit, Equipment, etc.
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  EMSSceneUnitDelayReason (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eResponse.TypeofSceneDelay" maxOccurs="unbounded" name="eResponse.10" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSSceneUnitDelayReason">
<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>