Documentation for ATIS-Draft-03-00-79

Complex Type: PiRouteList

[Table of contents]

Super-types: None
Sub-types: None
Name PiRouteList
Used by (from the same schema document) Element piRouteList
Abstract no
XML Instance Representation
<...>
<header> CPTSubscriptionHeader </header> [1]
<routes> [1]
Start Sequence [1..200]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<include-map> CPT-Boolean </include-map> [1]
<include-access> CPT-Boolean </include-access> [1]
<include-stops> CPT-Boolean </include-stops> [1]
<include-files> CPT-Boolean </include-files> [1]
<include-announcements> CPT-Boolean </include-announcements> [1]
<include-timetables> CPT-Boolean </include-timetables> [1]
<results> [1]
Start Sequence [1..200]
<result> PIRouteInfo </result> [1]
End Sequence
</results>
</...>
Diagram
h-527207252 h-963684166 h325016637 h325016637 h325016637 h325016637 h325016637 h325016637 h642278169
Schema Component Representation
<xs:complexType name="PiRouteList">
<xs:sequence>
<xs:element name="header" type=" CPTSubscriptionHeader "/>
<xs:element name="routes">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="include-map" type=" CPT-Boolean "/>
<xs:element name="include-access" type=" CPT-Boolean "/>
<xs:element name="include-stops" type=" CPT-Boolean "/>
<xs:element name="include-files" type=" CPT-Boolean "/>
<xs:element name="include-announcements" type=" CPT-Boolean "/>
<xs:element name="include-timetables" type=" CPT-Boolean "/>
<xs:element name="results">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="result" type=" PIRouteInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>