[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

endnotes (Document 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]

Parent Elements

Root element of WordprocessingML Endnotes part

 

Child Elements

Subclause

endnote (Endnote Content)

§2.11.2

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Endnotes">

   <sequence maxOccurs="unbounded">

   <element name="endnote" type="CT_FtnEdn" minOccurs="0"/>

   </sequence>

</complexType>