Machine Readable Tables (MRT)
Capture the MRT file for table in a <fn>
element in a
<table-back>
element of the relevant table.
The <fn>
element must contain a @id
attribute
containing the unique identifier for the footnote.
The <fn >
element must contain two
<supplementary-material>
elements wrapped in a
<p>
element.
The first supplementary-material element contains the print text wrapped in a p element.
The <supplementary-material >
element must have a
@content-type
attribute with value print
.
The second <supplementary-material>
element contains the online
text wrapped in a <p>
element. The
<supplementary-material>
element must have a
@content-type
attribute with value MRT
. It must also contain
a @xlink:href
attribute containing the file name of the MRT.
Example
<fn id="fnt"> <label>Note:</label> <p> <supplementary-material content-type="print"> <p>(This table is available in its entirety in machine-readable form.)</p> </supplementary-material> <supplementary-material content-type="MRT"> <p>Only a portion of this table is shown here to demonstrate its form and content. A <ext-link xlink:href="apjac743ft2_mrt.txt">machine-readable</ext-link> version of the full table is available.</p> </supplementary-material> </p> </fn>