XML Schema Documentation

Complex Type: ReferenceBank

[Table of contents]

Super-types: None
Sub-types: None
Name ReferenceBank
Used by (from the same schema document) Complex Type CashSettlementReferenceBanks
Abstract no
Documentation A type to describe an institution (party) identified by means of a coding scheme and an optional name.
XML Instance Representation
<...>
<referenceBankId> ReferenceBankId </referenceBankId> [1]

'An institution (party) identifier, e.g. a bank identifier code (BIC).'

<referenceBankName> xsd:string </referenceBankName> [0..1]

'The name of the institution (party). A free format string. FpML does not define usage rules for the element.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ReferenceBank">
<xsd:sequence>
<xsd:element name="referenceBankId" type=" ReferenceBankId "/>
<xsd:element name="referenceBankName" type=" xsd:string " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>