[Table of Contents] [docx version]

Shared MLs Reference Material - Math

oMathPara (Math Paragraph)

This element specifies a math paragraph, one or more display equations within a single paragraph.

Parent Elements

body2.2.2); comment2.13.4.2); customXml2.5.1.3); customXml2.5.1.4); customXml2.5.1.5); customXml2.5.1.6); deg7.1.2.26); del2.13.5.12); den7.1.2.28); docPartBody2.12.6); e7.1.2.32); endnote2.11.2); fldSimple2.16.21); fName7.1.2.37); footnote2.11.10); ftr2.10.3); hdr2.10.4); hyperlink2.16.24); ins2.13.5.20); lim7.1.2.52); moveFrom2.13.5.21); moveTo2.13.5.26); num7.1.2.75); oMath7.1.2.77); p2.3.1.22); rt2.3.3.23); rubyBase2.3.3.26); sdtContent2.5.2.32); sdtContent2.5.2.33); sdtContent2.5.2.34); sdtContent2.5.2.35); smartTag2.5.1.9); sub7.1.2.112); sup7.1.2.114); tbl2.4.36); tc2.4.62); tr2.4.75); txbxContent2.17.1.1)

 

Child Elements

Subclause

oMath (Office Math)

§7.1.2.77

oMathParaPr (Office Math Paragraph Properties)

§7.1.2.79

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

<complexType name="CT_OMathPara">

   <sequence>

   <element name="oMathParaPr" type="CT_OMathParaPr" minOccurs="0" maxOccurs="1"/>

   <element name="oMath" type="CT_OMath" minOccurs="1" maxOccurs="unbounded">

   <unique name="uniqueContentAnchorIdsInsideMath">

   <selector xpath="m:annotation/m:content"/>

   <field xpath="@id"/>

   </unique>

   <unique name="uniqueContextAnchorIdsInsideMath">

   <selector xpath="m:annotation/m:context"/>

   <field xpath="@id"/>

   </unique>

   </element>

   </sequence>

</complexType>