http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
SaleOrderSupplierApprovalStatus Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : SaleOrderSupplierApprovalStatus Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Type
Restriction of xs:string
Diagram
SaleOrderSupplierApprovalStatus Simple Type
Overview
SaleOrderSupplierApprovalStatus Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationPending
EnumerationAcceptedWithOrWithoutChange
EnumerationAcceptedWithAmountChange
EnumerationAcceptedWithDeliveryChange
EnumerationAcceptedWithNotes
EnumerationAcceptedWithAnyChange
EnumerationAcceptedWithoutChange
EnumerationRejected
Source
<xs:simpleType name="SaleOrderSupplierApprovalStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="Pending" />
    <xs:enumeration value="AcceptedWithOrWithoutChange" />
    <xs:enumeration value="AcceptedWithAmountChange" />
    <xs:enumeration value="AcceptedWithDeliveryChange" />
    <xs:enumeration value="AcceptedWithNotes" />
    <xs:enumeration value="AcceptedWithAnyChange" />
    <xs:enumeration value="AcceptedWithoutChange" />
    <xs:enumeration value="Rejected" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents