<fn-group>

Footnote Group

Container element for all of the footnotes in an article

Remarks

Footnote Placement. In the contentItem DTD, footnotes could be placed after the <body> but before the table and figures. In this DTD, the footnotes should be placed inside the <fn-group> element within the back matter (<back>).

Content Type Values. Two @content-type values are allowed:

footnotes

Indicates that, in print, the footnotes are expected to be placed at the bottom of the page on which they are first referenced.

endnotes

Indicates that, in print, the footnotes are expected to be grouped together as a separate section near the end of the article.

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use

Expanded Content Model

(label?, title?, (fn)+)

Description

The following, in order:

Example

...
<back>
<fn-group content-type="footnotes">
<fn id="fn1">
<label>1</label>
<p align="left">As discussed further on in the
present article, these capabilities include random
slopes modeling with vectors of individual data
and the incorporation of known Level 1 error
variances.</p>
</fn>
<fn id="fn2">
<label>2</label>
<p align="left">The two assumptions discussed in
this paragraph are ...</p>
</fn>
...
</fn-group>
...
</back>
...

Module

backmatter3.ent