Documentation for ATIS-Draft-03-00-79

Complex Type: ImIncidentListSub

[Table of contents]

Super-types: None
Sub-types: None
Name ImIncidentListSub
Used by (from the same schema document) Element imIncidentListSub
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
</...>
Diagram
h-527207252 h-1303246092 h-963684166 h2081204526 h2133900120 h-1971041825
Schema Component Representation
<xs:complexType name="ImIncidentListSub">
<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:sequence>
</xs:complexType>