Documentation for ATIS-Draft-03-00-79

Complex Type: TspPRGInputsCCSub

[Table of contents]

Super-types: None
Sub-types: None
Name TspPRGInputsCCSub
Used by (from the same schema document) Element tspPRGInputsCCSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<intersections> [1]
Start Sequence [1..100000]
<intersection> CPTIntersectionIden </intersection> [1]
End Sequence
</intersections>
</...>
Diagram
h-527207252 h-1285224369
Schema Component Representation
<xs:complexType name="TspPRGInputsCCSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<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:sequence>
</xs:complexType>