Definition Type: ComplexType
Name: CT_BorderBoxPr
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 strikeTLBR in schema shared-math_xsd Drilldown into strikeBLTR in schema shared-math_xsd Drilldown into strikeV in schema shared-math_xsd Drilldown into strikeH in schema shared-math_xsd Drilldown into hideRight in schema shared-math_xsd Drilldown into hideLeft in schema shared-math_xsd Drilldown into hideBot in schema shared-math_xsd Drilldown into hideTop in schema shared-math_xsdXSD Diagram of CT_BorderBoxPr in schema shared-math_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_BorderBoxPr">
    <xsd:sequence>
        <xsd:element name="hideTop" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Hide Top Edge</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hideBot" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Hide Bottom Edge</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hideLeft" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Hide Left Edge</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hideRight" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Hide Right Edge</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strikeH" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Border Box Strikethrough Horizontal</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strikeV" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Border Box Strikethrough Vertical</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strikeBLTR" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Border Box Strikethrough Bottom-Left to Top-Right</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strikeTLBR" type="CT_OnOff" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Border Box Strikethrough Top-Left to Bottom-Right</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
hideTop m:hideTop 0 (1)
hideBot m:hideBot 0 (1)
hideLeft m:hideLeft 0 (1)
hideRight m:hideRight 0 (1)
strikeH m:strikeH 0 (1)
strikeV m:strikeV 0 (1)
strikeBLTR m:strikeBLTR 0 (1)
strikeTLBR m:strikeTLBR 0 (1)
ctrlPr m:ctrlPr 0 (1)
Collapse Derivation Tree:
Collapse References:
m:borderBoxPr