http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
ReceiptsType Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents : ReceiptsType Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
Type
Restriction of xs:string
Diagram
ReceiptsType Simple Type
Overview
ReceiptsType Restriction of xs:string
Facets
EnumerationSaleReceipt
EnumerationEftReceipt
EnumerationBoth
EnumerationNotSpecified
Source
<xs:simpleType name="ReceiptsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="SaleReceipt" />
    <xs:enumeration value="EftReceipt" />
    <xs:enumeration value="Both" />
    <xs:enumeration value="NotSpecified" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents