summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_version.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/mallard/spec/mal_version.xml')
-rw-r--r--sandbox/mallard/spec/mal_version.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sandbox/mallard/spec/mal_version.xml b/sandbox/mallard/spec/mal_version.xml
new file mode 100644
index 0000000..5368838
--- /dev/null
+++ b/sandbox/mallard/spec/mal_version.xml
@@ -0,0 +1,20 @@
+<topic 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>
+
+</topic>