<bullets>

Description

An unordered or 'bullet' list.

Bullets elements contain <entry> elements.

Attributes

No attributes other than standard attributes are defined for <bullets> elements.

Immediate descendants

Element name Description
<entry> An entry in the bullet list.

Immediate ancestors

Element name Relation
<chapter> The enclosing chapter.

Example

<document xmlns="http://boradoc.org/1.0">
  <chapter>
    <bullets>
      <entry>an entry</entry>
      <entry>another entry</entry>
    </bullets>
  </chapter>
</document>

The above BDML renders to the following:

  • an entry
  • another entry