<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>
|