Definition Type: SimpleType
Name: pageBorderOffsetValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies the positioning of the page border relative to the page margin.
Collapse XSD Schema Diagram:
XSD Diagram of pageBorderOffsetValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="pageBorderOffsetValue">
    <xsd:annotation>
        <xsd:documentation>Specifies the positioning of the page border relative to the page margin.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="page">
            <xsd:annotation>
                <xsd:documentation>Outside edge of page border is positioned relative to the edge of the page.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="text">
            <xsd:annotation>
                <xsd:documentation>Inside edge of page border is positioned relative to the page margin.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration page
Enumeration text
Collapse Derivation Tree:
Collapse References:
W:offset-from