summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_figure.xml
blob: d4f078404f65cbf1909c7e6a0c5b37c727c07dbd (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
<topic xmlns="http://www.gnome.org/~shaunm/mallard"
       id="mal_figure">
<info>
  <link type="guide" xref="mal_block#containers"/>
  <version number="0.1" date="2007-02-21" status="stub"/>
</info>

<title>Figures</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_figure = element figure {
  <link xref="mal_attr">mal_attr_common</link>,
  <link xref="mal_title">mal_title</link>?,
  <link xref="mal_block#simple">mal_block_simple</link>+,
  <link xref="mal_caption">mal_caption</link>?
}</code></synopsis>

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

</topic>