Documentation for ATIS-Draft-03-00-79

Complex Type: IMIncidentInfo

[Table of contents]

Super-types: None
Sub-types: None
Name IMIncidentInfo
Used by (from the same schema document) Complex Type ImIncidentHistory , Complex Type ImIncidentList
Abstract no
XML Instance Representation
<...>
<incident> IMIncidentIden </incident> [1]
<metadata> CPTRowMetaData </metadata> [0..1]
<subsumedIncidents> [0..1]
Start Sequence [1..100]
<subsumedIncident> IMIncidentIden </subsumedIncident> [1]
End Sequence
</subsumedIncidents>
<incidentDescription> IMIncident </incidentDescription> [0..1]
<trafficImpact> IMTrafficImpact </trafficImpact> [0..1]
<incidentClosed> CPT-Boolean </incidentClosed> [1]
<localIMIncidentInfo> local:IMIncidentInfo </localIMIncidentInfo> [0..1]
</...>
Diagram
h-1971041825 h1503432423 h-1971041825 h1729637435 h1485859802 h325016637 h-1971032183
Schema Component Representation
<xs:complexType name="IMIncidentInfo">
<xs:sequence>
<xs:element name="incident" type=" IMIncidentIden "/>
<xs:element name="metadata" type=" CPTRowMetaData " minOccurs="0"/>
<xs:element name="subsumedIncidents" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="subsumedIncident" type=" IMIncidentIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="incidentDescription" type=" IMIncident " minOccurs="0"/>
<xs:element name="trafficImpact" type=" IMTrafficImpact " minOccurs="0"/>
<xs:element name="incidentClosed" type=" CPT-Boolean "/>
<xs:element name="localIMIncidentInfo" type=" local:IMIncidentInfo " minOccurs="0"/>
</xs:sequence>
</xs:complexType>