<inline-graphic>
Graphic, Inline
Description of and pointer to an external graphic that is displayed or set in the
same line as the text.
Attributes
Content Model
<!ELEMENT inline-graphic %inline-graphic-model; >
Expanded Content Model
((alt-text | long-desc)*)
Description
Any one of:
- Any combination of:
- Accessibility Elements
This element may be contained in:
<alternatives>, <article-title>, <attrib>, <bold>, <chapter-title>, <code>, <comment>, <compound-kwd-part>, <conf-theme>, <data-title>, <def-head>, <disp-formula>, <element-citation>, <fixed-case>, <inline-formula>, <italic>, <license-p>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <part-title>, <private-char>, <product>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <source>, <std>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <supplement>, <support-source>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-title>, <underline>, <verse-line>
Example
Used to produce non-Unicode characters:
... <table-wrap id="t2" orientation="portrait" position="float"> <caption> <p>Models to approximate the bound frequencies as waves in X→M (<inline-graphic id="g1" xlink:href="d1"/>: Rotational, <inline-graphic id="g2" xlink:href="d2"/>: Vibrate in <italic>y</italic> direction, <inline-graphic id="g3" xlink:href="d3"/>: Vibrate in <italic>x</italic> direction, <inline-graphic id="g4" xlink:href="d4"/>: Vibrate mainly in <italic>y</italic> direction including a small portion of vibration in <italic>x</italic> direction, <inline-graphic id="g5" xlink:href="d5"/>: Vibrate mainly in <italic>x</italic> direction including a small portion of vibration in <italic>y</italic> direction).</p> </caption> <table border="1">...</table> </table-wrap> ...