XML Schema Documentation

Model Group: RoutingIdentification.model

[Table of contents]

Name RoutingIdentification.model
Used by (from the same schema document) Complex Type Beneficiary , Complex Type CorrespondentInformation , Complex Type IntermediaryInformation , Complex Type Routing
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
Schema Component Representation
<xsd:group name="RoutingIdentification.model">
<xsd:choice>
<xsd:element name="routingIds" type=" RoutingIds "/>
<xsd:element name="routingExplicitDetails" type=" RoutingExplicitDetails "/>
<xsd:element name="routingIdsAndExplicitDetails" type=" RoutingIdsAndExplicitDetails "/>
</xsd:choice>
</xsd:group>