<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 (such as bullet or number). The prefix-word attribute can be used to prepend a word such as “Step”, “Method”, or “Procedure” to a list item, in addition to, typically, a number (thus “Step 1.”).

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:

<abstract> Abstract; <ack> Acknowledgments; <app> Appendix; <app-group> Appendix Matter; <body> Body of the Book; <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); <sec> Section; <supplementary-material> Supplementary Material; <table-wrap> Table Wrapper; <td> Table Data Cell (XHTML table model); <th> Table Header Cell (XHTML table model); <trans-abstract> Translated Abstract

Tagged Example


...
<p>Entries can fail HTG processing because of three 
types of problems:
<list list-type="arabic">
<list-item id="bid.11">
<label>1</label>
<p>Formatting: submissions are not in the proper 
Seq-submit format.</p>
</list-item>
<list-item id="bid.12">
<label>2</label>
<p>Identification: submissions may be missing the 
genome center tag, sequence name, or Accession 
number, or this information is incorrect.</p>
</list-item>
<list-item id="bid.13">
<label>3</label>
<p>Data: submissions have problems with the data 
and therefore fail the validator checks.</p>
</list-item>
</list>
</p>
...

Module

list.ent