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

<title>Version Information</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_version = element version {
  attribute number { text },
  attribute date { xsd:date },
  attribute status { "stub" | "incomplete" | "draft" | "review" | "final" }?,
  <link xref="mal_title">mal_title</link>?,
  <link xref="mal_desc">mal_desc</link>?
}
</code></synopsis>

</page>