element -> <eDisposition.18>
eDisposition.18 Additional Transport Mode Descriptors Yes Yes The documentation of transport mode techniques for this EMS response. Required Information now split between eDisposition.17 (Transport Mode from Scene) and eDisposition.18 (Additional Transport Mode Descriptors). Element eDisposition.18 (Additional Transport Mode Descriptors) has been added to document the use of lights and sirens or other descriptive information.
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eDisposition.18
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eDisposition.18>
Simple Content Detail:
Enumeration:
"4218001"
 - 
Intersection Navigation-Against Normal Light Patterns
"4218003"
 - 
Intersection Navigation-With Automated Light Changing Technology
"4218005"
 - 
Intersection Navigation-With Normal Light Patterns
"4218007"
 - 
Speed-Enhanced per Local Policy
"4218009"
 - 
Speed-Normal Traffic
"4218011"
 - 
Lights and Sirens
"4218013"
 - 
Lights and No Sirens
"4218015"
 - 
No Lights or Sirens
"4218017"
 - 
Initial No Lights or Sirens, Upgraded to Lights and Sirens
"4218019"
 - 
Initial Lights and Sirens, Downgraded to No Lights or Sirens

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="eDisposition.AdditionalTransportModeDescriptors" maxOccurs="unbounded" name="eDisposition.18" nillable="true">
<xs:complexType>
<xs:simpleContent>
<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>