http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
InvoiceSaleStatus Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : InvoiceSaleStatus Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Type
Restriction of xs:string
Diagram
InvoiceSaleStatus Simple Type
Overview
InvoiceSaleStatus Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationNew
EnumerationEntryCompleted
EnumerationApproved
EnumerationPrinted
Source
<xs:simpleType name="InvoiceSaleStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="New" />
    <xs:enumeration value="EntryCompleted" />
    <xs:enumeration value="Approved" />
    <xs:enumeration value="Printed" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents