<xsd:complexType name="PaymentDetails">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details on the referenced payment. e.g. Its cashflow components, settlement details.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="paymentReference" type="PaymentReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The reference to the identified payment strucutre.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="grossCashflow" type="GrossCashflow" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Payment details of this cash flow component, including currency, amount and payer/payee.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settlementInformation" type="SettlementInformation" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The information required to settle a currency payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|