Definition Type: ComplexType
Name: RoutingIdsAndExplicitDetails
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into routingReferenceText in schema fpml-shared-5-10_xsd3 Drilldown into routingAccountNumber in schema fpml-shared-5-10_xsd3 Drilldown into routingAddress in schema fpml-shared-5-10_xsd3 Drilldown into routingName in schema fpml-shared-5-10_xsd3 Drilldown into RoutingExplicitDetails.model in schema fpml-shared-5-10_xsd3 Drilldown into routingIds in schema fpml-shared-5-10_xsd3XSD Diagram of RoutingIdsAndExplicitDetails in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="RoutingIdsAndExplicitDetails">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="routingIds" type="RoutingIds" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="RoutingExplicitDetails.model" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
routingIds nsD:routingIds 0 unbounded
routingName nsD:routingName 0 (1)
routingAddress nsD:routingAddress 0 (1)
routingAccountNumber nsD:routingAccountNumber 0 (1)
routingReferenceText nsD:routingReferenceText 0 unbounded
<xs:group> nsD:RoutingExplicitDetails.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:routingIdsAndExplicitDetails