<inline-media>
Inline Media Object
Description of and pointer to an external file that holds an inline media object (for example, a pronunciation file for a word or character).
Remarks
The element <inline-media> relates to the <media> element as the <inline-graphic> element relates to <graphic>.
The “content” of the <inline-media> element is not the media object itself, but information concerning the object and a pointer to the object. The external file that contains the object is named by the @xlink:href attribute.
Attributes
Content Model
<!ELEMENT inline-media (#PCDATA %inline-media-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:
<addr-line>, <alternatives>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <code>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-theme>, <data-title>, <def-head>, <disp-formula>, <element-citation>, <fixed-case>, <funding-source>, <inline-formula>, <italic>, <label>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <part-title>, <product>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <sig>, <sig-block>, <source>, <std>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <support-source>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>
Example
To provide a link to pronunciation:
...
<p>Again she called on <inline-media id="celtic-name-hafgan"
content-type="pronunciation" mimetype="audio" mime-subtype="mp3"
xlink:href="http://celtic.cmrs.ucla.edu/csana/pronunciation/hafgan.mp3"
vocab="CSANA Pronunciations for Celtic Texts"
vocab-identifier="http://celtic.cmrs.ucla.edu/csana/pronunciation.html">
Hafgan</inline-media>, to see if he would ...</p>
...