<xs:complexType name="InvoiceImport" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="Invoice" type="tns:InvoiceInfo" />
<xs:element minOccurs="0" maxOccurs="1" name="InvoiceSales" type="tns:ArrayOfInvoiceSaleImport" />
</xs:sequence>
</xs:complexType>
|