◇◆
fileref File Reference
Name of a file that contains image
REQUIRED on element: <imagedata>
Value | Meaning |
---|---|
Text, numbers, or special characters | A pointer to a resource in the form of a relative URL in the same subdirectory; i.e., a simple file reference. |
Restriction | This attribute must be specified if the element is used. |
Tagged Sample
JPEG graphic file
...
<section xml:id="mul4-1">
<title>Gourds</title>
<para>The native people grew a variety of large broad-leafed, ground-covering vines
which produced what they called <quote>macocqwer</quote> or gourds. (<emphasis
role="ital">See</emphasis> <xref linkend="mul-fig1"/>.) ...</para>
<figure xml:id="mul-fig1">
<title>Gourds</title>
<mediaobject>
<imageobject>
<imagedata format="jpg" fileref="19450212-2.jpg" width="50%"/>
</imageobject>
</mediaobject>
...
</figure>
...
</section>
...