XML Schema Documentation

Model Group: RoutingExplicitDetails.model

[Table of contents]

Name RoutingExplicitDetails.model
Used by (from the same schema document) Complex Type RoutingExplicitDetails , Complex Type RoutingIdsAndExplicitDetails
XML Instance Representation
<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
Schema Component Representation
<xsd:group name="RoutingExplicitDetails.model">
<xsd:sequence>
<xsd:element name="routingName" type=" xsd:string "/>
<xsd:element name="routingAddress" type=" Address " minOccurs="0"/>
<xsd:element name="routingAccountNumber" type=" xsd:string " minOccurs="0"/>
<xsd:element name="routingReferenceText" type=" xsd:string " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:group>