<boxed-text>
Boxed Text (囲みテキスト)
本文の一部であるが、叙述テキストの流れからはずれているテキスト (例えば補足記事) 。
備考
使用法: <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)*)
記述方法
以下の順:
- <object-id> (オブジェクト識別子)、ゼロまたは 1 個以上
- <sec-meta> (セクション・メタデータ)、ゼロまたは 1 個
- <label> ((等式、図、参考文献などの) ラベル)、ゼロまたは 1 個
- <caption> (図表等のキャプション)、ゼロまたは 1 個
- 以下のあらゆる組合せ:
- <sec> (セクション)、ゼロまたは 1 個以上
- 以下のあらゆる組合せ:
- 以下のあらゆる組合せ:
この要素は以下の要素内に含むことができます:
用例 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>“Gallstones” is an entry term for the MeSH
term “cholelithiasis” in the MeSH translation table.</p>
<p>Search translated to: “cholelithiasis”
[MeSH Terms] OR gallstones [Text Word]</p>
</boxed-text>
</p>
...