<xsd:complexType name="FxTargetRebate">
<xsd:annotation>
<xsd:documentation xml:lang="en">A rebate can be expressed as a payment amount or as amount of outstanding gain.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="payment" type="SimplePayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Rebate amount expressed as a payment between the two parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outstandingGain" type="FxOutstandingGain">
<xsd:annotation>
<xsd:documentation xml:lang="en">Rebate expressed as amount of outstanding gain.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|