<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:
<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. ]
Parent Elements |
---|
Root element of WordprocessingML Endnotes part |
Child Elements |
Subclause |
---|---|
|
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>