complexType tcip:FCVaultContents
diagram
namespace http://www.TCIP-Adopted-03-00-01
children last-empty-time time-recorded vaultID cashboxIDs total-cash currency-type pennies nickels dimes quarters fifty-cent-pieces dollar-coins dollar-bills two-dollar-bills five-dollar-bills ten-dollar-bills twenty-dollar-bills fifty-dollar-bills hundred-dollar-bills token-typeA token-typeB token-typeC token-typeD token-typeE transfer-typeA transfer-typeB transfer-typeC transfer-typeD transfer-typeE transfer-typeF transfer-typeG ticket-typeA ticket-typeB ticket-typeC ticket-typeD ticket-typeE tear-off-typeA tear-off-typeB tear-off-typeC tear-off-typeD tear-off-typeE localFCVaultContents
used by
element tcip:FCVaultEvent/removedVaultContents
source <xs:complexType name="FCVaultContents">
 
<xs:sequence>
   
<xs:element name="last-empty-time" type="CPT-DateTime"/>
   
<xs:element name="time-recorded" type="CPT-DateTime"/>
   
<xs:element name="vaultID" type="CPT-SerialNumber"/>
   
<xs:element name="cashboxIDs">
     
<xs:complexType>
       
<xs:sequence maxOccurs="30000">
         
<xs:element name="cashboxID" type="CPT-SerialNumber"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="total-cash" type="FC-MonetaryValue" minOccurs="0"/>
   
<xs:element name="currency-type" type="FC-MonetaryInstrAuth" minOccurs="0"/>
   
<xs:element name="pennies" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="nickels" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="dimes" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="quarters" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="fifty-cent-pieces" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="dollar-coins" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="two-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="five-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="ten-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="twenty-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="fifty-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="hundred-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="token-typeA" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="token-typeB" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="token-typeC" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="token-typeD" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="token-typeE" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="transfer-typeA" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="transfer-typeB" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="transfer-typeC" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="transfer-typeD" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="transfer-typeE" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="transfer-typeF" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="transfer-typeG" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="ticket-typeA" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="ticket-typeB" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="ticket-typeC" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="ticket-typeD" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="ticket-typeE" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="tear-off-typeA" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="tear-off-typeB" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="tear-off-typeC" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="tear-off-typeD" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="tear-off-typeE" type="CPT-GenericCounter" minOccurs="0"/>
   
<xs:element name="localFCVaultContents" type="local:FCVaultContents" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:FCVaultContents/last-empty-time
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="last-empty-time" type="CPT-DateTime"/>

element tcip:FCVaultContents/time-recorded
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="time-recorded" type="CPT-DateTime"/>

element tcip:FCVaultContents/vaultID
diagram
type tcip:CPT-SerialNumber
properties
isRef 0
content simple
facets
minLength 0
maxLength 255
source <xs:element name="vaultID" type="CPT-SerialNumber"/>

element tcip:FCVaultContents/cashboxIDs
diagram
properties
isRef 0
content complex
children cashboxID
source <xs:element name="cashboxIDs">
 
<xs:complexType>
   
<xs:sequence maxOccurs="30000">
     
<xs:element name="cashboxID" type="CPT-SerialNumber"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCVaultContents/cashboxIDs/cashboxID
diagram
type tcip:CPT-SerialNumber
properties
isRef 0
content simple
facets
minLength 0
maxLength 255
source <xs:element name="cashboxID" type="CPT-SerialNumber"/>

element tcip:FCVaultContents/total-cash
diagram
type tcip:FC-MonetaryValue
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="total-cash" type="FC-MonetaryValue" minOccurs="0"/>

element tcip:FCVaultContents/currency-type
diagram
type tcip:FC-MonetaryInstrAuth
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 8
source <xs:element name="currency-type" type="FC-MonetaryInstrAuth" minOccurs="0"/>

element tcip:FCVaultContents/pennies
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="pennies" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/nickels
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="nickels" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/dimes
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="dimes" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/quarters
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="quarters" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/fifty-cent-pieces
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="fifty-cent-pieces" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/dollar-coins
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="dollar-coins" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/dollar-bills
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/two-dollar-bills
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="two-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/five-dollar-bills
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="five-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/ten-dollar-bills
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ten-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/twenty-dollar-bills
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="twenty-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/fifty-dollar-bills
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="fifty-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/hundred-dollar-bills
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="hundred-dollar-bills" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/token-typeA
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="token-typeA" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/token-typeB
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="token-typeB" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/token-typeC
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="token-typeC" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/token-typeD
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="token-typeD" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/token-typeE
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="token-typeE" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/transfer-typeA
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="transfer-typeA" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/transfer-typeB
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="transfer-typeB" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/transfer-typeC
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="transfer-typeC" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/transfer-typeD
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="transfer-typeD" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/transfer-typeE
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="transfer-typeE" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/transfer-typeF
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="transfer-typeF" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/transfer-typeG
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="transfer-typeG" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/ticket-typeA
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ticket-typeA" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/ticket-typeB
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ticket-typeB" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/ticket-typeC
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ticket-typeC" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/ticket-typeD
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ticket-typeD" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/ticket-typeE
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ticket-typeE" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/tear-off-typeA
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="tear-off-typeA" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/tear-off-typeB
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="tear-off-typeB" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/tear-off-typeC
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="tear-off-typeC" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/tear-off-typeD
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="tear-off-typeD" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/tear-off-typeE
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="tear-off-typeE" type="CPT-GenericCounter" minOccurs="0"/>

element tcip:FCVaultContents/localFCVaultContents
diagram
type FCVaultContents
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localFCVaultContents" type="local:FCVaultContents" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy