Definition Type: ComplexType
Name: CT_BarPr
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/math
Containing Schema: shared-math.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ctrlPr in schema shared-math_xsd Drilldown into pos in schema shared-math_xsdXSD Diagram of CT_BarPr in schema shared-math_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_BarPr">
    <xsd:sequence>
        <xsd:element name="pos" type="CT_TopBot" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Position (Bar)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ctrlPr" type="CT_CtrlPr" minOccurs="0">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pos m:pos 0 (1)
ctrlPr m:ctrlPr 0 (1)
Collapse Derivation Tree:
Collapse References:
m:barPr