Documentation for ATIS-Draft-03-00-79

Complex Type: TSPTmsIntersectionApproach

[Table of contents]

Super-types: None
Sub-types: None
Name TSPTmsIntersectionApproach
Used by (from the same schema document) Complex Type TSPIntersectionEntry , Complex Type TSPTmsIntersectionParam
Abstract no
XML Instance Representation
<...>
<approachID> TSP-ApproachID </approachID> [1]
<approachAngle> lrms:Angle </approachAngle> [1]
<departAngle> lrms:Angle </departAngle> [1]
<travelPath> TSP-IntersectionPath </travelPath> [1]
<stopBarLocation> lrms:GeoLocation </stopBarLocation> [0..1]
<requestBeginLocation> lrms:GeoLocation </requestBeginLocation> [0..1]
<requestEndLocation> lrms:GeoLocation </requestEndLocation> [0..1]
<requestCancelLocation> lrms:GeoLocation </requestCancelLocation> [0..1]
<allowedStrategies> [1]
Start Sequence [1..10]
<allowedStrategy> SCP-PriorityStrategyNumber </allowedStrategy> [1]
End Sequence
</allowedStrategies>
</...>
Diagram
h1761236004 h-1126389906 h-1126389906 h1930479343 h-542031743 h-542031743 h-542031743 h-542031743 h-218386414
Schema Component Representation
<xs:complexType name="TSPTmsIntersectionApproach">
<xs:sequence>
<xs:element name="approachID" type=" TSP-ApproachID "/>
<xs:element name="approachAngle" type=" lrms:Angle "/>
<xs:element name="departAngle" type=" lrms:Angle "/>
<xs:element name="travelPath" type=" TSP-IntersectionPath "/>
<xs:element name="stopBarLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="requestBeginLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="requestEndLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="requestCancelLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="allowedStrategies">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="allowedStrategy" type=" SCP-PriorityStrategyNumber "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>