<note>
Note in a Reference List (文献リスト内注記)
文献書誌リスト内の引用でない内容。
備考
しばしば、巻末注が参照文献中で、文献番号が付けられて記載されることがあります。<note> 要素はそのような素材のためのものです。
推奨用法: この要素は既存記事の変換のための使用に限定する必要があります。新規の記事で参照文献を記載する際は、巻末注と引用文献を混在させてはいけません。
コンテンツ・モデル
<!ELEMENT note %note-model; >
拡張コンテンツ・モデル
(label?, (p | product)+)
この要素は以下の要素内に含むことができます:
用例
文献リスト (<ref>) において、引用文献書誌の代わりに:
...
<ref id="c33">
<label>33.</label>
<note>
<p>While the samples appear homogeneous in terms of local variations in
transition energy and PL intensity, the response to external electric fields
is strongly inhomogeneous, which can most likely be attributed to local
variations in the AlGaN back contact conductivity as well as inhomogeneities
in the passivation process.</p>
</note>
</ref>
...
...
<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>
...