http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
PurchaseOrderStatus Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : PurchaseOrderStatus Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Type
Restriction of xs:string
Diagram
PurchaseOrderStatus Simple Type
Overview
PurchaseOrderStatus Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationNew
EnumerationEntryCompleted
EnumerationEntryVerified
EnumerationApproved
EnumerationFinal
EnumerationClosed
Source
<xs:simpleType name="PurchaseOrderStatus" 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="EntryVerified" />
    <xs:enumeration value="Approved" />
    <xs:enumeration value="Final" />
    <xs:enumeration value="Closed" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents