element -> <eResponse.11>
eResponse.11 Type of Transport Delay Yes Yes The transport delays, if any, of the EMS unit associated with the EMS event. E02_09 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. <br/><br/>A transport delay is any time delay that occurs from the time the unit left the scene (eTimes.09) to the time the patient arrived at the destination (eTimes.10).
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.11
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eResponse.11>
Simple Content Detail:
Enumeration:
"2211001"
 - 
Crowd
"2211003"
 - 
Directions/Unable to Locate
"2211005"
 - 
Distance
"2211007"
 - 
Diversion
"2211009"
 - 
HazMat
"2211011"
 - 
None/No Delay
"2211013"
 - 
Other
"2211015"
 - 
Rendezvous Transport Unavailable
"2211017"
 - 
Route Obstruction (e.g., Train)
"2211019"
 - 
Safety
"2211021"
 - 
Staff Delay
"2211023"
 - 
Traffic
"2211025"
 - 
Vehicle Crash Involving this Unit
"2211027"
 - 
Vehicle Failure of this Unit
"2211029"
 - 
Weather
"2211031"
 - 
Patient Condition Change (e.g., Unit Stopped)

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