<list-item>

List Item

Single item (one entry) in a list of items.

Remarks

On display or in print, a list entry may be preceded by a prefix character, such as a bullet or a number. This character is determined by the @list-type attribute, possibly combined with the @prefix-word attribute. If the <label> element is used in a <list-item>, it overrides the @list-type and @prefix-word attributes.

Attributes

id Document Internal Identifier
specific-use Specific Use
xml:base Base
xml:lang Language

Content Model

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

Expanded Content Model

(p)+

Description

<p> Paragraph, one or more

This element may be contained in:

<list>

Example

...
<sec>
<title>Conclusions</title>
<p>Day hospital care seems to be an effective service ...</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>
</sec>
...

Module

JATS-list1.ent