Definition Type: ComplexType
Name: FormulaComponent
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.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-4-4_xsd Drilldown into componentDescription in schema fpml-shared-4-4_xsd Drilldown into href in schema fpml-shared-4-4_xsd Drilldown into name in schema fpml-shared-4-4_xsdXSD Diagram of FormulaComponent in schema fpml-shared-4-4_xsd (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="xsd:string">
            <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="xsd:normalizedString" />
    <xsd:attribute name="href" type="xsd:IDREF" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="There was no definition on where this attribute should point at and no clear usage." xmlns:fpml-annotation="http://www.fpml.org/annotation">
        <xsd:annotation>
            <xsd:documentation xml:lang="en">This attribute has been DEPRECATED. It will be removed in the next FpML major version. Pointer to a numeric value defined elsewhere in the document that is used by the formula component.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
componentDescription fpml:componentDescription (1) (1)
formula fpml:formula 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
name fpml:name (Optional)
href fpml:href (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:formulaComponent