Table notes
Capture a note within a table using a note element with the attribute type="tableNote", as a child of the table element. Make the note the target of a cross-reference inside the table.
//table/note[@type="tableNote"]
Table note
<table id="oso-9780199914784-appendix-1-table-1">
<tgroup cols="4"><tbody>
<!-- more rows -->
<row>
<entry align="left" colname="col1" colsep="0" rowsep="0" valign="top">
<p>Male-adult >16 yrs</p>
</entry>
<entry align="left" colname="col2" colsep="0" rowsep="0" valign="top">
<p>424<xrefGrp>
<xref ref="oso-9780199914784-appendix-1-note-55">**</xref>
</xrefGrp>
</p>
</entry>
<entry align="left" colname="col3" colsep="0" rowsep="0" valign="top">
<p>43</p>
</entry>
<entry align="left" colname="col4" colsep="0" rowsep="0" valign="top">
<p>467</p>
</entry>
</row>
<!-- more rows --></tbody>
</tgroup>
<note id="oso-9780199914784-appendix-1-note-55" type="tableNote"><p>
<enumerator>**</enumerator>All Men Who Murder Men (n = 424)</p>
</note>
<!-- more notes -->
</table>