<list>

The <list> tag is a titled, numbered container for a single <ol> or <ul>. Use it when the whole list needs a caption, number, or xml:id, much like <figure> wraps an <image>.

A <list> may also include an <introduction> or <conclusion> around the actual list.

Syntax

Attributes

Attributes for <list>
AttributeRequired?Values
component = "…"optionalstring
label = "…"optionalstring
landscape = "…"optional"yes""no"
xml:id = "…"optionalstring
xml:lang = "…"optionalstring

Children

The following may appear as children: <conclusion> <idx> <introduction> <plaintitle> <shorttitle> <title>

Parents

This element may appear as an immediate child of the following elements: <activity> <algorithm> <answer> <appendix> <article> <case> <chapter> <claim> <computation> <conclusion> <convention> <corollary> <data> <example> <exercise> <exploration> <fact> <hint> <identity> <insight> <introduction> <investigation> <lemma> <li> <note> <observation> <page> <paragraphs> <problem> <project> <proof> <proposition> <question> <remark> <section> <sidebyside> <solution> <statement> <subsection> <subsubsection> <task> <technology> <theorem> <warning> <worksheet>

Examples