<xs:complexType name="CustomerCountingInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:InfoWithCompanyId">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CustomerCounterId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="Amount" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="Timestamp" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="1" maxOccurs="1" name="Ignore" type="xs:boolean" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|