Documentation for ATIS-Draft-03-00-79

Complex Type: TSPStrategyEntry

[Table of contents]

Super-types: None
Sub-types: None
Name TSPStrategyEntry
Used by (from the same schema document) Complex Type TspBusinessRules
Abstract no
XML Instance Representation
<...>
<resultantStrategyID> SCP-PriorityStrategyNumber </resultantStrategyID> [1]
<resultantClassType> SCP-VehicleClassType </resultantClassType> [1]
<resultantClassLevel> SCP-VehicleClassLevel </resultantClassLevel> [1]
<strategyTimeBegin> SCH-Time </strategyTimeBegin> [0..1]
<strategyTimeEnd> SCH-Time </strategyTimeEnd> [0..1]
<schLateMinimum> OB-ScheduleAdherenceOffset </schLateMinimum> [0..1]
<schLateMaximum> OB-ScheduleAdherenceOffset </schLateMaximum> [0..1]
<schRecoveryMinimum> OB-ScheduleAdherenceOffset </schRecoveryMinimum> [0..1]
<prgLoadMinimum> OB-J1587-PassengerCounterPatronCount </prgLoadMinimum> [0..1]
<travelPath> TSP-IntersectionPath </travelPath> [0..1]
<allowed-boundaries> [1]
Start Sequence [1..10000]
<allowed-boundary> TSP-BoundaryID </allowed-boundary> [1]
End Sequence
</allowed-boundaries>
<allowed-intersections> [0..1]
Start Sequence [1..10000]
<allowed-intersection> TSPAllowedIntersection </allowed-intersection> [1]
End Sequence
</allowed-intersections>
</...>
Diagram
h-218386414 h852119864 h637933894 h1149568775 h1149568775 h-704245948 h-704245948 h-704245948 h1357598698 h1930479343 h-368178138 h1525984645
Schema Component Representation
<xs:complexType name="TSPStrategyEntry">
<xs:sequence>
<xs:element name="resultantStrategyID" type=" SCP-PriorityStrategyNumber "/>
<xs:element name="resultantClassType" type=" SCP-VehicleClassType "/>
<xs:element name="resultantClassLevel" type=" SCP-VehicleClassLevel "/>
<xs:element name="strategyTimeBegin" type=" SCH-Time " minOccurs="0"/>
<xs:element name="strategyTimeEnd" type=" SCH-Time " minOccurs="0"/>
<xs:element name="schLateMinimum" type=" OB-ScheduleAdherenceOffset " minOccurs="0"/>
<xs:element name="schLateMaximum" type=" OB-ScheduleAdherenceOffset " minOccurs="0"/>
<xs:element name="schRecoveryMinimum" type=" OB-ScheduleAdherenceOffset " minOccurs="0"/>
<xs:element name="prgLoadMinimum" type=" OB-J1587-PassengerCounterPatronCount " minOccurs="0"/>
<xs:element name="travelPath" type=" TSP-IntersectionPath " minOccurs="0"/>
<xs:element name="allowed-boundaries">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="allowed-boundary" type=" TSP-BoundaryID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="allowed-intersections" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="allowed-intersection" type=" TSPAllowedIntersection "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>