<xs:complexType name="Statistics402RowInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:ExtendedBaseStatisticsWithStockRowInfo">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="ExternalCode" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductNumber" type="xs:long" />
<xs:element minOccurs="0" maxOccurs="1" name="ProductDescription" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="GrossPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PcePurchasePrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="MainBarcode" type="xs:long" />
<xs:element minOccurs="0" maxOccurs="1" name="OrderCode" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="PurchaseOrdersBackOrderAmount" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseStatus" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="OrderMethod" type="tns:OrderMethod" />
<xs:element minOccurs="1" maxOccurs="1" name="CalculatedMinStock" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="CalculatedMaxStock" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PurchaseOrdersBackOrderPurchaseValue" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OpenSaleOrdersAmount" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OpenSaleOrdersValue" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OpenPurchaseOrdersAmount" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OpenPurchaseOrdersPurchaseValue" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedValue" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" maxOccurs="1" name="Size" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Color" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="BrandDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CashRegisterGroupCode" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CashRegisterGroupDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PreferredSupplierName" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PreferredSupplierNumber" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Assortment" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="OpenPurchaseOrderPurchaseValue" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedAmount" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedAmountPeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedValuePeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedAmountDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedValueDelta" nillable="true" type="xs:decimal" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|