Definition Type: ComplexType
Name: pageBordersType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Specifies the page borders.
Collapse XSD Schema Diagram:
Drilldown into right in schema wordnet_xsd Drilldown into bottom in schema wordnet_xsd Drilldown into left in schema wordnet_xsd Drilldown into top in schema wordnet_xsd Drilldown into offset-from in schema wordnet_xsd Drilldown into display in schema wordnet_xsd Drilldown into z-order in schema wordnet_xsdXSD Diagram of pageBordersType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="pageBordersType">
    <xsd:annotation>
        <xsd:documentation>Specifies the page borders.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="top" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the top page border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="left" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the left page border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bottom" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the bottom page border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="right" type="borderProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the right page border.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="z-order" type="pageBorderZOrderValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies where the page border is positioned relative to intersecting texts and objects.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="display" type="pageBorderDisplayValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies which pages the page border is printed on.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="offset-from" type="pageBorderOffsetValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies positioning of page border relative to page margin.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
top W:top 0 (1)
left W:left 0 (1)
bottom W:bottom 0 (1)
right W:right 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
z-order W:z-order Optional
display W:display Optional
offset-from W:offset-from Optional
Collapse Derivation Tree:
Collapse References:
W:pgBorders