Documentation for ATIS-Draft-03-00-79

Complex Type: FcUnloadData

[Table of contents]

Super-types: None
Sub-types: None
Name FcUnloadData
Used by (from the same schema document) Element fcUnloadData
Abstract no
XML Instance Representation
<...>
<fileHeader> CPTUnloadFileHeader </fileHeader> [1]
<equipment-id> CPT-SerialNumber </equipment-id> [0..1]
<equipment-location> lrms:GeoLocation </equipment-location> [0..1]
<location-memo> CPT-Footnote </location-memo> [0..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>
<turnstile-counts> [0..1]
Start Sequence [1..500]
<turnstile-count> FCTurnstileCountRecord </turnstile-count> [1]
End Sequence
</turnstile-counts>
</...>
Diagram
h-615803222 h-565816472 h-542031743 h-125442069 h-631340032 h958820621 h2098650256 h-1227843116 h-319610491 h354532190
Schema Component Representation
<xs:complexType name="FcUnloadData">
<xs:sequence>
<xs:element name="fileHeader" type=" CPTUnloadFileHeader "/>
<xs:element name="equipment-id" type=" CPT-SerialNumber " minOccurs="0"/>
<xs:element name="equipment-location" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="location-memo" type=" CPT-Footnote " minOccurs="0"/>
<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="turnstile-counts" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="turnstile-count" type=" FCTurnstileCountRecord "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>