<xs:complexType name="InvoiceSaleImport" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="InvoiceSale" type="tns:InvoiceSaleInfo" />
<xs:element minOccurs="0" maxOccurs="1" name="InvoiceSaleRows" type="tns:ArrayOfInvoiceSaleRowInfo" />
</xs:sequence>
</xs:complexType>
|