17.18.34 ST_FtnPos

This simple type specifies the position of footnotes in the document.

[Example: Consider a document in which footnotes must be positioned beneath their text. The footnote properties for this document must be declared as follows:

<w:sectPr>
  <w:footnotePr>
    <w:pos w:val="beneathText" />
  </w:footnotePr>
</w:sectPr>

The val attribute is beneathText, therefore the position of footnotes is specified to be beneath the page’s text. 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 footnotes shall be displayed immediately after the last line of text on the page on which the note reference mark appears.

Specifies that all footnotes shall be placed at the end of the current document, regardless of which section they are referenced within.

Specifies that footnotes shall be displayed at the

Enumeration Value

Description

bottom margin of the page on which the note reference mark appears.

Specifies that all footnotes shall be placed at the end of the section in which they are referenced.

A footnote which is never referenced is never displayed.

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

Last updated on