summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_list_bullet.xml
blob: ad49cb621733c6f375a9b822e774f7d56dc7b2d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<topic xmlns="http://www.gnome.org/~shaunm/mallard"
       id="mal_list_bullet">
<info>
  <link type="guide" xref="mal_list"/>
  <version number="0.1" date="2007-02-21" status="stub"/>
</info>

<title>Bullet Lists</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_list_bullet = element_list {
  attribute type { "bullet" } ?,
  attribute style { text } ?,
  <link xref="mal_title">mal_title</link> ?,
  element item {
    <link xref="mal_block#simple">mal_block_simple</link> +,
    <link xref="mal_list">mal_list</link> ?
  } +
}</code></synopsis>

</topic>