Documentation for ATIS-Draft-03-00-79

Complex Type: CcOperatingData

[Table of contents]

Super-types: None
Sub-types: None
Name CcOperatingData
Used by (from the same schema document) Element ccOperatingData
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]
<operating-datasets> [1]
Start Sequence [1..500000]
<operating-dataset> CCOperatingRecord </operating-dataset> [1]
End Sequence
</operating-datasets>
<localCcOperatingData> local:CcOperatingData </localCcOperatingData> [0..1]
</...>
Diagram
h-527207252 h1471596526 h1272267302 h1272267302 h-146130259 h-1023158042
Schema Component Representation
<xs:complexType name="CcOperatingData">
<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:element name="operating-datasets">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500000">
<xs:element name="operating-dataset" type=" CCOperatingRecord "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localCcOperatingData" type=" local:CcOperatingData " minOccurs="0"/>
</xs:sequence>
</xs:complexType>