◇◆
<itemizedlist> Itemized List
A list in which entries are marked with a symbol such as a bullet or dash.
Usage/Remarks
Authoring Note
The authoring model does not permit use of @xml:id and @xreflabel with this element. Use is available in the production model, but only then for backwards-compatibility
should prior proceedings years’ production be necessary. (Model versions, predating
2010, permitted @xreflabel’s use with this element.)
Models and Context
May be contained in
Description
The following, in order:
- <title> Title, zero or one
- <listitem> List Item, one or more
Expanded Content Model
(title?, listitem+)
Tagged Sample
Bulleted list
...
<section xml:id="mul2">
<title>Securing a Permanent Colony in the Claimed Lands</title>
<para>With land claimed in the New World, an expedition was mounted to establish a settlement.
The first expedition failed. ...</para>
...
</section>
<section xml:id="mul3">
<title>Native Inhabitants of the New World</title>
<para>Upon establishing the Roanoke colony, the settlers ...</para>
</section>
<section xml:id="mul4">
<title>Native Plants and Wildlife</title>
<para>... The settlers discovered that while some roots could be eaten much in
appearance as they were dug, others had to be boiled before use as a foodstuff.
As more fully described below, other plants included beans, and several crops
previously unknown to the Europeans:
<itemizedlist>
<listitem>
<para><quote>macocqwer</quote> (gourds),</para>
</listitem>
<listitem>
<para><quote>melden</quote> (an herb),</para>
</listitem>
<listitem>
<para><quote>planta solis</quote> (sunflower — used in a type of bread,
as well as for broth),</para>
</listitem>
<listitem>
<para>peas (powdered in a mortar), and</para>
</listitem>
<listitem>
<para>potatoes.</para>
</listitem>
</itemizedlist>
</para>
<section xml:id="mul4-1">
<title>Gourds</title>
<para>The native people grew a variety of large broad-leafed, ground-covering vines
which produced what they called <quote>macocqwer</quote> or gourds. (<emphasis
role="ital">See</emphasis> <xref linkend="mul-fig1"/>.) Varying in color
among shades of green, yellow, and orange, these gourds served a number of functions,
not chief of which was as a food source. ...</para>
...
</section>
...
</section>
...