<footnotes>
(Document 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:
<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. ]
Parent Elements |
---|
Root element of WordprocessingML Footnotes part |
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Footnotes">
<sequence maxOccurs="unbounded">
<element name="footnote" type="CT_FtnEdn" minOccurs="0"/>
</sequence>
</complexType>