Documentation for ATIS-Draft-03-00-79

Complex Type: CcFleetLocation

[Table of contents]

Super-types: None
Sub-types: None
Name CcFleetLocation
Used by (from the same schema document) Element ccFleetLocation
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<locations> [1]
Start Sequence [1..25000]
<location> CCPTVLocation </location> [1]
End Sequence
</locations>
<localCcFleetLocation> local:CcFleetLocation </localCcFleetLocation> [0..1]
</...>
Diagram
h-527207252 h-1969915902 h-902956162
Schema Component Representation
<xs:complexType name="CcFleetLocation">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="locations">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="location" type=" CCPTVLocation "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localCcFleetLocation" type=" local:CcFleetLocation " minOccurs="0"/>
</xs:sequence>
</xs:complexType>