Documentation for ATIS-Draft-03-00-79

Complex Type: FcRevenueData

[Table of contents]

Super-types: None
Sub-types: None
Name FcRevenueData
Used by (from the same schema document) Element fcRevenueData
Abstract no
XML Instance Representation
<...>
<subscription-info> CPTSubscriptionHeader </subscription-info> [1]
<vehicle> [0..1]
Start Sequence [1..25000]
<vehicle-item> CPTVehicleIden </vehicle-item> [1]
End Sequence
</vehicle>
<stoppoints> [0..1]
Start Sequence [1..25000]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
<begin-date> CPT-DateTime </begin-date> [1]
<end-date> CPT-DateTime </end-date> [1]
<revenue-datasets> [1]
Start Sequence [1..1000000]
<revenue-dataset> FCRevenueRecord </revenue-dataset> [1]
End Sequence
</revenue-datasets>
</...>
Diagram
h-527207252 h1471596526 h2146772752 h1272267302 h1272267302 h1931823819
Schema Component Representation
<xs:complexType name="FcRevenueData">
<xs:sequence>
<xs:element name="subscription-info" type=" CPTSubscriptionHeader "/>
<xs:element name="vehicle" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="vehicle-item" type=" CPTVehicleIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stoppoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</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="revenue-datasets">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000000">
<xs:element name="revenue-dataset" type=" FCRevenueRecord "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>