<xsd:complexType name="FxMultipleExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the limits on the size of notional when multiple exercise is allowed.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="minimumNotionalAmount" type="NonNegativeMoney" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The minimum amount of notional that can be exercised.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumNotionalAmount" type="NonNegativeMoney" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maximum amount of notiional that can be exercised.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|