Endnotes
Capture endnotes using note elements within miscMatter class="endNotes". If the endnotes are to a miscMatter section, use a div1 role="endNotes" to contain the endnotes.
| N | Used for an endnote in a manuscript |
| N1 | Endnote subhead |
| N2 | Endnote subordinate subhead |
//miscMatter[@class="endNotes"]/p/note[@type="endnote"] //miscMatter/textMatter/div1[@role="endNotes"]/p/note[@type="endnote"]
Wrap each note element in its own p element.
References to endnotes are indicated in the text by superscript numbers, letters, or symbols. Capture the identifying number, letter, or symbol inside an enumerator element in the note, and inside an xref element in the main text.
Wrap the xref within an xrefGrp element with attribute role="endnote".
For endnotes in articles, see Article endnotes.
Endnotes to a chapter
<chapter doi="10.1093/oso/9780199296446.003.0010" id="oso-9780199296446-chapter-10">
<titleGroup><!-- title of chapter -->
</titleGroup>
<textMatter><!-- content of chapter -->
</textMatter>
<miscMatterGroup><miscMatter class="endNotes" id="oso-9780199296446-chapter-10-miscMatter-1">
<titleGroup>
<title>
<p>Notes</p>
</title>
</titleGroup>
<textMatter>
<div1 id="oso-9780199296446-chapter-10-div1-5">
<p>
<note id="oso-9780199296446-chapter-10-note-1" type="endnote">
<p>
<enumerator>
<sup>1</sup>
</enumerator> Lat. <i>bonae litterae</i>: humane
learning, by contrast with logic, metaphysics, and theology.</p>
</note>
</p>
<p>
<note id="oso-9780199296446-chapter-10-note-2" type="endnote">
<p>
<enumerator>
<sup>2</sup>
</enumerator>
<bibItem id="oso-9780199296446-chapter-10-bibItem-1" class="book" author="Meric Casaubon" date="1668" page="25" place="London" title="Of Credulity and Incredulity in Things Natural, Civill and Divine">Meric Casaubon, <i>Of Credulity and Incredulity in Things Natural, Civill
and Divine</i> (London, 1668), 25–6</bibItem>.</p>
</note>
</p>
</div1>
</textMatter></miscMatter>
</miscMatterGroup>
</chapter>
Endnotes to a preface
<miscMatter doi="10.1093/oso/9780199296446.002.0003" id="oso-9780199296446-miscMatter-3" class="preface">
<titleGroup><title>
<p>Preface</p></title>
</titleGroup>
<textMatter><div1 role="prelim">
<!-- content of preface --></div1><div1 role="endNotes">
<titleGroup>
<title>
<p>Notes</p>
</title>
</titleGroup>
<p>
<note id="oso-9780199296446-miscMatter-3-note-1" type="endnote">
<p><!-- first endnote --></p>
</note>
</p>
<p>
<note id="oso-9780199296446-miscMatter-3-note-2" type="endnote">
<p><!-- second endnote --></p>
</note>
</p></div1>
</textMatter>
</miscMatter>