Definition Type: Group
Name: RoutingExplicitDetails.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into routingReferenceText in schema fpml-shared-4-4_xsd Drilldown into routingAccountNumber in schema fpml-shared-4-4_xsd Drilldown into routingAddress in schema fpml-shared-4-4_xsd Drilldown into routingName in schema fpml-shared-4-4_xsdXSD Diagram of RoutingExplicitDetails.model in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="RoutingExplicitDetails.model">
    <xsd:sequence>
        <xsd:element name="routingName" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A real name that is used to identify a party involved in the routing of a payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="routingAddress" type="Address" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A physical postal address via which a payment can be routed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="routingAccountNumber" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An account number via which a payment can be routed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="routingReferenceText" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A piece of free-format text used to assist the identification of a party involved in the routing of a payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
routingName fpml:routingName (1) (1)
routingAddress fpml:routingAddress 0 (1)
routingAccountNumber fpml:routingAccountNumber 0 (1)
routingReferenceText fpml:routingReferenceText 0 unbounded