<xs:element name="VerifyStoreProductWithProduct" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="product" type="tns:ProductInfo" />
<xs:element minOccurs="0" maxOccurs="1" name="storeProduct" type="tns:StoreProductInfo" />
<xs:element minOccurs="1" maxOccurs="1" name="isAddingRecord" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
|