Definition Type: ComplexType
Name: ReferenceBank
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type to describe an institution (party) identified by means of a coding scheme and an optional name.
Collapse XSD Schema Diagram:
Drilldown into referenceBankName in schema fpml-shared-5-10_xsd2 Drilldown into referenceBankId in schema fpml-shared-5-10_xsd2XSD Diagram of ReferenceBank in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReferenceBank">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to describe an institution (party) identified by means of a coding scheme and an optional name.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="referenceBankId" type="ReferenceBankId" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An institution (party) identifier, e.g. a bank identifier code (BIC).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="referenceBankName" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The name of the institution (party). A free format string. FpML does not define usage rules for the element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
referenceBankId nsC:referenceBankId 0 (1)
referenceBankName nsC:referenceBankName 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:referenceBank