<xs:complexType name="BaseStatisticsRowInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:CBOInfo">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="DeltaType" type="tns:DeltaType" />
<xs:element minOccurs="1" maxOccurs="1" name="PurchasePrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="TotalGrossPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="SellingPriceExcl" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="SellingPriceIncl" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="Vat" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="Margin" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="Discount" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="GrossProfitPercentage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="SellingPricePercentage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PurchasePricePeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="TotalGrossPricePeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="SellingPriceExclPeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="SellingPriceInclPeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="VatPeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="MarginPeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="DiscountPeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="GrossProfitPercentagePeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="SellingPricePercentagePeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PurchasePriceDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="TotalGrossPriceDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="SellingPriceExclDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="SellingPriceInclDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="VatDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="MarginDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="DiscountDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="GrossProfitPercentageDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="SellingPricePercentageDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="Year" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="Month" type="tns:Months" />
<xs:element minOccurs="1" maxOccurs="1" name="Week" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="Day" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="WeekDay" type="tns:DaysOfWeek" />
<xs:element minOccurs="1" maxOccurs="1" name="DayPart" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="Hour" type="xs:int" />
<xs:element minOccurs="0" maxOccurs="1" name="Store" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|