Supplementary Data
Capture supplementary data files for an article in a
<supplementary-material> element.
Each <supplementary-material> element must contain a
@content-type attribute with the value supp-data
, an
@id attribute containing a unique id for the supplementary data and
a @xlink:href attribute containing the file-name of the supplementary
data.
Each <supplementary-material> element must contain a child
<label> element and may optionally include a
<caption> element. Typically the
<label> element value will be Supplementary data
and
the <caption> element will describe the file-type and file-size
of the data file.
Example
<supplementary-material content-type="supp-data" id="jpenergyacc892supp1" xlink:href="jpenergyacc892supp1.pdf"> <label>Supplementary data</label> <caption> <p>(1.0 MB PDF)</p> </caption> </supplementary-material>