Definition Type: ComplexType
Name: FxOptionFeatures
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-5-10.xsd
Abstract
Documentation:
A type describing the features that may be present in an FX option.
Collapse XSD Schema Diagram:
Drilldown into barrier in schema fpml-fx-5-10_xsd3 Drilldown into barrier in schema fpml-fx-5-10_xsd3 Drilldown into asian in schema fpml-fx-5-10_xsd3XSD Diagram of FxOptionFeatures in schema fpml-fx-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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 name="barrier" type="FxBarrierFeature" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:element name="barrier" type="FxBarrierFeature" maxOccurs="unbounded" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
asian nsE:asian (1) (1)
barrier nsE:barrier 0 unbounded
barrier nsE:barrier (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsE:features