<list>

List

Definition

A sequence of two or more items, which may or may not be ordered

Remarks

The list-type attribute specifies whether there should be a prefix preceding each item and determines the prefix type.

Attributes

id Identifier
list-content List Content
list-type Type of List
prefix-word Prefix Word (For a List Item)

Model Information

Content Model

<!ELEMENT  list         %list-model;                                 >

Description

The following, in order:

This element may be contained in:

<app> Appendix; <app-group> Appendix Matter; <body> Body of the Article; <boxed-text> Boxed Text; <chem-struct> Chemical Structure (Display); <disp-quote> Quote, Displayed; <fig> Figure; <gloss-group> Glossary Group; <glossary> Glossary Elements List; <list-item> List Item; <named-content> Named Special (Subject) Content; <notes> Notes; <p> Paragraph; <ref-list> Reference List (Bibliographic Reference List); <sec> Section; <supplementary-material> Supplementary Material; <table-wrap> Table Wrapper; <td> Table Data Cell (XHTML table model); <th> Table Header Cell (XHTML table model)

Tagged Example


...
<sec>
<title>Conclusions</title>
<p>Day hospital care ... are justifiable.</p>
<boxed-text>
<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>
</sec>
...


Module

list.ent