<xs:simpleType name="ProductStatisticsRowSource" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="NotSpecified" />
<xs:enumeration value="ReceivedProducts" />
<xs:enumeration value="InvoiceSaleRows" />
<xs:enumeration value="StockAdjustments" />
<xs:enumeration value="CashSaleRows" />
<xs:enumeration value="ProcessedInventories" />
<xs:enumeration value="StockZero" />
<xs:enumeration value="Returns" />
<xs:enumeration value="StockCorrections" />
</xs:restriction>
</xs:simpleType>
|