<list-item>

List Item

Definition

A single entry in a list

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 value used on the <list> element, unless this generated prefix is over-ridden by using a <label> element.

Attribute

id Identifier

Model Information

Content Model

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

Description

The following, in order:

This element may be contained in:

<list> List

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