Definition Type: Group
Name: Feature.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-eq-shared-5-10.xsd
Documentation:
A group containing Swap and Derivative features.
Collapse XSD Schema Diagram:
Drilldown into fxFeature in schema fpml-eq-shared-5-10_xsd Drilldown into feature in schema fpml-eq-shared-5-10_xsdXSD Diagram of Feature.model in schema fpml-eq-shared-5-10_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 nsA:feature 0 (1)
fxFeature nsA:fxFeature 0 (1)