Documentation for ATIS-Draft-03-00-79

Complex Type: FcReportReconcileCashboxAck

[Table of contents]

Super-types: None
Sub-types: None
Name FcReportReconcileCashboxAck
Used by (from the same schema document) Element fcReportReconcileCashboxAck
Abstract no
XML Instance Representation
<...>
<reported-time> CPT-DateTime </reported-time> [1]
<vaultID> CPT-SerialNumber </vaultID> [0..1]
<facility> CPTTransitFacilityIden </facility> [0..1]
<cashboxes> [1]
Start Sequence [1..10000]
<cashboxe> CPT-SerialNumber </cashboxe> [1]
End Sequence
</cashboxes>
</...>
Diagram
h1272267302 h-565816472 h2133900120 h-565816472
Schema Component Representation
<xs:complexType name="FcReportReconcileCashboxAck">
<xs:sequence>
<xs:element name="reported-time" 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="cashboxes">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="cashboxe" type=" CPT-SerialNumber "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>