Documentation for ATIS-Draft-03-00-79

Complex Type: PiTextTimetableSub

[Table of contents]

Super-types: None
Sub-types: None
Name PiTextTimetableSub
Used by (from the same schema document) Element piTextTimetableSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<routes> [1]
Start Sequence [1..1000]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<legacy> CPT-Boolean </legacy> [1]
<begin-time-date> CPT-DateTime </begin-time-date> [1]
<end-time-date> CPT-DateTime </end-time-date> [1]
<print-version> CPT-Boolean </print-version> [1]
<date> CPT-Date </date> [1]
</...>
Diagram
h-527207252 h-963684166 h325016637 h1272267302 h1272267302 h325016637 h-1969881159
Schema Component Representation
<xs:complexType name="PiTextTimetableSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="routes">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="legacy" type=" CPT-Boolean "/>
<xs:element name="begin-time-date" type=" CPT-DateTime "/>
<xs:element name="end-time-date" type=" CPT-DateTime "/>
<xs:element name="print-version" type=" CPT-Boolean "/>
<xs:element name="date" type=" CPT-Date "/>
</xs:sequence>
</xs:complexType>