summaryrefslogtreecommitdiff
path: root/doc/mallard/C/mal_block_figure.xml
blob: e981f9eababb44bd66235cab82b3b100999af31e (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
<page xmlns="http://www.gnome.org/~shaunm/mallard"
      type="topic"
      id="mal_block_figure">

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

<title>Figures</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_block_figure = element figure {
  attribute style { xsd:NMTOKENS } ?,
  attribute * - (mal:* | local:*) { text } *,

  <link xref="mal_title">mal_title</link> ?,
  <link xref="mal_block_desc">mal_block_desc</link> ?,
  <link xref="mal_block">mal_block</link> +
}
</code></synopsis>

<comment>
  <cite date="2006-11-16"><name>Shaun McCance</name></cite>
  <p>Add explanation, examples, processing expectations</p>
  <p>A way to float right, a'la wikipedia?</p>
</comment>

</page>