<xs:complexType name="ExtendedBaseStatisticsRowInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:BaseStatisticsRowInfo">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="Products" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PhysicalTouches" nillable="true" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="GroupTouches" nillable="true" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="TotalTouches" nillable="true" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="Customers" nillable="true" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductsPeriod2" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PhysicalTouchesPeriod2" nillable="true" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="GroupTouchesPeriod2" nillable="true" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="TotalTouchesPeriod2" nillable="true" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CustomersPeriod2" nillable="true" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductsDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="PhysicalTouchesDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="GroupTouchesDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="TotalTouchesDelta" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="CustomersDelta" nillable="true" type="xs:decimal" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|