[Table of Contents] [docx version]

Shared MLs Reference Material - Math

mr (Matrix Row)

This element specifies a single row of the matrix m. [Example: An example of this element in use is the following example, a 2x2 matrix. There are two rows; the first contains the elements 1 and 2; the second contains 3 and 4.

 

<m:m>
<m:mPr>
<m:mcs>
<m:mc>
<m:mcPr>
<m:mcJc m:val="center"/>
<m:count m:val="2"/>
</m:mcPr>
</m:mc>
</m:mcs>
</m:mPr>

<m:mr>
<m:e>
<m:r>
<m:rPr>
<m:scr m:val="roman"/>
<m:sty m:val="p"/>
</m:rPr>
<m:t>1</m:t>
</m:r >
</m:e>

<m:e>
<m:r>
<m:rPr>
<m:scr m:val="roman"/>
<m:sty m:val="p"/>
</m:rPr>
<m:t>2</m:t>
</m:r >
</m:e>
</m:mr>

<m:mr>
<m:e>
<m:r>
<m:rPr>
<m:scr m:val="roman"/>
<m:sty m:val="p"/>
</m:rPr>
<m:t>3</m:t>
</m:r >
</m:e>

<m:e>

<m:r>
<m:rPr>
<m:scr m:val="roman"/>
<m:sty m:val="p"/>
</m:rPr>
<m:t>4</m:t>
</m:r >
</m:e>
</m:mr>
</m:m>

end example]

Parent Elements

m7.1.2.60)

 

Child Elements

Subclause

e (Base (Argument))

§7.1.2.32

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

<complexType name="CT_MR">

   <sequence>

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

   </sequence>

</complexType>