Definition Type: Group
Name: OptionBaseFeature.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-option-shared-5-10.xsd
Documentation:
A model group containing Option Base Feature Elements.
Collapse XSD Schema Diagram:
Drilldown into strategyFeature in schema fpml-option-shared-5-10_xsd3 Drilldown into fxFeature in schema fpml-option-shared-5-10_xsd3XSD Diagram of OptionBaseFeature.model in schema fpml-option-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="OptionBaseFeature.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model group containing Option Base Feature Elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="fxFeature" type="FxFeature" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A quanto or composite FX feature.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strategyFeature" type="StrategyFeature" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A simple strategy feature.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fxFeature nsE:fxFeature 0 (1)
strategyFeature nsE:strategyFeature 0 (1)