Documentation for ATIS-Draft-03-00-79

Complex Type: FcReportReconcileCashbox

[Table of contents]

Super-types: None
Sub-types: None
Name FcReportReconcileCashbox
Used by (from the same schema document) Element fcReportReconcileCashbox
Abstract no
XML Instance Representation
<...>
<time-reported> CPT-DateTime </time-reported> [1]
<vaultID> CPT-SerialNumber </vaultID> [0..1]
<facility> CPTTransitFacilityIden </facility> [0..1]
<reconciliations> [1]
Start Sequence [1..10000]
<reconciliation> FCCashBoxReconciliation </reconciliation> [1]
End Sequence
</reconciliations>
<localFcReportReconcileCashbox> local:FcReportReconcileCashbox </localFcReportReconcileCashbox> [0..1]
</...>
Diagram
h1272267302 h-565816472 h2133900120 h640672729 h1129313920
Schema Component Representation
<xs:complexType name="FcReportReconcileCashbox">
<xs:sequence>
<xs:element name="time-reported" type=" CPT-DateTime "/>
<xs:element name="vaultID" type=" CPT-SerialNumber " minOccurs="0"/>
<-- where reconciliation occurred -->
<xs:element name="facility" type=" CPTTransitFacilityIden " minOccurs="0"/>
<-- where reconciliation occurred -->
<xs:element name="reconciliations">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="reconciliation" type=" FCCashBoxReconciliation "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localFcReportReconcileCashbox" type=" local:FcReportReconcileCashbox " minOccurs="0"/>
</xs:sequence>
</xs:complexType>