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

<title>Topic Pages</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_topic = element topic {
  element info {
    <link xref="mal_credit">mal_credit</link> *       &amp;
    <link xref="mal_copyright">mal_copyright</link> *    &amp;
    <link xref="mal_desc">mal_desc</link> ?         &amp;
    <link xref="mal_license">mal_license</link> *      &amp;
    <link xref="mal_link#guide">mal_link_guide</link> *   &amp;
    <link xref="mal_link#seealso">mal_link_seealso</link> * &amp;
    <link xref="mal_version">mal_version</link> *
  } ?,
  <link xref="mal_title">mal_title</link>,
  <link xref="mal_block">mal_block</link>+,
  <link xref="mal_section">mal_section_topic</link>*
}</code></synopsis>

<comment>
  <cite><name>Shaun McCance</name><date>2007-01-30</date></cite>
  <p>Add some intro text, examples, processing expectations.</p>
</comment>

</topic>