Lists
Capture Lists in a <list> element.
Each
<list> element must contain an @id attribute
and a @list-type attribute. The list-type attribute defines how the list
will be presented in output. The allowed values are:| Type of List | @list-type Value |
|---|---|
| Simple/Plain List | simple |
| Bulleted | bullet |
| Lowercase Alphabetical | alpha-lower |
| Uppercase Alphabetical | alpha-upper |
| Lowercase Roman Numeral | roman-lower |
| Uppercase Roman Numeral | roman-upper |
| Numbered | arabic |
The list element may optionally contain a <label> and
<title> child elements if those are present in the
source.
Example
<list id="bk978-0-7503-3071-8ch4l30" list-type="bullet">
<list-item id="bk978-0-7503-3071-8ch4l30.1">
<label>•</label>
<p>Simple to perform.</p>
</list-item>
<list-item id="bk978-0-7503-3071-8ch4l30.2">
<label>•</label>
<p>Low cost for basic set-up.</p>
</list-item>
<list-item id="bk978-0-7503-3071-8ch4l30.3">
<label>•</label>
<p>Test system used can be adapted to suit specific
systems/processes of interest.</p>
</list-item>
</list>