<xs:element name="AddAndBindInvoiceJournal" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="invoiceJournal" type="tns:InvoiceJournalInfo" />
<xs:element minOccurs="0" maxOccurs="1" name="invoiceIds" type="tns:ArrayOfInt" />
</xs:sequence>
</xs:complexType>
</xs:element>
|