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