XML Schema Documentation

Complex Type: Beneficiary

[Table of contents]

Super-types: None
Sub-types: None
Name Beneficiary
Used by (from the same schema document) Complex Type SettlementInstruction , Complex Type SettlementInstruction
Abstract no
Documentation A type defining the beneficiary of the funds.
XML Instance Representation
<...>
Start Choice [1]
<routingIds> RoutingIds </routingIds> [1]

'A set of unique identifiers for a party, eachone identifying the party within a payment system. The assumption is that each party will not have more than one identifier within the same payment system.'

<routingExplicitDetails> RoutingExplicitDetails </routingExplicitDetails> [1]

'A set of details that is used to identify a party involved in the routing of a payment when the party does not have a code that identifies it within one of the recognized payment systems.'

<routingIdsAndExplicitDetails> RoutingIdsAndExplicitDetails </routingIdsAndExplicitDetails> [1]

'A combination of coded payment system identifiers and details for physical addressing for a party involved in the routing of a payment.'

End Choice
<beneficiaryPartyReference> PartyReference </beneficiaryPartyReference> [0..1]

'Link to the party acting as beneficiary. This element can only appear within the beneficiary container element.'

</...>
Diagram
group_RoutingIdentification.model
Schema Component Representation
<xsd:complexType name="Beneficiary">
<xsd:sequence>
<xsd:group ref=" RoutingIdentification.model "/>
<xsd:element name="beneficiaryPartyReference" type=" PartyReference " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>