17.11.15 footnotes

This element specifies the set of all footnotes in the document, including footnote separators and continuation notices. This element is the root node for the Footnotes part.

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

<w:footnotes>
  <w:footnote w:type="separator" w:id="0">
  </w:footnote >
  <w:footnote w:type="continuationSeparator" w:id="1">
  </w:footnote>
  <w:footnote w:id="2">
  </w:footnote>
</w:footnotes>

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

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

Last updated on