<list>

List

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

continued-from Continued From
id Identifier
list-content List Content
list-type Type of List
prefix-word Prefix Word (For a List Item)
specific-use Specific Use

Content Model

<!ELEMENT  list         %list-model;                                 >

Expanded Content Model

(label?, title?, list-item+)

Description

The following, in order:

This element may be contained in:

<abstract>, <ack>, <app>, <app-group>, <bio>, <body>, <boxed-text>, <chem-struct>, <disp-quote>, <fig>, <glossary>, <license-p>, <list-item>, <named-content>, <notes>, <p>, <ref-list>, <sec>, <styled-content>, <supplementary-material>, <table-wrap>, <td>, <th>, <trans-abstract>

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

list3.ent