Documentation for ATIS-Draft-03-00-79

Complex Type: IMTrafficImpact

[Table of contents]

Super-types: None
Sub-types: None
Name IMTrafficImpact
Used by (from the same schema document) Complex Type ImIncidentUpdate , Complex Type ImInitialIncidentReport , Complex Type IMIncidentInfo
Abstract no
XML Instance Representation
<...>
<roads-affected> [1]
Start Sequence [1..100]
<roads-affected-item> lrms:StreetInfo </roads-affected-item> [1]
End Sequence
</roads-affected>
<lane-blocked-count> tmdd:Event-lanes-total-affected </lane-blocked-count> [1]
<time-est-duration> tmdd:Event-timeline-estimated-duration </time-est-duration> [1]
<clear-date-time> CPT-DateTime </clear-date-time> [0..1]
<lane-status> [0..1]
Start Sequence [1..100]
<lane-statu> tmdd:Link-status </lane-statu> [1]
End Sequence
</lane-status>
<localIMTrafficImpact> local:IMTrafficImpact </localIMTrafficImpact> [0..1]
</...>
Diagram
h1398024598 h164455163 h1311561849 h1272267302 h306449280 h1485859802
Schema Component Representation
<xs:complexType name="IMTrafficImpact">
<xs:sequence>
<xs:element name="roads-affected">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="roads-affected-item" type=" lrms:StreetInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="lane-blocked-count" type=" tmdd:Event-lanes-total-affected "/>
<xs:element name="time-est-duration" type=" tmdd:Event-timeline-estimated-duration "/>
<xs:element name="clear-date-time" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="lane-status" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="lane-statu" type=" tmdd:Link-status "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localIMTrafficImpact" type=" local:IMTrafficImpact " minOccurs="0"/>
</xs:sequence>
</xs:complexType>