Calculation Editor

Mathematical Markup Language (MathML) is an XML-based method of rendering mathematical expressions in Web pages. MathML consists of a number of XML tags which can be used to calculate equations. MathML is used for calculated timephase attributes and ranged calculated attributes. MathML calculations must be entered using the proper syntax and must call the XML names of properly formatted attributes.

Each MathML calculation must define the type of calculation that will be performed, the numbers or a variable to be included in the calculation, and a definition of any variable. The elements of a MathML calculation (including required container elements) are as follows:
<Calculation>
  <Expression>
    <math xmlns:mathml="http://www.w3.org/1998/Math/MathML">
      <lambda>
        <bvar> <ci>a</ci>
        </bvar>
        <bvar> <ci>b</ci>
        </bvar>
        <apply> <plus/> <ci>a</ci> <ci>b</ci>
        </apply>
      </lambda>
    </math>
  </Expression>
  <RHSVariable name="Total-Cost-Labor.Actual" identifier="a"/>
  <RHSVariable name="Total-Cost-Support.Actual" identifier="b"/>
</Calculation>
For more information, see the following topics: