Documentation for ATIS-Draft-03-00-79

Complex Type: SCHServiceAtStop

[Table of contents]

Super-types: None
Sub-types: None
Name SCHServiceAtStop
Used by (from the same schema document) Complex Type SchStopServiceList , Complex Type SCHTransferInfo , Complex Type SCHTransferInfo
Abstract no
XML Instance Representation
<...>
<route> SCHRouteIden </route> [1]
<route-direction> SCH-RouteDirectionName </route-direction> [1]
<route-version> SCH-TimetableVersionID </route-version> [1]
<stoppoint> CPTStoppointIden </stoppoint> [1]
<trip> SCHTripIden </trip> [1]
<time> SCH-Time </time> [1]
<date> CPT-Date </date> [0..1]
<associated-timepoint> SCHTimepointIden </associated-timepoint> [0..1]
<day-types> [0..1]
Start Sequence [1..20]
<day-type> SCH-DayType </day-type> [1]
End Sequence
</day-types>
</...>
Diagram
h-963684166 h-998956645 h-337950068 h2146772752 h-1158373540 h1149568775 h-1969881159 h1668863444 h1495630460
Schema Component Representation
<xs:complexType name="SCHServiceAtStop">
<xs:sequence>
<xs:element name="route" type=" SCHRouteIden "/>
<xs:element name="route-direction" type=" SCH-RouteDirectionName "/>
<xs:element name="route-version" type=" SCH-TimetableVersionID "/>
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
<xs:element name="trip" type=" SCHTripIden "/>
<xs:element name="time" type=" SCH-Time "/>
<xs:element name="date" type=" CPT-Date " minOccurs="0"/>
<xs:element name="associated-timepoint" type=" SCHTimepointIden " minOccurs="0"/>
<xs:element name="day-types" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="day-type" type=" SCH-DayType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>