Definition Type: ComplexType
Name: Formula
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqs-4-0.xsd
Abstract
Documentation:
A type describing a financial formula, with its description and components.
Collapse XSD Schema Diagram:
Drilldown into formulaComponent in schema fpml-eqs-4-0_xsd Drilldown into math in schema fpml-eqs-4-0_xsd Drilldown into formulaDescription in schema fpml-eqs-4-0_xsdXSD Diagram of Formula in schema fpml-eqs-4-0_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" 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:complexType mixed="true">
                <xsd:sequence>
                    <xsd:any namespace="##any" processContents="skip" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <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>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
formulaDescription nsA:formulaDescription 0 (1)
math nsA:math 0 (1)
formulaComponent nsA:formulaComponent 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:formula, nsA:formula, nsA:formula