Definition Type: SimpleType
Name: pageBorderZOrderValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies where the page border is positioned relative to intersecting text or objects.
Collapse XSD Schema Diagram:
XSD Diagram of pageBorderZOrderValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="pageBorderZOrderValue">
    <xsd:annotation>
        <xsd:documentation>Specifies where the page border is positioned relative to intersecting text or objects.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="front">
            <xsd:annotation>
                <xsd:documentation>Places the page border in front of any text or object that intersects the page border.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="back">
            <xsd:annotation>
                <xsd:documentation>Places the page border in back of any text or object that intersects the page border.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration front
Enumeration back
Collapse Derivation Tree:
Collapse References:
W:z-order