Definition Type: ComplexType
Name: Formula
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type describing a financial formula, with its description and components.
Collapse XSD Schema Diagram:
Drilldown into formulaComponent in schema fpml-shared-4-4_xsd Drilldown into math in schema fpml-shared-4-4_xsd Drilldown into formulaDescription in schema fpml-shared-4-4_xsdXSD Diagram of Formula in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Formula">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing a financial formula, with its description and components.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="formulaDescription" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Text description of the formula</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="math" type="Math" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An element for containing an XML representation of the formula. Defined using xsd:any currently for flexibility in choice of language (MathML, OpenMath)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
formulaDescription fpml:formulaDescription 0 (1)
math fpml:math 0 (1)
formulaComponent fpml:formulaComponent 0 unbounded
Collapse Derivation Tree:
Collapse References:
fpml:formula, fpml:formula, fpml:formula, fpml:formula