itemizedlist
itemizedlist — A list in which each entry is marked with a bullet or other dingbat.
Synopsis
- Sequence of:
- One of: 
 - Zero or more of:
annotationbridgeheadremarkrevhistory- Indexing inlines 
![[-]](figs/web/nav/down.gif)
 - Admonition elements 
![[-]](figs/web/nav/down.gif)
 - Formal elements 
![[-]](figs/web/nav/down.gif)
 - Graphic elements 
![[-]](figs/web/nav/down.gif)
 - Informal elements 
![[-]](figs/web/nav/down.gif)
informalequationinformalexampleinformalfigureinformaltable(db.cals.informaltable)informaltable(db.html.informaltable)
 - List elements 
![[-]](figs/web/nav/down.gif)
 - Paragraph elements 
![[-]](figs/web/nav/down.gif)
 - Publishing elements 
![[-]](figs/web/nav/down.gif)
 - Synopsis elements 
![[-]](figs/web/nav/down.gif)
 - Technical elements 
![[-]](figs/web/nav/down.gif)
 - Verbatim elements 
![[-]](figs/web/nav/down.gif)
 
 - One or more of:
 
 - One of: 
 
Attributes
Additional attributes:
- mark (NMTOKEN)
 - spacing (enumeration)
- “compact”
 - “normal”
 
 
Additional Constraints
- If this element is the root element, it must have a version attribute.
 
Description
In an itemizedlist, each member of the list is
      marked with a bullet, dash, or other symbol.
Processing expectations
Formatted as a displayed block.
DocBook specifies neither the initial mark nor the sequence of
        marks to be used in nested lists. If explicit control is desired, the
        mark attribute should be used.
        The values of the mark attribute
        are expected to be keywords, not representations (numerical character
        references, entities, etc.) of the actual mark.
DocBook does not specify a set of appropriate keywords.
In order to enforce a standard set of marks at your
        organization, it may be useful to construct a customization layer that
        limits the values of the mark
        attribute to an enumerated list. See Chapter 5, Customizing DocBook.
Attributes
- mark
 Identifies the type of mark to be used on items in this list
- spacing
 Specifies (a hint about) the spacing of the content
Enumerated values: “compact” The spacing should be "compact".
“normal” The spacing should be "normal".
See Also
calloutlist, listitem, orderedlist, segmentedlist, simplelist, variablelist
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example itemizedlist</title>
<itemizedlist mark='opencircle'>
  <listitem>
    <para>TeX and LaTeX
    </para>
  </listitem>
  <listitem override='bullet'>
    <para>Troff
    </para>
  </listitem>
  <listitem>
    <para>Lout
    </para>
  </listitem>
</itemizedlist>
</article>
TeX and LaTeX
Troff
Lout




![[+]](figs/web/nav/right.gif)