<xsd:complexType name="FxTargetBarrier">
<xsd:complexContent>
<xsd:extension base="FxComplexBarrierBase">
<xsd:sequence>
<xsd:element name="rebate" type="FxTargetRebate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A rebate payable in the event of knockout. This element may be produced in conjunction with a Global Knockout barrier (barrierType = "Knockout" scope = "Global"), and must be omitted otherwise.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|