Definition Type: Group
Name: RoutingIdentification.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-2.xsd
Collapse XSD Schema Diagram:
Drilldown into routingIdsAndExplicitDetails in schema fpml-shared-5-2_xsd Drilldown into routingExplicitDetails in schema fpml-shared-5-2_xsd Drilldown into routingIds in schema fpml-shared-5-2_xsdXSD Diagram of RoutingIdentification.model in schema fpml-shared-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="RoutingIdentification.model">
    <xsd:choice>
        <xsd:element name="routingIds" type="RoutingIds" minOccurs="0">
            <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:element name="routingExplicitDetails" type="RoutingExplicitDetails" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A set of details that is used to identify a party involved in the routing of a payment when the party does not have a code that identifies it within one of the recognized payment systems.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="routingIdsAndExplicitDetails" type="RoutingIdsAndExplicitDetails" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A combination of coded payment system identifiers and details for physical addressing for a party involved in the routing of a payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
routingIds nsA:routingIds 0 (1)
routingExplicitDetails nsA:routingExplicitDetails 0 (1)
routingIdsAndExplicitDetails nsA:routingIdsAndExplicitDetails 0 (1)