<xsd:complexType name="FxTrigger">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes a european trigger applied to an FX digtal option.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FxTriggerBase">
<xsd:sequence>
<xsd:element name="informationSource" type="InformationSource" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The information source where a published or displayed market rate will be obtained, e.g. Telerate Page 3750.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|