17.18.22 ST_EdnPos

This simple type specifies the possible positions of endnotes in a document.

[Example: Consider a document in which endnotes must be positioned at the end of the section. The section properties for this section must be declared as follows:

<w:settings>
  <w:endnotePr>
    <w:pos w:val="sectEnd" />
  </w:endnotePr>
</w:settings>

The val attribute is sectEnd, therefore the position of endnotes is specified to be at the end of the section. 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 all endnotes shall be placed at the end of the current document, regardless of which section they are referenced within.

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

An endnote which is never referenced is never displayed.

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

Last updated on