Documentation for ATIS-Draft-03-00-79

Complex Type: IMOtherVehicleInvolved

[Table of contents]

Super-types: None
Sub-types: None
Name IMOtherVehicleInvolved
Used by (from the same schema document) Complex Type ImIncidentUpdate , Complex Type ImInitialIncidentReport , Complex Type IMInjury
Abstract no
XML Instance Representation
<...>
<other-veh> IM-OtherVehicleInvolvedID </other-veh> [0..1]
<veh-type> IM-VehicleInvolvedType </veh-type> [1]
<incident> IMIncidentIden </incident> [1]
<veh-info> IMVehicleIDInformation </veh-info> [1]
<heading> lrms:Direction </heading> [1]
<speed> OB-J1587-VelocityVectorSpeed </speed> [1]
<damage> IM-VehicleDamage </damage> [0..1]
<injury-info> IMInjuryInfo </injury-info> [1]
<operator> IMPerson </operator> [0..1]
<passengers> [1]
Start Sequence [1..500]
<passenger> IMPerson </passenger> [1]
End Sequence
</passengers>
<veh-person-count> IM-VehicleOccupantCount </veh-person-count> [0..1]
<post-acc-test> IM-PostAccidentTest </post-acc-test> [0..1]
<footnote> CPT-Footnote </footnote> [0..1]
<localIMOtherVehicleInvolved> local:IMOtherVehicleInvolved </localIMOtherVehicleInvolved> [0..1]
</...>
Diagram
h1796095970 h-2004638519 h-1971041825 h-703828146 h364081306 h1344946322 h260357911 h1822285294 h1468090622 h1468090622 h959121578 h19517733 h-125442069 h1001002828
Schema Component Representation
<xs:complexType name="IMOtherVehicleInvolved">
<xs:sequence>
<xs:element name="other-veh" type=" IM-OtherVehicleInvolvedID " minOccurs="0"/>
<xs:element name="veh-type" type=" IM-VehicleInvolvedType "/>
<xs:element name="incident" type=" IMIncidentIden "/>
<xs:element name="veh-info" type=" IMVehicleIDInformation "/>
<xs:element name="heading" type=" lrms:Direction "/>
<-- vehicle heading -->
<xs:element name="speed" type=" OB-J1587-VelocityVectorSpeed "/>
<xs:element name="damage" type=" IM-VehicleDamage " minOccurs="0"/>
<xs:element name="injury-info" type=" IMInjuryInfo "/>
<xs:element name="operator" type=" IMPerson " minOccurs="0"/>
<xs:element name="passengers">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="passenger" type=" IMPerson "/>
<-- passengers in the vehicle -->
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="veh-person-count" type=" IM-VehicleOccupantCount " minOccurs="0"/>
<xs:element name="post-acc-test" type=" IM-PostAccidentTest " minOccurs="0"/>
<xs:element name="footnote" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="localIMOtherVehicleInvolved" type=" local:IMOtherVehicleInvolved " minOccurs="0"/>
</xs:sequence>
</xs:complexType>