http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
SellWithoutStockOptions Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents : SellWithoutStockOptions Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents
Type
Restriction of xs:string
Diagram
SellWithoutStockOptions Simple Type
Overview
SellWithoutStockOptions Restriction of xs:string
Facets
EnumerationAlwaysSell
EnumerationDoNotSell
EnumerationAskToSell
Source
<xs:simpleType name="SellWithoutStockOptions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="AlwaysSell" />
    <xs:enumeration value="DoNotSell" />
    <xs:enumeration value="AskToSell" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceEnumerationComponents