<mediaobject>

Media Object

A displayed media object, that is, a wrapper element for a graphic that is to be displayed as a block (callout) within the narrative flow; for Balisage, only still images are permitted.

Remarks

This model does not include MathML or support Tex or LaTex.

Attributes

xml:id XML Unique Identifier
xreflabel Cross-Reference Label

Related Elements

Within <equation>, simple mathematical expressions should be tagged using <mathphrase>, while more complex expressions should be supplied as graphics (<mediaobject>).

Model Description

The following, in order:

This element may be contained in:

<appendix>, <blockquote>, <equation>, <figure>, <listitem>, <note>, <para>, <section>, <td>, <th>

Example

         
...
<section><title>Gourds</title>
<para>The native people grew a variety of large broad-leafed,
ground-covering vines which produced what they called “macocqwer”
or gourds. (<emphasis role="ital">See</emphasis> <xref linkend="gourds"/>.)
Varying in color among shades of green, yellow, and orange, these
gourds served a number of functions, not chief of which was as a
food source.  There were two distinct types, soft-shelled and
hard-shelled.  ...</para>
<figure xml:id="gourds" floatstyle="1" xreflabel="Gourds">
<mediaobject>
<imageobject>
<imagedata format="jpg" fileref="19450212-2.jpg" scale="50"/>
</imageobject>
<caption>
<para>New World Gourds</para>
</caption>
</mediaobject>
</figure>
<para>...</para>
</section>
...


        

Module

balisage-1-1