<xsd:complexType name="SpecifiedCurrency">
<xsd:sequence>
<xsd:element name="applicable" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates whether the specified currency provision is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="currency" type="Currency" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|