<xs:simpleType name="PrintQueueReasons" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="NotSpecified" />
<xs:enumeration value="PriceChange" />
<xs:enumeration value="OrderMethodChange" />
<xs:enumeration value="AddedToPlanogram" />
<xs:enumeration value="RemovedFromPlanogram" />
<xs:enumeration value="Manual" />
<xs:enumeration value="ScheduledSalePriceChange" />
<xs:enumeration value="CalculatedPriceChange" />
</xs:restriction>
</xs:simpleType>
|