Definition Type: ComplexType
Name: CT_OMathPara
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/math
Containing Schema: shared-math.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into oMath in schema shared-math_xsd Drilldown into oMathParaPr in schema shared-math_xsdXSD Diagram of CT_OMathPara in schema shared-math_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_OMathPara">
    <xsd:sequence>
        <xsd:element name="oMathParaPr" type="CT_OMathParaPr" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Office Math Paragraph Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="oMath" type="CT_OMath" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Office Math</xsd:documentation>
            </xsd:annotation>
            <xsd:unique name="uniqueContentAnchorIdsInsideMath">
                <xsd:selector xpath="m:annotation/m:content" />
                <xsd:field xpath="@id" />
            </xsd:unique>
            <xsd:unique name="uniqueContextAnchorIdsInsideMath">
                <xsd:selector xpath="m:annotation/m:context" />
                <xsd:field xpath="@id" />
            </xsd:unique>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
oMathParaPr m:oMathParaPr 0 1
oMath m:oMath 1 unbounded
Collapse Derivation Tree:
Collapse References:
m:oMathPara