Documentation for ATIS-Draft-03-00-79

Complex Type: TSPAllowedIntersection

[Table of contents]

Super-types: None
Sub-types: None
Name TSPAllowedIntersection
Used by (from the same schema document) Complex Type TSPStrategyEntry
Abstract no
XML Instance Representation
<...>
<intersection> CPTIntersectionIden </intersection> [1]
<allowed-approaches> [0..1]
Start Sequence [1..10]
<allowed-approache> TSP-ApproachID </allowed-approache> [1]
End Sequence
</allowed-approaches>
<boundaries> [0..1]
Start Sequence [1..10]
<boundary> TSP-BoundaryID </boundary> [1]
End Sequence
</boundaries>
</...>
Diagram
h-1285224369 h1761236004 h-368178138
Schema Component Representation
<xs:complexType name="TSPAllowedIntersection">
<xs:sequence>
<xs:element name="intersection" type=" CPTIntersectionIden "/>
<xs:element name="allowed-approaches" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="allowed-approache" type=" TSP-ApproachID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="boundaries" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="boundary" type=" TSP-BoundaryID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>