http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents
BaseStatisticsRowInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents : BaseStatisticsRowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents
Base Type
Extension of CBOInfo Complex Type
Diagram
Store Element Hour Element DayPart Element WeekDay Element Day Element Week Element Month Element Year Element SellingPricePercentageDelta Element GrossProfitPercentageDelta Element DiscountDelta Element MarginDelta Element VatDelta Element SellingPriceInclDelta Element SellingPriceExclDelta Element TotalGrossPriceDelta Element PurchasePriceDelta Element SellingPricePercentagePeriod2 Element GrossProfitPercentagePeriod2 Element DiscountPeriod2 Element MarginPeriod2 Element VatPeriod2 Element SellingPriceInclPeriod2 Element SellingPriceExclPeriod2 Element TotalGrossPricePeriod2 Element PurchasePricePeriod2 Element SellingPricePercentage Element GrossProfitPercentage Element Discount Element Margin Element Vat Element SellingPriceIncl Element SellingPriceExcl Element TotalGrossPrice Element PurchasePrice Element DeltaType Element Sequence BaseStatisticsRowInfo Complex Type
Overview
Sequence
PurchasePrice xs:decimal
TotalGrossPrice xs:decimal
SellingPriceExcl xs:decimal
SellingPriceIncl xs:decimal
Vat xs:decimal
Margin xs:decimal
Discount xs:decimal
VatPeriod2 xs:decimal
MarginPeriod2 xs:decimal
DiscountPeriod2 xs:decimal
VatDelta xs:decimal
MarginDelta xs:decimal
DiscountDelta xs:decimal
Year xs:int
Week xs:int
Day xs:int
DayPart xs:int
Hour xs:int
Store optional xs:string
Source
<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>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceStatisticsComponents