Definition Type: ComplexType
Name: pBdrGroupElt
Namespace: http://schemas.microsoft.com/office/word/2003/auxHint
Containing Schema: wordnetaux.xsd
Abstract
Documentation:
Defines a set of borders for a group of elements.
Collapse XSD Schema Diagram:
Drilldown into shd in schema wordnetaux_xsd Drilldown into apo in schema wordnetaux_xsd Drilldown into margin-right in schema wordnetaux_xsd Drilldown into margin-left in schema wordnetaux_xsd Drilldown into borders in schema wordnetaux_xsdXSD Diagram of pBdrGroupElt in schema wordnetaux_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="pBdrGroupElt">
    <xsd:annotation>
        <xsd:documentation>Defines a set of borders for a group of elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="borders" minOccurs="0" maxOccurs="1" type="bordersElt">
            <xsd:annotation>
                <xsd:documentation>Represents describes the borders for the group.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="margin-left" minOccurs="0" maxOccurs="1" type="twipsMeasureProperty">
            <xsd:annotation>
                <xsd:documentation>Represents the left margin for the border.  If you apply this value to a div element, you should nest another div element immediately within to reverse the effect. Otherwise, you will see double-indented paragraphs.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="margin-right" minOccurs="0" maxOccurs="1" type="twipsMeasureProperty">
            <xsd:annotation>
                <xsd:documentation>Represents the right margin for the border.  If you apply this value to a div element, you should nest another div element immediately within to reverse the effect. Otherwise, you will see double-indented paragraphs.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="apo" minOccurs="0" maxOccurs="1" type="apoElt">
            <xsd:annotation>
                <xsd:documentation>Represents the absolute-positioning properties for the group.  Also referred to as frame properties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="shd" type="hintShdProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the shading for the group.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded">
        </xsd:any>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
borders wx:borders 0 1
margin-left wx:margin-left 0 1
margin-right wx:margin-right 0 1
apo wx:apo 0 1
shd wx:shd 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
wx:pBdrGroup