<xs:simpleType name="DiscountType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="NotSpecified" />
<xs:enumeration value="NoDiscount" />
<xs:enumeration value="MixedMatchDiscount" />
<xs:enumeration value="QuantityPriceBreakDiscount" />
<xs:enumeration value="ManualRowDiscount" />
<xs:enumeration value="ManualRowPriceIncrease" />
<xs:enumeration value="SubTotalDiscount" />
<xs:enumeration value="PurchasePriceRaisePercentage" />
<xs:enumeration value="DiscountAgreementClassificationDiscount" />
<xs:enumeration value="QueueBustingSale" />
<xs:enumeration value="TransactionDiscount" />
</xs:restriction>
</xs:simpleType>
|