XML Schema Documentation

Complex Type: CorrespondentInformation

[Table of contents]

Super-types: None
Sub-types: None
Name CorrespondentInformation
Used by (from the same schema document) Complex Type SettlementInstruction
Abstract no
Documentation A type that describes the information to identify a correspondent bank that will make delivery of the funds on the paying bank's behalf in the country where the payment is to be made.
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
<correspondentPartyReference> PartyReference </correspondentPartyReference> [0..1]

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

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