<list-item>

List Item (リスト項目)

項目のリストにある単一の項目 (1 エントリー)。

備考

表示または印刷では、黒点や番号のような接頭文字を付けることがあります。この文字は、 @list-type 属性により、また、@prefix-word 属性との組み合わせで決まります。もし <label> 要素が <list-item> 中で使用されている場合は、@list-type 属性と @prefix-word 属性は無視されます。
推奨用法: この要素では <label> 要素を含むことが可能ですが、<label> 要素は書式設定を無視する場合だけ使用してください。<label> は、通常のタグ付けの過程では使用しないでください。

属性

コンテンツ・モデル

<!ELEMENT  list-item    %list-item-model;                            >

拡張コンテンツ・モデル

(label?, title?, (p | def-list | list)+)

記述方法

以下の順:

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

用例

...
<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>
...