Documentation for ATIS-Draft-03-00-79

Complex Type: CcOperatingDataSub

[Table of contents]

Super-types: None
Sub-types: None
Name CcOperatingDataSub
Used by (from the same schema document) Element ccOperatingDataSub
Abstract no
XML Instance Representation
<...>
<subscription-info> CPTSubscriptionHeader </subscription-info> [1]
<vehicle> [1]
Start Sequence [1..25000]
<vehicle-item> CPTVehicleIden </vehicle-item> [1]
End Sequence
</vehicle>
<begin-date> CPT-DateTime </begin-date> [1]
<end-date> CPT-DateTime </end-date> [1]
</...>
Diagram
h-527207252 h1471596526 h1272267302 h1272267302
Schema Component Representation
<xs:complexType name="CcOperatingDataSub">
<xs:sequence>
<xs:element name="subscription-info" type=" CPTSubscriptionHeader "/>
<xs:element name="vehicle">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="vehicle-item" type=" CPTVehicleIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="begin-date" type=" CPT-DateTime "/>
<xs:element name="end-date" type=" CPT-DateTime "/>
</xs:sequence>
</xs:complexType>