Documentation for ATIS-Draft-03-00-79

Complex Type: TspPRGInputsCC

[Table of contents]

Super-types: None
Sub-types: None
Name TspPRGInputsCC
Used by (from the same schema document) Element tspPRGInputsCC
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<vehicle> CPTVehicleIden </vehicle> [1]
<date-time> CPT-DateTime </date-time> [1]
<intersections> [1]
Start Sequence [1..100000]
<intersection> CPTIntersectionIden </intersection> [1]
End Sequence
</intersections>
<inputsToPRG> [1]
Start Sequence [1..500]
<inputsToPRG-item> TSPPRGInputsCCEntry </inputsToPRG-item> [1]
End Sequence
</inputsToPRG>
</...>
Diagram
h-527207252 h1471596526 h1272267302 h-1285224369 h-1547052400
Schema Component Representation
<xs:complexType name="TspPRGInputsCC">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="date-time" type=" CPT-DateTime "/>
<xs:element name="intersections">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="intersection" type=" CPTIntersectionIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="inputsToPRG">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="inputsToPRG-item" type=" TSPPRGInputsCCEntry "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>