22.1.2.77 oMath
This element specifies an instance of mathematical text. When used independently (not inside an oMathPara) with non-mathematical text preceding and/or following it, an independent oMath is interpreted as an inline math zone. All such math zones, including equations, expressions, arrays of equations or expressions, and formulas are represented by oMath blocks. When used in a display math zone (a math paragraph, oMathPara), oMath is a container for an instance of mathematical text that starts on its own line and is not an inline math zone. When an oMath block is part of a display math zone, it is not itself an inline math zone. When an oMath block is not part of a display math zone, it is interpreted as its own inline math zone. The contents of an oMath block do not differ between display zone containers and independent inline math zones.
[Example:
<m:oMath>
<m:r>
<m:t>1+1=2</m:t>
</m:r>
</m:oMath>
end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_OMath) is located in A.6.1. end note]