<boxed-text>

Boxed Text (囲みテキスト)

本文の一部であるが、叙述テキストの流れからはずれているテキスト (例えば補足記事) 。

備考

使用法: <boxed-text> 要素は、ボックスに囲まれているかどうかにかかわらず (例えば、傍注、補足記事、注意、ヒント、警告、メモボックスなど) 、テキストを挿入するために使用できます。
過去の版との相違点: この要素 (<boxed-text>) は、このタグセットの以前の版から大幅に変更されました。現在の NISO JATS のタグは、最後の NLM 版と後方互換性がありますが、それより前の版とは互換性がありません。具体的には、以前の版では、<boxed-text> 要素には <title> 要素を直接含めることができましたが、現在は <caption> 要素の中でないと <title> 要素を含めることができません。

関連要素

脚注 <fn> には、通常、単独では使用できない素材が含まれていますそれは基本的な資料に既にある単語、句、または段落に関連づけられる必要があります。独立している補足テキスト、または本文に関係はするが、直接は関連付けられていない補足テキストは、<boxed-text> 要素を使ってタグ付けします。

属性

コンテンツ・モデル

<!ELEMENT  boxed-text   %boxed-text-model;                           >

拡張コンテンツ・モデル

((object-id)*, sec-meta?, label?, caption?, (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)*, (attrib | permissions)*)

記述方法

以下の順:

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

用例 1

サイドバー型の囲みテキストで、テキスト中の特定の場所は固定されていない:
...
<sec>
<title>Conclusions</title>
<p>Day hospital care ... are justifiable.</p>
<boxed-text position="float">
<sec>
<title>Key messages</title>
<p>
<list list-type="bullet">
<list-item>
<p>The benefits of geriatric day hospital care have been
controversial for many years.</p>
</list-item>
<list-item>
<p>This systematic review of 12 randomised trials comparing
a variety of day hospitals with a range of alternative
services found no overall advantage for day hospital care.</p>
</list-item>
<list-item>
<p>Day hospitals had a possible advantage over no comprehensive
care in terms of death or poor outcome, disability, and use of
resources.</p>
</list-item>
<list-item>
<p>The costs of day hospital care may be partly offset by
a reduced use of hospital beds and institutional care among
survivors.</p>
</list-item>
</list>
</p>
</sec>
</boxed-text>
<p>...</p>
<p>...</p>
</sec>
...

用例 2

テキスト中の位置が固定されている囲みテキスト:
...
<p>If the search term is found in this translation table,
the term will be mapped to the appropriate MeSH term, and
the Indexes will be searched as both the text word entered
by the user and the MeSH term:
<boxed-text position="anchor" content-type="website">
<caption>
<title>Search term: gallstones</title>
</caption>
<p>&ldquo;Gallstones&rdquo; is an entry term for the MeSH
term &ldquo;cholelithiasis&rdquo; in the MeSH translation table.</p>
<p>Search translated to: &ldquo;cholelithiasis&rdquo;
[MeSH Terms] OR gallstones [Text Word]</p>
</boxed-text>
</p>
...