Documentation for ATIS-Draft-03-00-79

Complex Type: ImIncidentUpdate

[Table of contents]

Super-types: None
Sub-types: None
Name ImIncidentUpdate
Used by (from the same schema document) Element imIncidentUpdate
Abstract no
XML Instance Representation
<...>
<originator> CPTEmployeeIden </originator> [1]
<incident> IMIncidentIden </incident> [1]
<updateTime> CPT-DateTime </updateTime> [1]
<incidentInfo> IMIncident </incidentInfo> [0..1]
<trafficImpact> IMTrafficImpact </trafficImpact> [0..1]
<otherVehicles> [0..1]
Start Sequence [1..100]
<otherVehicle> IMOtherVehicleInvolved </otherVehicle> [1]
End Sequence
</otherVehicles>
<incidentClosed> CPT-Boolean </incidentClosed> [1]
</...>
Diagram
h-1303246092 h-1971041825 h1272267302 h1729637435 h1485859802 h1001002828 h325016637
Schema Component Representation
<xs:complexType name="ImIncidentUpdate">
<xs:sequence>
<xs:element name="originator" type=" CPTEmployeeIden "/>
<xs:element name="incident" type=" IMIncidentIden "/>
<xs:element name="updateTime" type=" CPT-DateTime "/>
<xs:element name="incidentInfo" type=" IMIncident " minOccurs="0"/>
<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:element name="incidentClosed" type=" CPT-Boolean "/>
</xs:sequence>
</xs:complexType>