<oMathPara>
(Math Paragraph)
This element specifies a math paragraph, one or more display equations within a single paragraph.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
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>