<inline-supplementary-material>
Inline Supplementary Material Metadata
Inline description of, and possibly a pointer to, an external file that provides supplementary
information for the document.
Attributes
Content Model
<!ELEMENT inline-supplementary-material (#PCDATA %inline-supplementary-material-elements;)* >
Expanded Content Model
(#PCDATA | alt-text | long-desc | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | sub | sup)*
Description
Any combination of:
- Text, numbers, or special characters
- Accessibility Elements
- Linking Elements
- Emphasis Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Baseline Change Elements
This element may be contained in:
<aff>, <alternatives>, <alt-title>, <article-title>, <attrib>, <bold>, <comment>, <def-head>, <fixed-case>, <italic>, <license-p>, <meta-value>, <monospace>, <named-content>, <overline>, <p>, <product>, <roman>, <sans-serif>, <sc>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <td>, <term>, <term-head>, <th>, <title>, <trans-subtitle>, <trans-title>, <underline>
Example
<article dtd-version="1.1">
<front>...</front>
<body>
<p>...</p>...
<supplementary-material id="S1" xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:title="local_file" xlink:href="1471-2105-1-1-s1.pdf"
mimetype="application/pdf">
<label>Additional material</label>
<caption>
<p>Supplementary PDF file supplied by authors.</p>
</caption>
</supplementary-material>
<p>RNAPs seem to have arisen twice in evolution
(see the <inline-supplementary-material
xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:title="local_file" xlink:href="timeline">
Timeline</inline-supplementary-material>). A large
family of multisubunit RNAPs includes bacterial
enzymes, archeal enzymes, eukaryotic nuclear RNAPs,
plastid-encoded chloroplast RNAPs, and RNAPs from
some eukaryotic viruses. ...</p>
...</body>
<back>...</back>
</article>