[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 |
deg (§7.1.2.26); del (§2.13.5.12); den (§7.1.2.28); e (§7.1.2.32); fName (§7.1.2.37); ins (§2.13.5.20); lim (§7.1.2.52); moveFrom (§2.13.5.21); moveTo (§2.13.5.26); num (§7.1.2.75); oMath (§7.1.2.77); sub (§7.1.2.112); sup (§7.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>