The element ol is defined in module lists. It belongs to group block. Purpose ordered listContent model (caption? , li+)Attributes
| Name | Type | Value | Purpose |
|---|
numbering | ENUMERATION: arabic | lalpha | lroman | uroman | ualpha |
"arabic"
| | id | ID | optional | an unique ID to refer to e.g. with link
| start | CDATA | optional | starting value of numbering |
Description
The list can have a title (head) and
consists of one or several listitems (li).
Parents
These elements contain ol:
li, p.
Children
These elements may occur inside of ol:
caption, li
|