◇◆
<inline-graphic> Inline Graphic
Description of and pointer to an external graphic that is displayed or set in the
same line as the text.
Usage/Remarks
An inline graphic is typically a small graphic, such as an icon or a small picture
symbol, that is displayed or set in the same line as the text.
Best Practice
Although the Tag Set cannot enforce it, this element should not be used to create ordinary special characters such as diacritics and copyright symbols; these characters should be expressed in
Unicode. The element <inline-graphic> should also not be used for custom-built or private characters such as those in the
Unicode private use areas; for such characters, use the <private-char> element.
Attributes
Namespaces
xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
Models and Context
May be contained in
<addr-line>, <aff>, <alternatives>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chem-struct>, <code>, <collab>, <comment>, <compl>, <compound-kwd-part>, <compound-subject-part>, <copyright-statement>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <fixed-case>, <full>, <funding-source>, <inline-formula>, <institution>, <intro>, <italic>, <kwd>, <label>, <license-p>, <main>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <nav-pointer>, <overline>, <p>, <preformat>, <private-char>, <publisher-loc>, <related-article>, <related-object>, <related-term>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <see-also-entry>, <see-entry>, <sig>, <sig-block>, <std>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <target>, <tbx:crossReference>, <tbx:definition>, <tbx:entailedTerm>, <tbx:example>, <tbx:externalCrossReference>, <tbx:note>, <tbx:pronunciation>, <tbx:see>, <tbx:source>, <tbx:term>, <tbx:usageNote>, <td>, <term>, <term-head>, <term-source>, <textual-form>, <th>, <title>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>, <xref>
Description
Any one of:
- Optionally any one of:
- Accessibility Elements
Content Model
<!ELEMENT inline-graphic %inline-graphic-model; >
Expanded Content Model
((alt-text | long-desc)?)
Tagged Samples
Alternative to an inline formula
... <p><italic>Slow-front transient overvoltage (SFO)</italic>: Transient overvoltage, usually unidirectional, with time to peak 20 μs < <inline-formula> <alternatives> <tex-math notation="LaTeX">${T_p}$</tex-math> <inline-graphic xlink:href="1894_2015_mml_m1.eps" xmlns:xlink="http://www.w3.org/1999/xlink"/> </alternatives> </inline-formula> ≤ 5 000 μs, and time to half value of a  decreasing voltage <inline-formula> <alternatives> <tex-math notation="LaTeX">${T_2}$</tex-math> <inline-graphic xlink:href="1894_2015_mml_m2.eps" xmlns:xlink="http://www.w3.org/1999/xlink"/> </alternatives> </inline-formula> ≤ 20 ms.</p> ...
Inside a <private-char>
...
<sec>
<label>79.1</label>
<p>Elongate ... in the form of a
<private-char description="dogleg">
<inline-graphic
xlink:href="http://www1.astm.org/HTTP/IMAGESxHTML/images/glyphs/ASTM_SpecChar/dogleg_12">
<alt-text content-type="special character">dogleg character</alt-text>
</inline-graphic>
</private-char>. During the ...</p>
</sec>
...