XML Schema Documentation

Complex Type: FormulaComponent

[Table of contents]

Super-types: None
Sub-types: None
Name FormulaComponent
Used by (from the same schema document) Complex Type Formula
Abstract no
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.
XML Instance Representation
<...
name=" xsd:normalizedString [0..1]"
href=" xsd:IDREF [0..1]

'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.'

"
>
<componentDescription> xsd:string </componentDescription> [1]

'Text description of the component'

<formula> Formula </formula> [0..1]

'Additional formulas required to describe this component'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FormulaComponent">
<xsd:sequence>
<xsd:element name="componentDescription" type=" xsd:string "/>
<xsd:element name="formula" type=" Formula " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" type=" xsd:normalizedString "/>
<xsd:attribute name="href" type=" xsd:IDREF " deprecated="true" deprecatedReason="There was no definition on where this attribute should point at and no clear usage."/>
</xsd:complexType>