Definition Type: Element
Name: formulaComponent
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:FormulaComponent
Containing Schema: fpml-shared-4-4.xsd
MinOccurs 0
MaxOccurs unbounded
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 value elsewhere in the document
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_xsd Drilldown into FormulaComponent 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:element name="formulaComponent" type="FormulaComponent" minOccurs="0" maxOccurs="unbounded">
    <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 value elsewhere in the document</xsd:documentation>
    </xsd:annotation>
</xsd:element>
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: