XML Schema Documentation

Complex Type: RoutingIds

[Table of contents]

Super-types: None
Sub-types: None
Name RoutingIds
Used by (from the same schema document) Complex Type RoutingIdsAndExplicitDetails , Model Group RoutingIdentification.model
Abstract no
Documentation A type that provides for identifying a party involved in the routing of a payment by means of one or more standard identification codes. For example, both a SWIFT BIC code and a national bank identifier may be required.
XML Instance Representation
<...>
<routingId> RoutingId </routingId> [1..*]

'A unique identifier for party that is a participant in a recognized payment system.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="RoutingIds">
<xsd:sequence>
<xsd:element name="routingId" type=" RoutingId " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>