Documentation for ATIS-Draft-03-00-79

Complex Type: FCRevenueRecord

[Table of contents]

Super-types: None
Sub-types: None
Name FCRevenueRecord
Used by (from the same schema document) Complex Type FcRevenueData
Abstract no
XML Instance Representation
<...>
<vehicle> CPTVehicleIden </vehicle> [0..1]
<stoppoint> CPTStoppointIden </stoppoint> [0..1]
<date> CPT-DateTime </date> [1]
<boarding-alighting-list> [0..1]
Start Sequence [1..100000]
<boarding-alighting> FCBoardingAlightingRecord </boarding-alighting> [1]
End Sequence
</boarding-alighting-list>
<transaction-list> [0..1]
Start Sequence [1..100000]
<transaction> FCTransactionRecord </transaction> [1]
End Sequence
</transaction-list>
<cash-box-contents> FCCashBoxContents </cash-box-contents> [0..1]
<health-list> [0..1]
Start Sequence [1..15000]
<health> FCComponentEventInstance </health> [1]
End Sequence
</health-list>
<health-update-list> [0..1]
Start Sequence [1..15000]
<health-update> FCComponentEventStatusReport </health-update> [1]
End Sequence
</health-update-list>
<localFCRevenueRecord> local:FCRevenueRecord </localFCRevenueRecord> [0..1]
</...>
Diagram
h1471596526 h2146772752 h1272267302 h-631340032 h958820621 h2098650256 h-1227843116 h-319610491 h1931823819
Schema Component Representation
<xs:complexType name="FCRevenueRecord">
<xs:sequence>
<xs:element name="vehicle" type=" CPTVehicleIden " minOccurs="0"/>
<xs:element name="stoppoint" type=" CPTStoppointIden " minOccurs="0"/>
<xs:element name="date" type=" CPT-DateTime "/>
<xs:element name="boarding-alighting-list" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="boarding-alighting" type=" FCBoardingAlightingRecord "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="transaction-list" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="transaction" type=" FCTransactionRecord "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="cash-box-contents" type=" FCCashBoxContents " minOccurs="0"/>
<xs:element name="health-list" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="15000">
<xs:element name="health" type=" FCComponentEventInstance "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="health-update-list" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="15000">
<xs:element name="health-update" type=" FCComponentEventStatusReport "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localFCRevenueRecord" type=" local:FCRevenueRecord " minOccurs="0"/>
</xs:sequence>
</xs:complexType>