<notes>

Notes (注記)

叙述の一部でない 1 つ以上の注記をまとめたセクション的なコンテナ要素 (例えば校正や献辞に加えられた注)

備考

このようなメモは通常、文書の定期的な技術内容以外のもので、寄与者追加したもの、通常のテキストの処理中または処理後に出版者が追加したもの、編集委員のノート、発行後のノート、などです。
@notes-type 属性には、事前定義された値の一覧はありません。出版者は以下のものを使うことがあります。 added-in-proof, dedication, conflict-of-interest, death-notice, editor-note, added-post-print, added-post-electronic-publication, translator-note.
典型的な文書の終わりの注は “Note in Proof” です。これは、文書が組版されている間に作成された最新のニュース項目やその他の資料が含まれているため、作業中のテキストに含めるには遅すぎます。これは一般に査読されたコンテンツではなく、そのようなコンテンツ内の他の資料への参照は、通常、文献書誌リスト <ref-list> には記載されず、本文中または最後の段落に記載されます。
オンラインでの早期公開と、冊子体とわずか異なるオンライン版の登場により、“only for the print” または “only for web” という注が増加しています。@specific-use 属性により、“print-only”などの特定のフォーマットのみに属するものが指定できます。

関連要素

表 (<table-wrap>) の下部に表示される注と混同しないでください。これらは通常の段落や脚注として <table-wrap-foot> コンテナ要素内でタグ付けされます。

属性

コンテンツ・モデル

<!ELEMENT  notes        %notes-model;                                >

拡張コンテンツ・モデル

(sec-meta?, label?, title?, (address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | disp-quote | speech | statement | verse-group)*, (sec)*, (fn-group | glossary | ref-list)*)

記述方法

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

用例 1

<article dtd-version="1.1">
<front>...</front>
<body>...</body>
<back>
<glossary>...</glossary>
<notes>
<sec>
<title>Note Added in Proof</title>
<p>Similar sequence information has been obtained in another study (S. Mishiro,
personal communication) and has been deposited under GenBank accession numbers
&#x2013;. For the purposes of HBV nomenclature, we have proposed that the
chimpanzee HBV be abbreviated as ChHBV.</p>
</sec>
</notes>
<ref-list>...</ref-list>
</back>
</article>

用例 2

定型文:
...
<front>...
<article-meta>...</article-meta>
<notes notes-type="disclaimer">
<p><italic>The information and/or opinions expressed in this 
Guest Editorial are those of the author(s). They are neither 
endorsed nor disputed by <roman>Prescribing Physician</roman> 
or the Pharma-Physician Coalition. Questions about or comments 
on this editorial&rsquo;s content should be directed to the 
corresponding author.</italic></p>
</notes>
</front>
...

用例 3

献辞:
...
<front>...
<article-meta>...</article-meta>
<notes notes-type="dedication">
<p>We dedicate this paper to our professor, Dr. Robert 
Jemmings, whose critique of the underlying study identified 
potential bias in the analysis and strengthened our 
argument.</p>
</notes>
</front>
...

用例 4

編者注:
...
<front>...
<article-meta>...</article-meta>
<notes notes-type="editor-note">
<p><sc>EDITOR&rsquo;S NOTE:</sc>  The study examined in 
this article was neither blinded nor placebo-controlled.  
More recent studies suggest that traditional medications 
when compared with placebos do decrease symptoms of this 
condition. Further research is needed to ascertain the 
efficacy of such medications; until research is conducted, 
traditional medications may be an effectual treatment.</p>
</notes>
</front>
...

用例 5

出版後の情報:
...
<front>...
<article-meta>...</article-meta>
<notes notes-type="after-epub">
<p>After publication, the authors discovered an error in 
the text concerning the administration of the medication 
levothyroxine.  The text reads:  &ldquo;Individuals 
prescribed the thyroid hormone, levothyroxine, should 
eat within thirty minutes of taking the medication.&rdquo;  
The text should read: &ldquo;Individuals prescribed the 
thyroid hormone, levothyroxine, should <italic>not</italic> 
eat within thirty minutes of taking the medication.&rdquo;</p>
</notes>
</front>
...