Documentation for ATIS-Draft-03-00-79

Complex Type: CptVehicleInventoryListSub

[Table of contents]

Super-types: None
Sub-types: None
Name CptVehicleInventoryListSub
Used by (from the same schema document) Element cptVehicleInventoryListSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<specific-vehicles> [0..1]
Start Sequence [1..25000]
<specific-vehicle> CPTVehicleIden </specific-vehicle> [1]
End Sequence
</specific-vehicles>
<specific-garages> [0..1]
Start Sequence [1..100]
<specific-garage> CPTTransitFacilityIden </specific-garage> [1]
End Sequence
</specific-garages>
</...>
Diagram
h-527207252 h1471596526 h2133900120
Schema Component Representation
<xs:complexType name="CptVehicleInventoryListSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="specific-vehicles" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="specific-vehicle" type=" CPTVehicleIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="specific-garages" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="specific-garage" type=" CPTTransitFacilityIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>