Definition Type: SimpleType
Name: pageBorderDisplayValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies which pages the page border is printed on.
Collapse XSD Schema Diagram:
XSD Diagram of pageBorderDisplayValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="pageBorderDisplayValue">
    <xsd:annotation>
        <xsd:documentation>Specifies which pages the page border is printed on.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="all-pages">
            <xsd:annotation>
                <xsd:documentation>Page border is printed on all pages.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="first-page">
            <xsd:annotation>
                <xsd:documentation>Page border is printed on the first page only.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="not-first-page">
            <xsd:annotation>
                <xsd:documentation>Page border is printed on all pages except the first page.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration all-pages
Enumeration first-page
Enumeration not-first-page
Collapse Derivation Tree:
Collapse References:
W:display