<xsd:group name="StrikeOrStrikeReference.model">
<xsd:choice>
<xsd:element name="strike" type="FxStrike">
<xsd:annotation>
<xsd:documentation xml:lang="en">Strike price of the Target.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikeReference" type="FxStrikeReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to an existing strike structure within the FX product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|