◇◆
<graphic> Graphic
Description of and pointer to an external file containing a still image.
Usage/Remarks
The @is-form attribute can be used to indicate that the graphic contains a form. What constitutes
a “form” is not defined by NISO STS.
Attributes
orientation (default = portrait)
position (default = float)
Namespaces
xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
Models and Context
May be contained in
<ack>, <alternatives>, <app>, <app-group>, <array>, <bio>, <body>, <boxed-text>, <chem-struct>, <chem-struct-wrap>, <disp-formula>, <disp-quote>, <fig>, <fig-group>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <named-content>, <non-normative-example>, <non-normative-note>, <normative-example>, <normative-note>, <notes>, <p>, <ref-list>, <sec>, <see>, <see-also>, <see-also-entry>, <see-entry>, <sig>, <sig-block>, <styled-content>, <supplementary-material>, <table-wrap>, <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-display>, <term-sec>, <th>
Description
Any combination of:
- Accessibility Elements
- <abstract> Abstract
- External Linking Elements
- <caption> Caption of a Figure, Table, Etc.
- <object-id> Object Identifier
- <kwd-group> Keyword Group
- <label> Label of a Figure, Reference, Etc.
- Ownership Elements
Content Model
<!ELEMENT graphic %graphic-model; >
Expanded Content Model
(alt-text | long-desc | abstract | email | ext-link | uri | caption | object-id | kwd-group | label | attrib | permissions)*
Tagged Samples
As part of typical figure
...
<sec id="s5_1">
<label>5.1</label>
<title>Two approaches to addressing accessibility in
standards</title>
...
<p><xref ref-type="fig" rid="f1">Figure 1</xref> provides
a graphical summary of how this Guide can be used.</p>
<fig id="f1" orientation="portrait" position="anchor">
<label>Figure 1</label>
<caption>
<title>Two approaches to address accessibility in
standards</title>
</caption>
<graphic xlink:href="g3658.jpg"/>
</fig>
...
</sec>
...
Within figure whose caption includes table
...
<sec id="annB.1.1">
<label>B.1.1</label>
<title>Scanners with single axis reading diagram</title>
<p>This category comprises all scanners with
a single, fixed reading beam ...</p>
...
<fig id="fB.1">
<label>Figure B.1</label>
<caption>
<title>Reading diagram for single-axis scanner</title>
<p><table-wrap>
<table>
<thead>
<tr><th align="center" colspan="2">Scanner with single
axis reading diagram</th></tr>
<tr><th align="center">Parameter</th>
<th align="center">Term</th></tr>
</thead>
<tbody>
<tr><td align="center">A</td>
<td>minimum reading distance</td></tr>
<tr><td align="center">B</td>
<td>depth of field</td></tr>
<tr><td align="center">R</td>
<td>maximum reading distance</td></tr>
</tbody>
</table>
</table-wrap></p>
</caption>
<graphic position="anchor" xlink:href="f-b-1.png"/>
</fig>
</sec>
...