17.18.36 ST_HdrFtr

This simple type specifies the possible types of headers and footers which can be specified for a given header or footer reference in a document. This value determines the page(s) on which the current header or footer shall be displayed.

[Example: Consider a WordprocessingML section which specifies the following header reference:

<w:headerReference r:id="rId10" w:type="first" />

The resulting section must use the specified header part for the first page. end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that this header or footer shall appear on every page in this section which is not overridden with a specific even or first page header/footer.

In a section with all three types specified, this header/footer type shall be used on all odd numbered pages (counting from the first page in the section, not the section numbering).

Specifies that this header or footer shall appear on all even numbered pages in this section (counting from the first page in the section, not the section numbering).

The appearance of this header or footer is contingent on the setting of the evenAndOddHeaders element (17.10.1).

Enumeration Value

Description

Specifies that this header or footer shall appear on the first page in this section.

The appearance of this header or footer is contingent on the setting of the titlePg element (17.10.6).

[Note: The W3C XML Schema definition of this simple type’s content model (ST_HdrFtr) is located in A.1. end note]

Last updated on