Supplementary material
Capture a reference to a separate file containing supplementary material (e.g. a PDF table or form) using the supplementary-material element with attribute content-type="data-supplement".
Capture the name of the supplementary file (including extension) in an xlink:href attribute.
Give the supplementary-material element a unique id attribute.
Give the supplementary-material element a mimetype attribute with one of the following values, as appropriate.
- application
- audio
- image
- model
- text
- video
Use the value application
for a zip archive.
Text indicating the presence of supplementary data, i.e. Supplementary data is
available online.
must not be included.
Capture the caption for the item in a child caption element, if a caption is provided.
Inline in the content, include a separate p child element containing an xref child element.
Give the xref element a ref-type="supplementary-material" attribute, and a rid attribute with value matching the value of the id attribute as defined in the supplementary-material element. The content of the xref must match the content of the caption element as defined in the supplementary-material element, if this is provided.
In a journal article, the supplementary filename must be the filename as supplied followed by the unique ID for the article.
In a journal article, capture a label child element. The content of the label element must be the supplementary filename without the file extension.
Journal article supplementary material
<supplementary-material id="sup1" content-type="data-supplement" xlink:href="Supplement_Table_1_abx123.pdf" mimetype="text"> <label>Supplement_Table_1_abx123</label> <caption> <p>Detailed diagram of table 1.</p> </caption> </supplementary-material> <supplementary-material id="sup2" content-type="data-supplement" xlink:href="Supplement_Figure_1_abx123.pdf" mimetype="text"> <label>Supplement_Figure_1_abx123</label> <caption> <p>Detailed diagram of figure 1.</p> </caption> </supplementary-material>
Book supplementary material
<supplementary-material id="workid-UKRAI10JL5MB-supplementary-material-4" xlink:href="isbn-9780195327960-interactive-pdf-002.pdf" content-type="data-supplement" mimetype="text"> <caption> <p>Confidentiality Statement</p> </caption> </supplementary-material>