<label>

Label (of an Equation, Figure, Reference, etc.) ((等式、図、参考文献などの) ラベル)

別行立て要素 (例えば等式、ステートメント、図) の最初につけられる番号と接頭語の両方またはどちらか。

備考

一例として、方程式 (<disp-formula>) の先頭に置かれるラベルは、<label>Equation 3.</label><label>(3)</label>、または <label>3.</label> のようになります。「証明」または「補助定理」のような文の前のラベルは、<label>Proof</label><label>Hypothesis</label> などの語となります。
多くのオブジェクトは明示的なラベルを取ることができます。たとえば、<label> には、脚注の先頭に置かれた脚注の接頭文字として使用される数字または記号を含めることができます。同様に、<fig> のタイトルまたはキャプションに関連付けられた番号および接頭語は、<label> としてマークすることもできます。たとえば、“Figure 3.”、“Exhibit 2.”、または “3.”などです。
引用文献中で: A <label> cは、参照または引用文献の前に付けられた “25.” または “[Lapeyre 2010]” のような番号を保存するために使うことがでかます。これは、タグなしの相互参照を再構築するときに便利です。
アクセシビリティ: 時によると、<label> は、その内容やタグと独立して発音する必要があります。@alt 属性は、スクリーンリーダーやその他のアクセシビリティ機器のための発音を記録するために使用できます。たとえば、次の図要素は “Figure 3” と発音する必要があります。
<label alt="figure 3">Fig&#x00A0;III.</label>

属性

コンテンツ・モデル

<!ELEMENT  label        (#PCDATA %label-elements;)*                  >

拡張コンテンツ・モデル

(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | sub | sup)*

記述方法

この要素は以下の要素内に含むことができます:

用例 1

表に対して:
...
<table-wrap id="t2" orientation="portrait" position="float">
<label>Table II.</label>
<caption>
<p>Models to approximate the bound frequencies as waves 
in Xi (<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>
...

用例 2

図に対して:
...
<sec>
<title>Outcome data</title>...
<p>Figure <xref ref-type="fig" rid="F2">2</xref> shows that
overall there was no significant difference between day hospital
and alternative forms ...</p>
<fig id="F2">
<label>Figure 2</label>
<caption><p>Odds of death or poor outcome in patients
receiving day hospital care or alternative services (random
effects model). Heterogeneity between trials is presented
as &#x03C7;<sup>2</sup></p></caption>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="fors2662.f2"></graphic>
</fig>
</sec>
...
... 
<fig id="f3" position="float">
<label>FIG. 3.</label>
<caption>...</caption>
<alternatives>
<graphic specific-use="print" xlink:href="1.4821168.figures.highres.f3.zip"></graphic>
<graphic specific-use="online" xlink:href="1.4821168.figures.online.f3.jpg"></graphic>
</alternatives>
</fig>
...

用例 3

注記に対して:
...
<ref id="c35">
<label>35.</label>
<note>
<p>The geometric optimization and electronic transport properties are 
all calculated by a developed <italic>ab-initio</italic> software package 
Atomistix ToolKit, which is based on the spin-polarized density-functional 
theory combined with the non-equilibrium Greens functions. ...</p>
</note>
</ref>
...

用例 4

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref id="B8">
<label>8</label>
<element-citation publication-type="journal">
<person-group person-group-type="author">
<name><surname>Weissert</surname>
<given-names>W</given-names></name>
<name><surname>Wan</surname>
<given-names>T</given-names></name>
<name><surname>Livieratos</surname>
<given-names>B</given-names></name>
<name><surname>Katz</surname>
<given-names>S</given-names></name>
</person-group>
<article-title>Effects and costs of day-care
services for the chronically ill: a randomized
experiment</article-title>
<source>Medical Care</source>
<year iso-8601-date="1980">1980</year>
<volume>18</volume>
<fpage>567</fpage>
<lpage>584</lpage>
<pub-id pub-id-type="pmid">6772889</pub-id>
</element-citation>
</ref>
...

用例 5

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref id="B1">
<label>1</label>
<mixed-citation publication-type="book">
<collab>Research Unit of the Royal College of Physicians
and British Geriatric Society</collab>.
<source>Geriatric day hospitals: their role and guidelines
for good practice</source>. <publisher-loc>London</publisher-loc>:
<publisher-name>RCP</publisher-name>;
<year iso-8601-date="1994">1994</year>.
</mixed-citation>
</ref>
...

用例 6

仮定に対して:
<article dtd-version="1.1">
<front>...</front>
<body>...
<p>Industrial buyers categorise foreign countries
according to their level of technological achievement
and subsequently differentiate their perceptions of
these countries accordingly. ... The following
hypothesis is posited:
<statement><label>Hypothesis 1</label>
<p>Buyer preferences for companies are influenced 
by factors extrinsic to the firm attributable to, and
determined by, country-of-origin effects.</p>
</statement>
</p>
...</body>
<back>...</back>
</article>