Definition Type: ComplexType
Name: RoutingIds
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into routingId in schema fpml-shared-4-4_xsdXSD Diagram of RoutingIds in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
routingId fpml:routingId (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:routingIds, fpml:routingIds