http://retail3000.net/Retail3000Webservice/PosComponents
CashDeclarationPaymentType Simple Type
http://retail3000.net/Retail3000Webservice/PosComponents : CashDeclarationPaymentType Simple Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Type
Restriction of xs:string
Diagram
CashDeclarationPaymentType Simple Type
Overview
CashDeclarationPaymentType Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationNormalPayment
EnumerationInvoicePayment
EnumerationPrePayment
Source
<xs:simpleType name="CashDeclarationPaymentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="NormalPayment" />
    <xs:enumeration value="InvoicePayment" />
    <xs:enumeration value="PrePayment" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents