<xs:complexType name="MixedMatchProductInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:InfoWithOrganizationIdAndCompanyId">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="MixedMatchId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="SupplierId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="BrandId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="SubBrandId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="Classification1Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductCategoryId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashRegisterGroupId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ColumnNumber" type="xs:unsignedByte" />
<xs:element minOccurs="1" maxOccurs="1" name="Amount" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="RestrictToBarcodeId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="RestrictToBarcodeTypeId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="RestrictToBarcodePrice" type="xs:decimal" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|