Definition Type: ComplexType
Name: FormulaComponent
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
Elements describing the components of the formula. The name attribute points to a value used in the math element. The href attribute points to a numeric value defined elsewhere in the document that is used by the formula component.
Collapse XSD Schema Diagram:
Drilldown into formula in schema fpml-shared-5-10_xsd2 Drilldown into componentDescription in schema fpml-shared-5-10_xsd2 Drilldown into name in schema fpml-shared-5-10_xsd2XSD Diagram of FormulaComponent in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FormulaComponent">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Elements describing the components of the formula. The name attribute points to a value used in the math element. The href attribute points to a numeric value defined elsewhere in the document that is used by the formula component.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="componentDescription" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Text description of the component</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="formula" type="Formula" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Additional formulas required to describe this component</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="name" type="NormalizedString" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
componentDescription nsC:componentDescription 0 (1)
formula nsC:formula 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
name nsC:name (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:formulaComponent