XML Schema Documentation

Complex Type: Routing

[Table of contents]

Super-types: None
Sub-types: None
Name Routing
Used by (from the same schema document) Complex Type SplitSettlement , Complex Type SplitSettlement
Abstract no
Documentation A type that provides three alternative ways of identifying a party involved in the routing of a payment. The identification may use payment system identifiers only; actual name, address and other reference information; or a combination of both.
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
</...>
Diagram
group_RoutingIdentification.model
Schema Component Representation
<xsd:complexType name="Routing">
<xsd:group ref=" RoutingIdentification.model "/>
</xsd:complexType>