Definition Type: ComplexType
Name: ReferenceBank
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.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-4-4_xsd Drilldown into referenceBankId in schema fpml-shared-4-4_xsdXSD Diagram of ReferenceBank in schema fpml-shared-4-4_xsd (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">
            <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="xsd: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 fpml:referenceBankId (1) (1)
referenceBankName fpml:referenceBankName 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:referenceBank