Documentation for ATIS-Draft-03-00-79

Complex Type: ImInitialIncidentReport

[Table of contents]

Super-types: None
Sub-types: None
Name ImInitialIncidentReport
Used by (from the same schema document) Element imInitialIncidentReport
Abstract no
XML Instance Representation
<...>
<originator> CPTEmployeeIden </originator> [1]
<incidentInfo> IMIncident </incidentInfo> [1]
<trafficImpact> IMTrafficImpact </trafficImpact> [0..1]
<otherVehicles> [0..1]
Start Sequence [1..100]
<otherVehicle> IMOtherVehicleInvolved </otherVehicle> [1]
End Sequence
</otherVehicles>
</...>
Diagram
h-1303246092 h1729637435 h1485859802 h1001002828
Schema Component Representation
<xs:complexType name="ImInitialIncidentReport">
<xs:sequence>
<xs:element name="originator" type=" CPTEmployeeIden "/>
<xs:element name="incidentInfo" type=" IMIncident "/>
<xs:element name="trafficImpact" type=" IMTrafficImpact " minOccurs="0"/>
<xs:element name="otherVehicles" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="otherVehicle" type=" IMOtherVehicleInvolved "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>