17.11.8 endnotes

This element specifies the set of all endnotes in the document, including endnote separators and continuation notices. This element is the root node for the Endnotes part.

[Example: Consider the following example of the contents of the endnotes part:

<w:endnotes>
  <w:endnote w:type="separator" w:id="0">
  </w:endnote>
  <w:endnote w:type="continuationSeparator" w:id="1">
  </w:endnote>
  <w:endnote w:id="2">
  </w:endnote>
</w:endnotes>

The endnotes part contains the definition for one normal endnote, as well as the separator and continuation separator endnote for this document. end example]

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

Last updated on