<xsd:complexType name="NoTouchUpperBarrierObservation">
<xsd:choice>
<xsd:sequence>
<xsd:element name="triggerRate" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The rate value (level) which was attained/breached, in order to trigger the barrier event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Defines the currency pair and quote basis for an FX rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumObservedRate" type="ObservedRate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The maximum value observed during the condition period</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="triggerPrice" type="PositiveMoney" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The price value (level) which was attained/breached, in order to trigger the barrier event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumObservedPrice" type="ObservedPrice" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The maximum value observed during the condition period</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
|