http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
PurchaseOrderType Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : PurchaseOrderType Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Type
Restriction of xs:string
Diagram
PurchaseOrderType Simple Type
Overview
PurchaseOrderType Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationNormalOrder
EnumerationCreditOrder
EnumerationBlanketOrder
EnumerationOrderRaisedBySupplier
EnumerationDropshipment
Source
<xs:simpleType name="PurchaseOrderType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="NormalOrder" />
    <xs:enumeration value="CreditOrder" />
    <xs:enumeration value="BlanketOrder" />
    <xs:enumeration value="OrderRaisedBySupplier" />
    <xs:enumeration value="Dropshipment" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents