An unordered or 'bullet' list.
Bullets elements contain <entry> elements.
No attributes other than standard attributes are defined for <bullets> elements.
Element name | Description |
---|---|
<entry> | An entry in the bullet list. |
Element name | Relation |
---|---|
<chapter> | The enclosing chapter. |
<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: