http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
ChangedPriceType Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : ChangedPriceType Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Type
Restriction of xs:string
Diagram
ChangedPriceType Simple Type
Overview
ChangedPriceType Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationGrossSalePrice
EnumerationAdviceSalePrice
EnumerationPurchasePrice
EnumerationGrossPurchasePrice
EnumerationOwnPurchasePrice
Source
<xs:simpleType name="ChangedPriceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="GrossSalePrice" />
    <xs:enumeration value="AdviceSalePrice" />
    <xs:enumeration value="PurchasePrice" />
    <xs:enumeration value="GrossPurchasePrice" />
    <xs:enumeration value="OwnPurchasePrice" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents