<xs:complexType name="PaymentInformation6">
<xs:sequence>
<xs:element name="ReqdExctnDt" type="ISODate" />
<xs:element name="PmtMtdByFrstAgt" type="PaymentMethod1Code" />
<xs:element name="CdtTrfTpId" type="CreditTransferTypeIdentification" minOccurs="0" />
<xs:element name="Dbtr" type="PartyIdentification1" minOccurs="0" />
<xs:element name="DbtrCtryOfRes" type="CountryCode" minOccurs="0" />
<xs:element name="DbtrAcct" type="CashAccount3" />
<xs:element name="FrstAgt" type="BranchAndFinancialInstitutionIdentification" />
<xs:element name="ChrgsAcct" type="CashAccount3" minOccurs="0" />
<xs:element name="ChrgsAcctAgt" type="BranchAndFinancialInstitutionIdentification" minOccurs="0" />
<xs:element name="PmtTx" type="GenericPaymentTransaction3" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
|