complexType "SplitSettlement"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A type that supports the division of a gross settlement amount into a number of split settlements, each requiring its own settlement instruction.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="SplitSettlement">
<xsd:sequence>
<xsd:element name="splitSettlementAmount" type="Money"/>
<xsd:element minOccurs="0" name="beneficiaryBank" type="Routing"/>
<xsd:element name="beneficiary" type="Routing"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
beneficiary
Type:
Routing, complex content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="beneficiary" type="Routing"/>

beneficiaryBank
Type:
Routing, complex content
The bank that acts for the ultimate beneficiary of the funds in receiving payments.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="beneficiaryBank" type="Routing"/>

splitSettlementAmount
Type:
Money, complex content
One of the monetary amounts in a split settlement payment.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="splitSettlementAmount" type="Money"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.