<xsd:complexType name="FxOptionFeatures">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the features that may be present in an FX option.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="asian" type="FxAsianFeature">
</xsd:element>
<xsd:element name="barrier" type="FxBarrierFeature" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:element name="barrier" type="FxBarrierFeature" maxOccurs="unbounded">
</xsd:element>
</xsd:choice>
</xsd:complexType>
|