Documentation for ATIS-Draft-03-00-79

Complex Type: ImIncidentList

[Table of contents]

Super-types: None
Sub-types: None
Name ImIncidentList
Used by (from the same schema document) Element imIncidentList
Abstract no
XML Instance Representation
<...>
<header> CPTSubscriptionHeader </header> [1]
<requester> CPTEmployeeIden </requester> [1]
Start Choice [1]
<routes> [1]
Start Sequence [1..500]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<vicinity> SPPoint </vicinity> [1]
<garages> [1]
Start Sequence [1..100]
<garage> CPTTransitFacilityIden </garage> [1]
End Sequence
</garages>
<specificIncident> IMIncidentIden </specificIncident> [1]
End Choice
<radius> lrms:Distance </radius> [0..1]
<incidentInfo> [1]
Start Sequence [1..1000]
<incidentInfo-item> IMIncidentInfo </incidentInfo-item> [1]
End Sequence
</incidentInfo>
</...>
Diagram
h-527207252 h-1303246092 h-963684166 h2081204526 h2133900120 h-1971041825 h1439634298 h-1971032183
Schema Component Representation
<xs:complexType name="ImIncidentList">
<xs:sequence>
<xs:element name="header" type=" CPTSubscriptionHeader "/>
<xs:element name="requester" type=" CPTEmployeeIden "/>
<xs:choice>
<xs:element name="routes">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="vicinity" type=" SPPoint "/>
<xs:element name="garages">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="garage" type=" CPTTransitFacilityIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="specificIncident" type=" IMIncidentIden "/>
</xs:choice>
<xs:element name="radius" type=" lrms:Distance " minOccurs="0"/>
<xs:element name="incidentInfo">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="incidentInfo-item" type=" IMIncidentInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>