<fn-group>

Footnote Group

Container element for footnotes that have been grouped at the end of an article

Remarks

Footnote Placement. In this DTD, the footnotes should be placed inside the <fn-group> element within the back matter (<back>).

Attributes

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

Expanded Content Model

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

Description

The following, in order:

This element may be contained in:

<abstract>, <ack>, <back>, <bio>, <boxed-text>, <notes>, <sec>, <title-group>, <trans-abstract>

Example

...
<back>
<fn-group>
<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