<m>
(Matrix Function)
This element specifies the Matrix function, consisting of one or more elements laid out in one or more rows and one or more columns.
example: : Examples of matrices are: and . Below is a 2x2 matrix, in its proper form an in XML.
<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>
Parent Elements |
---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_M">
<sequence>
<element name="mPr" type="CT_MPr" minOccurs="0"/>
<element name="mr" type="CT_MR" maxOccurs="unbounded"/>
</sequence>
</complexType>