[Table of Contents] [docx version]

Shared MLs Reference Material - Math

eqArr (Equation-Array Function)

This element specifies the Equation-Array function, an object consisting of one or more equations that can be vertically justified as a unit respect to surrounding text on the line. Alignment of multiple points within each equation can occur within the equation array. [Example: An example of an equation array with alignment points is:

 

Notice that the variables, operators, and tens digits of the sums line up properly.

The XML of a simple eqArr is:

<m:eqArr>
<m:e>
<m:r>
<m:t>a=b+c</m:t>
</m:r>
</m:e>

<m:e>
<m:r>
<m:t>d+e=f</m:t>
</m:r>
</m:e>
</m:eqArr>

end example]

Parent Elements

deg7.1.2.26); del2.13.5.12); den7.1.2.28); e7.1.2.32); fName7.1.2.37); ins2.13.5.20); lim7.1.2.52); moveFrom2.13.5.21); moveTo2.13.5.26); num7.1.2.75); oMath7.1.2.77); sub7.1.2.112); sup7.1.2.114)

 

Child Elements

Subclause

e (Base (Argument))

§7.1.2.32

eqArrPr (Equation Array Properties)

§7.1.2.35

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_EqArr">

   <sequence>

   <element name="eqArrPr" type="CT_EqArrPr" minOccurs="0"/>

   <element name="e" type="CT_OMathArg" maxOccurs="unbounded"/>

   </sequence>

</complexType>