Section-like container element for one or more notes that are not part of the narrative flow (for example, note added in proof, dedication).
<!ELEMENT notes %notes-model; >
(sec-meta?, label?, title?, (address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | disp-quote | speech | statement | verse-group)*, (sec)*, (fn-group | glossary | ref-list)*)
A note added during typesetting or other processing:
<article dtd-version="1.2">
<front>...</front>
<body>...</body>
<back>
<glossary>...</glossary>
<notes>
<sec>
<title>Note Added in Proof</title>
<p>Similar sequence information has been obtained in another study (S. Mishiro,
personal communication) and has been deposited under GenBank accession numbers
–. For the purposes of HBV nomenclature, we have proposed that the
chimpanzee HBV be abbreviated as ChHBV.</p>
</sec>
</notes>
<ref-list>...</ref-list>
</back>
</article>
Post publication information:
...
<front>
...
<article-meta>...</article-meta>
<notes notes-type="after-epub">
<p>After publication, the authors discovered an error in
the text concerning the administration of the medication
levothyroxine. The text reads: “Individuals
prescribed the thyroid hormone, levothyroxine, should
eat within thirty minutes of taking the medication.”
The text should read: “Individuals prescribed the
thyroid hormone, levothyroxine, should <italic>not</italic>
eat within thirty minutes of taking the medication.”</p>
</notes>
</front>
...