[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies a math paragraph, one or more display equations within a single paragraph.
Parent Elements |
body (§2.2.2); comment (§2.13.4.2); customXml (§2.5.1.3); customXml (§2.5.1.4); customXml (§2.5.1.5); customXml (§2.5.1.6); deg (§7.1.2.26); del (§2.13.5.12); den (§7.1.2.28); docPartBody (§2.12.6); e (§7.1.2.32); endnote (§2.11.2); fldSimple (§2.16.21); fName (§7.1.2.37); footnote (§2.11.10); ftr (§2.10.3); hdr (§2.10.4); hyperlink (§2.16.24); 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); p (§2.3.1.22); rt (§2.3.3.23); rubyBase (§2.3.3.26); sdtContent (§2.5.2.32); sdtContent (§2.5.2.33); sdtContent (§2.5.2.34); sdtContent (§2.5.2.35); smartTag (§2.5.1.9); sub (§7.1.2.112); sup (§7.1.2.114); tbl (§2.4.36); tc (§2.4.62); tr (§2.4.75); txbxContent (§2.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>