Documentation for ATIS-Draft-03-00-79

Complex Type: FCCashBoxReconciliation

[Table of contents]

Super-types: None
Sub-types: None
Name FCCashBoxReconciliation
Used by (from the same schema document) Complex Type FcReportReconcileCashbox
Abstract no
XML Instance Representation
<...>
<cashboxID> CPT-SerialNumber </cashboxID> [1]
<time-reconciled> CPT-DateTime </time-reconciled> [1]
<vehicle> CPTVehicleIden </vehicle> [0..1]
<stoppoint> CPTStoppointIden </stoppoint> [0..1]
<equipmentID> CPT-SerialNumber </equipmentID> [0..1]
<employee> CPTEmployeeIden </employee> [0..1]
<employee2> CPTEmployeeIden </employee2> [0..1]
<expected-contents> FCCashBoxContents </expected-contents> [0..1]
<actual-contents> FCCashBoxContents </actual-contents> [0..1]
<expected-cash> FC-MonetaryValue </expected-cash> [0..1]
<actual-cash> FC-MonetaryValue </actual-cash> [0..1]
<cash-currency> FC-MonetaryInstrAuth </cash-currency> [0..1]
<reconciliation-ok> CPT-Boolean </reconciliation-ok> [1]
</...>
Diagram
h-565816472 h1272267302 h1471596526 h2146772752 h-565816472 h-1303246092 h-1303246092 h2098650256 h2098650256 h-366434599 h-366434599 h-172326884 h325016637
Schema Component Representation
<xs:complexType name="FCCashBoxReconciliation">
<xs:sequence>
<xs:element name="cashboxID" type=" CPT-SerialNumber "/>
<xs:element name="time-reconciled" type=" CPT-DateTime "/>
<xs:element name="vehicle" type=" CPTVehicleIden " minOccurs="0"/>
<xs:element name="stoppoint" type=" CPTStoppointIden " minOccurs="0"/>
<xs:element name="equipmentID" type=" CPT-SerialNumber " minOccurs="0"/>
<-- where the cashbox was used -->
<xs:element name="employee" type=" CPTEmployeeIden " minOccurs="0"/>
<-- performing count -->
<xs:element name="employee2" type=" CPTEmployeeIden " minOccurs="0"/>
<-- confirming count -->
<xs:element name="expected-contents" type=" FCCashBoxContents " minOccurs="0"/>
<xs:element name="actual-contents" type=" FCCashBoxContents " minOccurs="0"/>
<xs:element name="expected-cash" type=" FC-MonetaryValue " minOccurs="0"/>
<xs:element name="actual-cash" type=" FC-MonetaryValue " minOccurs="0"/>
<xs:element name="cash-currency" type=" FC-MonetaryInstrAuth " minOccurs="0"/>
<xs:element name="reconciliation-ok" type=" CPT-Boolean "/>
</xs:sequence>
</xs:complexType>