<xs:element name="AddReceivedProductRow" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="info" type="tns:ReceivedProductRowInfo" />
<xs:element minOccurs="1" maxOccurs="1" name="isAddToOpenPurchaseOrderRows" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="purchaseOrderId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="returnOfGoodsReasonId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="isAutoDeterminePrices" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
|