Definition Type: ComplexType
Name: MultiCurrency
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A struture that defines all the currencies in which funds can be drawn against a facility.
Collapse XSD Schema Diagram:
Drilldown into drawCurrency in schema fpml-loan-5-10_xsdXSD Diagram of MultiCurrency in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MultiCurrency">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A struture that defines all the currencies in which funds can be drawn against a facility.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="drawCurrency" type="Currency" minOccurs="2" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">List of currencies in which the borrower(s) may draw funds.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
drawCurrency nsA:drawCurrency 2 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:multiCurrency