http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
SaleType Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : SaleType Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Type
Restriction of xs:string
Diagram
SaleType Simple Type
Overview
SaleType Restriction of xs:string
Facets
EnumerationCashSale
EnumerationInvoiceSale
EnumerationBoth
Source
<xs:simpleType name="SaleType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="CashSale" />
    <xs:enumeration value="InvoiceSale" />
    <xs:enumeration value="Both" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents