<xs:element name="CopyProductList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="productListIdFrom" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="productListIdTo" type="xs:int" />
<xs:element minOccurs="0" maxOccurs="1" name="selectedProductListRowIds" type="tns:ArrayOfInt" />
<xs:element minOccurs="1" maxOccurs="1" name="deleteRowsAfterCopy" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
|