<body>
Body of the Document (文書本体)
叙述内容を伝える、文章で記された文書の主要部分。
備考
記事の <body> は繰り返すことはできませんが、@specific-use 属性を取ることができます。この属性は、典型的なタグ付けされた叙述コンテンツではなく、特殊な種類の <body> のためにだけ使います。例えば、ある <body> が索引目的のためのタグなしの「語彙集」であることを示すために、あるいはその <body> が OCR で作成された分割されていないコンテンツである場合に、または <body> がテキスト・ダンプとして (人工的に) タグ付けされたとかの場合などに @specific-use を使います。
コンテンツ・モデル
<!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?)
記述方法
以下の順:
- 以下のあらゆる組合せ:
- <sec> (セクション)、ゼロまたは 1 個以上
- <sig-block> (署名ブロック)、ゼロまたは 1 個
この要素は以下の要素内に含むことができます:
用例
<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>