<caption>
Caption of a Figure, Table, etc. (図表等のキャプション)
オブジェクト (たとえば <fig> や <table-wrap>) に関する文字による説明のコンテナ要素。
備考
キャプションは、表、図形、または類似のオブジェクトの視覚的なテキスト記述です。印刷または表示では、キャプションは通常のテキストフローの一部ではないため、すぐにわかります。テーブルの表や図のグラフィカル部分の真下、上、横、または小さなウィンドウやページ部分に表示されています。<caption> には、タイトル (<title> としてタグ付けされている)、説明的な段落 (<p> としてタグ付けされている)、あるいは凡例 (このタグスイートではタグが与えられていない) など多様なテキスト情報を含みます。
キャプションのテキストには、通常、“Figure 3.” or “Table 11-a”などの単語は含まれません。多くの出版者は表示時にそのようなテキストを自動生成することを選択しているので、これらのラベルは XML ファイルに存在しない場合があります。しかしそれらがソースXMLにある場合、<label> 要素を使って記述できます。
属性
コンテンツ・モデル
<!ELEMENT caption %caption-model; >
拡張コンテンツ・モデル
(title?, (p)*)
この要素は以下の要素内に含むことができます:
用例 1
図の中で:
...
<sec>
<title>Results</title>
<p>... Details of randomization procedures, treatment
schedules, and numbers of patients followed up are
given on the <italic>BMJ</italic> website.</p>
<fig id="F1">
<label>Figure 1</label>
<caption>
<title>Deaths Among Patients Receiving Day Hospital
Care or Alternative Services.</title>
<p> Odds ratios of death by end of follow up were calculated
by fixed effects model. Heterogeneity between trials is
presented as χ<sup>2</sup></p>
</caption>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="fors2662.f1"></graphic>
</fig>
<p>...</p>
</sec>
...
...
<fig id="f8" orientation="portrait" position="float">
<label>FIG. 8.</label>
<caption>
<p>Time difference between events F and A as a function of the
length of entering plug for bifurcations B to BXXX, where X stands
for 0 or 1.</p>
</caption>
<graphic orientation="portrait" position="float" xlink:href="f8"/>
</fig>
...
用例 2
表の中で:
...
<table-wrap id="TN0.170">
<label>Table 17</label>
<caption>
<title>Patient Care at End of Follow Up</title>
<p>Numbers of patients receiving institutional care at
the end of scheduled follow up and use of hospital beds
among those allocated to day hospital or alternative
services</p>
</caption>
<table frame="box" rules="all" cellpadding="5">
<tr>
<th/>
<th colspan="3" align="center" rowspan="1">Institutional
care</th>
<th align="left"/> <th colspan="2" align="center"
rowspan="1"> Bed use (days)</th>
</tr>
...</table>
</table-wrap>
...
...
<table-wrap id="t2" orientation="portrait" position="float">
<label>Table II.</label>
<caption>
<p>Models to approximate the bound frequencies as waves
in X→M (<inline-graphic id="g1" xlink:href="d1"/>: Rotational,
<inline-graphic id="g2" xlink:href="d2"/>: Vibrate in <italic>y</italic>
direction, <inline-graphic id="g3" xlink:href="d3"/>: Vibrate in
<italic>x</italic> direction, <inline-graphic id="g4" xlink:href="d4"/>:
Vibrate mainly in <italic>y</italic> direction including a small
portion of vibration in <italic>x</italic> direction,
<inline-graphic id="g5" xlink:href="d5"/>: Vibrate mainly in
<italic>x</italic> direction including a small portion of vibration
in <italic>y</italic> direction).</p>
</caption>
<table border="1">...</table>
</table-wrap>
...
用例 3
ある画像に複数のキャプションがある:
... <fig id="F4"> <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="pq0405498004" specific-use="internet"> <caption specific-use="short"> <p>Functional and evolutionary relationships between polyadenylation machineries and telomerases. The functional relationships described here are shaded.</p> </caption> <caption specific-use="long"> <p>Functional and evolutionary relationships between polyadenylation machineries and telomerases. The thick rectangular frame encompasses the Hfq and PABP II polyadenylation stimulatory factors. Hfq and PABP II are linked to enzymes that they modulate by thin rectangular frames. Members of the nucleotidyltransferase family are surrounded by an oval, and telomerase-related enzymes that maintain the 5′ extremities of RNA tagged by a hairpin structure are circled. The functional relationships described here are shaded.</p> </caption> </graphic> </fig> ...
用例 4
メディア・オブジェクトへのリンクを含むキャプション:
...
<fig id="f1" orientation="portrait" position="float">
<label>FIG. 1.</label>
<caption>
<p>(a) Schematic of the working principles of HFM, (b) a typical application
scheme for an electric bias in HFM, (c) regulation the conformations and
dynamics (trapping, concentration, and sudden stretching) of λ-DNA molecules
in HFM, and (d) schematic of the trapping location regulation (enhanced online).
[URL: <ext-link ext-link-type="uri" xlink:href="http://dx.doi.org/10.1063/1.4762852.1">
http://dx.doi.org/10.1063/1.4762852.1</ext-link>]
<alternatives>
<media id="v1" mime-subtype="avi" mimetype="video" orientation="portrait"
position="anchor" specific-use="original-format" xlink:href="v1">
<object-id pub-id-type="doi" specific-use="metadata">10.1063/1.4762852.1</object-id>
</media>
<media mime-subtype="mpeg" mimetype="video" orientation="portrait"
position="anchor" specific-use="archival-format" xlink:href="v1"></media>
<media mime-subtype="x-flv" mimetype="video" orientation="portrait"
position="anchor" specific-use="online-format" xlink:href="v1"></media>
</alternatives>
</p>
</caption>
<graphic orientation="portrait" position="float" xlink:href="f1"/>
<graphic id="f1a" orientation="portrait" position="float" xlink:href="dummy1.png"/>
<graphic id="f1b" orientation="portrait" position="float" xlink:href="dummy2.png"/>
<graphic id="f1c" orientation="portrait" position="float" xlink:href="dummy3.png"/>
<graphic id="f1d" orientation="portrait" position="float" xlink:href="dummy4.png"/>
</fig>
...