2.3.3.41 CT_TextMath

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: m

This type contains either a math zone or document-level math properties. Math zone content can be either an inline math zone or a math paragraph.

Child Elements:

m:oMath: A CT_OMath ([ISO/IEC29500-1:2016] section 22.1.2.77) element that specifies an instance of mathematical text.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_TextMath">
   <xsd:sequence>
     <xsd:element ref="m:oMath"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).