<xsd:complexType name="RoutingIds">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="routingId" type="RoutingId" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique identifier for party that is a participant in a recognized payment system.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|