<xsd:complexType name="SplitSettlement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that supports the division of a gross settlement amount into a number of split settlements, each requiring its own settlement instruction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="splitSettlementAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">One of the monetary amounts in a split settlement payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="beneficiaryBank" type="Routing" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The bank that acts for the ultimate beneficiary of the funds in receiving payments.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="beneficiary" type="Routing">
<xsd:annotation>
<xsd:documentation xml:lang="en">The ultimate beneficiary of the funds. The beneficiary can be identified either by an account at the beneficiaryBank (qv) or by explicit routingInformation. This element provides for the latter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|