Documentation for ATIS-Draft-03-00-79

Complex Type: TspBusinessRules

[Table of contents]

Super-types: None
Sub-types: None
Name TspBusinessRules
Used by (from the same schema document) Element tspBusinessRules
Abstract no
XML Instance Representation
<...>
<fileHeader> CPTLoadFileHeader </fileHeader> [1]
<schedules> [0..1]
Start Sequence [1..10000]
<schedule> TSPScheduleEntry </schedule> [1]
End Sequence
</schedules>
<boundaries> [0..1]
Start Sequence [1..10000]
<boundary> TSPBoundaryEntry </boundary> [1]
End Sequence
</boundaries>
<strategies> [0..1]
Start Sequence [1..10000]
<strategy> TSPStrategyEntry </strategy> [1]
End Sequence
</strategies>
<intersections> [0..1]
Start Sequence [1..10000]
<intersection> TSPIntersectionEntry </intersection> [1]
End Sequence
</intersections>
<type-fives> [0..1]
Start Sequence [1..10000]
<type-five> TSPScenario5Intersection </type-five> [1]
End Sequence
</type-fives>
<deleted-boundaries> [0..1]
Start Sequence [1..10000]
<deleted-boundary> TSP-BoundaryID </deleted-boundary> [1]
End Sequence
</deleted-boundaries>
<deleted-intersections> [1]
Start Sequence [1..100000]
<deleted-intersection> CPTIntersectionIden </deleted-intersection> [1]
End Sequence
</deleted-intersections>
<localTspBusinessRules> local:TspBusinessRules </localTspBusinessRules> [0..1]
</...>
Diagram
h-956766127 h-177279921 h-483386724 h1473905907 h1904165277 h-1239574014 h-368178138 h-1285224369 h786189643
Schema Component Representation
<xs:complexType name="TspBusinessRules">
<xs:sequence>
<xs:element name="fileHeader" type=" CPTLoadFileHeader "/>
<xs:element name="schedules" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="schedule" type=" TSPScheduleEntry "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="boundaries" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="boundary" type=" TSPBoundaryEntry "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="strategies" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="strategy" type=" TSPStrategyEntry "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="intersections" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="intersection" type=" TSPIntersectionEntry "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="type-fives" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="type-five" type=" TSPScenario5Intersection "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleted-boundaries" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="deleted-boundary" type=" TSP-BoundaryID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleted-intersections">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="deleted-intersection" type=" CPTIntersectionIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localTspBusinessRules" type=" local:TspBusinessRules " minOccurs="0"/>
</xs:sequence>
</xs:complexType>