Definition Type: ComplexType
Name: CT_M
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/math
Containing Schema: shared-math.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into mr in schema shared-math_xsd Drilldown into mPr in schema shared-math_xsdXSD Diagram of CT_M in schema shared-math_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_M">
    <xsd:sequence>
        <xsd:element name="mPr" type="CT_MPr" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Matrix Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="mr" type="CT_MR" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Matrix Row</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
mPr m:mPr 0 (1)
mr m:mr (1) unbounded
Collapse Derivation Tree:
  • CT_M
Collapse References:
m:m