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:
Table 1.
Type of List @list-type Value
Simple/Plain List simple
Bullet 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.

Capture each item in the list in an individual <list-item> element and the content of the list-item in a <p> element.