summaryrefslogtreecommitdiff
path: root/doc/mallard/C/mal_block_dlist.xml
blob: 59f13f572526e86fd50eecbe27810b31fb710c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<page xmlns="http://www.gnome.org/~shaunm/mallard"
      type="topic"
      id="mal_block_dlist">

<info>
  <version number="0.1" date="2007-02-21" status="stub"/>

  <credit type="author">
    <name>Shaun McCance</name>
    <email>shaunm@gnome.org</email>
  </credit>
  <copyright>
    <year>2008-2009</year>
    <name>Shaun McCance</name>
  </copyright>

  <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
</info>

<title>Definition Lists</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_list_definition = element list {
  attribute type { "definition" },
  attribute style { text } ?,
  element item {
    <link xref="mal_block_title">mal_block_title</link> +,
    <link xref="mal_block">mal_block</link> +,
    <link xref="mal_list">mal_list</link> ?
  } +
}
</code></synopsis>

</page>