<body>

Body of the Document (文書本体)

叙述内容を伝える、文章で記された文書の主要部分。

備考

記事の <body> は繰り返すことはできませんが、@specific-use 属性を取ることができます。この属性は、典型的なタグ付けされた叙述コンテンツではなく、特殊な種類の <body> のためにだけ使います。例えば、ある <body> が索引目的のためのタグなしの「語彙集」であることを示すために、あるいはその <body> が OCR で作成された分割されていないコンテンツである場合に、または <body> がテキスト・ダンプとして (人工的に) タグ付けされたとかの場合などに @specific-use を使います。

関連要素

ジャーナル記事 <article> >はいくつかの要素に分けられます:
  1. the <front> (ジャーナルメタデータ [<journal-meta>] と記事メタデータ [<article-meta>]) の両方を含むメタデータまたはヘッダー情報;
  2. the <body> (記事のテキストおよび画像コンテンツ);
  3. any <back> (用語集、文献リスト、付録などの付帯情報);
  4. a <floats-group> (一部の出版者やアーカイブは、記事本文または後付けで参照されている図や表などの浮動要素をすべて収納するために使用しています); and
  5. 一連の <response> 要素または一連の <sub-article> 要素。(<response> は、編集者によるまとめ、レター記事への回答、または査読コメントに対する作者からの意見など、記事に対するコメントです。副記事はニュース記事、抄録、委員会報告など主記事に完全に含まれる記事です。)

属性

コンテンツ・モデル

<!ELEMENT  body         %body-model;                                 >

拡張コンテンツ・モデル

((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)*, sig-block?)

記述方法

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

用例

<article dtd-version="1.1">
<front>...</front>
<body>
<sec sec-type="intro">
<title>Introduction</title>
<p>Geriatric day hospitals developed rapidly in the United Kingdom in the 1960s
as an important component of care provision. The model has since been widely
applied in several Western countries. Day hospitals provide multidisciplinary
assessment and rehabilitation in an outpatient setting and have a pivotal
position between hospital and home based services. Although there is
considerable descriptive literature on day hospital care,<xref ref-type="bibr"
rid="B1">1</xref> concern has been expressed that evidence for effectiveness is
equivocal and that day hospital care is expensive.<xref ref-type="bibr"
rid="B2">2</xref> We therefore undertook a systematic review of the randomised
trials of day hospital care.</p>
</sec>
<sec sec-type="methods">
<title>Methods</title>
<p>The primary question addressed was ...</p>
<sec>
<title>Inclusion criteria</title>
<p>We set out to identify all ...</p>
</sec>
<sec>
<title>Search strategy</title>
<p>We searched for ...</p>
</sec>
...
</sec>
...
</body>
...</article>