Definition Type: SimpleType
Name: hdrValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies the header type.
Collapse XSD Schema Diagram:
XSD Diagram of hdrValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="hdrValue">
    <xsd:annotation>
        <xsd:documentation>Specifies the header type.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="even">
            <xsd:annotation>
                <xsd:documentation>Header will occur on all even numbered pages.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="odd">
            <xsd:annotation>
                <xsd:documentation>Header will occur on all odd numbered pages.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="first">
            <xsd:annotation>
                <xsd:documentation>Header will occur on the first page of each section.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration even
Enumeration odd
Enumeration first
Collapse Derivation Tree:
Collapse References:
W:type