Documentation for ATIS-Draft-03-00-79

Complex Type: PISchedAdherenceCountdown

[Table of contents]

Super-types: None
Sub-types: None
Name PISchedAdherenceCountdown
Used by (from the same schema document) Complex Type PiServiceStatus , Complex Type PiStopPointETA
Abstract no
XML Instance Representation
<...>
<route> SCHRouteIden </route> [1]
<routeDirection> SCH-RouteDirectionName </routeDirection> [0..1]
<destination> PI-DMSMessage </destination> [0..1]
<gate-bay> CPT-GenericCounter </gate-bay> [0..1]
<trip> SCHTripIden </trip> [1]
<vehicle> CPTVehicleIden </vehicle> [1]
<stoppoint> CPTStoppointIden </stoppoint> [1]
<nextArrivalCountdown> CPT-Duration </nextArrivalCountdown> [1]
<tolerance> CPT-Duration </tolerance> [0..1]
<estimated-departure> CPT-DateTime </estimated-departure> [0..1]
<comment> CPT-Footnote </comment> [0..1]
<available-seats> CPT-SeatCount </available-seats> [0..1]
<bulletins> [0..1]
Start Sequence [1..10]
<bulletin> PIServiceBulletin </bulletin> [1]
End Sequence
</bulletins>
</...>
Diagram
h-963684166 h-998956645 h-736205876 h240005744 h-1158373540 h1471596526 h2146772752 h1782472735 h1782472735 h1272267302 h-125442069 h-1443902241 h-1685972354
Schema Component Representation
<xs:complexType name="PISchedAdherenceCountdown">
<xs:sequence>
<xs:element name="route" type=" SCHRouteIden "/>
<xs:element name="routeDirection" type=" SCH-RouteDirectionName " minOccurs="0"/>
<xs:element name="destination" type=" PI-DMSMessage " minOccurs="0"/>
<xs:element name="gate-bay" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="trip" type=" SCHTripIden "/>
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
<xs:element name="nextArrivalCountdown" type=" CPT-Duration "/>
<xs:element name="tolerance" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="estimated-departure" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="comment" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="available-seats" type=" CPT-SeatCount " minOccurs="0"/>
<xs:element name="bulletins" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="bulletin" type=" PIServiceBulletin "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>