<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 <inline-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 | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | named-content | styled-content | sub | sup)*
Description
Any combination of:
- Text, numbers, or special characters
- Accessibility Elements
- Linking Elements
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Baseline Change Elements
This element may be contained in:
<abbrev>, <abbrev-journal-title>, <addr-line>, <aff>, <alternatives>, <alt-title>, <anonymous>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <code>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-acronym>, <conf-loc>, <conf-name>, <conf-num>, <conf-sponsor>, <conf-theme>, <copyright-statement>, <corresp>, <data-title>, <def-head>, <degrees>, <disp-formula>, <edition>, <element-citation>, <email>, <etal>, <ext-link>, <fax>, <fixed-case>, <funding-source>, <funding-statement>, <given-names>, <gov>, <history>, <inline-formula>, <inline-supplementary-material>, <institution>, <issue>, <issue-part>, <issue-sponsor>, <issue-title>, <italic>, <journal-subtitle>, <journal-title>, <kwd>, <label>, <license-p>, <meta-name>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <patent>, <phone>, <prefix>, <preformat>, <product>, <publisher-loc>, <publisher-name>, <rb>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <self-uri>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <source>, <speaker>, <std>, <std-organization>, <strike>, <string-conf>, <string-date>, <string-name>, <styled-content>, <sub>, <subject>, <subtitle>, <suffix>, <sup>, <supplement>, <support-source>, <surname>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <unstructured-kwd-group>, <uri>, <verse-line>, <version>, <volume>, <volume-id>, <volume-series>, <x>, <xref>
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>
...