Definition Type: Element
Name: formulaComponent
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqs-4-0.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-eqs-4-0_xsd Drilldown into componentDescription in schema fpml-eqs-4-0_xsd Drilldown into href in schema fpml-eqs-4-0_xsd Drilldown into name in schema fpml-eqs-4-0_xsdXSD Diagram of formulaComponent in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="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:complexType>
        <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" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
componentDescription nsA:componentDescription (1) (1)
formula nsA:formula 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
name nsA:name (Optional)
href nsA:href (Optional)