Definition Type: Group
Name: Feature.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Documentation:
A group containing Swap and Derivative features
Collapse XSD Schema Diagram:
Drilldown into fxFeature in schema fpml-eq-shared-4-4_xsd Drilldown into feature in schema fpml-eq-shared-4-4_xsdXSD Diagram of Feature.model in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Feature.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A group containing Swap and Derivative features</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="feature" type="OptionFeatures" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Asian, Barrier, Knock and Pass Through features</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fxFeature" type="FxFeature" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Quanto, Composite, or Cross Currency FX features</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
feature fpml:feature 0 (1)
fxFeature fpml:fxFeature 0 (1)