Documentation for ATIS-Draft-03-00-79

Complex Type: PISchedAdherenceRange

[Table of contents]

Super-types: None
Sub-types: None
Name PISchedAdherenceRange
Used by (from the same schema document) Complex Type PiServiceStatus
Abstract no
XML Instance Representation
<...>
<route> SCHRouteIden </route> [1]
<routeDirection> SCH-RouteDirectionName </routeDirection> [0..1]
<trip> SCHTripIden </trip> [1]
<vehicle> CPTVehicleIden </vehicle> [1]
<stoppoint> CPTStoppointIden </stoppoint> [1]
<estimatedArrivalRange> PI-EstimatedArrivalRange </estimatedArrivalRange> [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-1158373540 h1471596526 h2146772752 h-1918073967 h-125442069 h-1443902241 h-1685972354
Schema Component Representation
<xs:complexType name="PISchedAdherenceRange">
<xs:sequence>
<xs:element name="route" type=" SCHRouteIden "/>
<xs:element name="routeDirection" type=" SCH-RouteDirectionName " minOccurs="0"/>
<xs:element name="trip" type=" SCHTripIden "/>
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
<xs:element name="estimatedArrivalRange" type=" PI-EstimatedArrivalRange "/>
<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>