XML Schema Documentation

Complex Type: RoutingIdsAndExplicitDetails

[Table of contents]

Super-types: None
Sub-types: None
Name RoutingIdsAndExplicitDetails
Used by (from the same schema document) Model Group RoutingIdentification.model
Abstract no
Documentation A type that provides a combination of payment system identification codes with physical postal address details, for the purposes of identifying a party involved in the routing of a payment.
XML Instance Representation
<...>
<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.'

<routingName> xsd:string </routingName> [1]

'A real name that is used to identify a party involved in the routing of a payment.'

<routingAddress> Address </routingAddress> [0..1]

'A physical postal address via which a payment can be routed.'

<routingAccountNumber> xsd:string </routingAccountNumber> [0..1]

'An account number via which a payment can be routed.'

<routingReferenceText> xsd:string </routingReferenceText> [0..*]

'A piece of free-format text used to assist the identification of a party involved in the routing of a payment.'

</...>
Diagram
group_RoutingExplicitDetails.model
Schema Component Representation
<xsd:complexType name="RoutingIdsAndExplicitDetails">
<xsd:sequence>
<xsd:element name="routingIds" type=" RoutingIds " maxOccurs="unbounded"/>
<xsd:group ref=" RoutingExplicitDetails.model "/>
</xsd:sequence>
</xsd:complexType>