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

<title>GUI Labels</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_gui = element gui {
  attribute type { "check" | "radio" | "menuitem" }?,
  <link xref="mal_link#ubiquitous">mal_link_attr</link>?,
  ( mal_gui +           |
    <link xref="mal_inline#simple">mal_inline_simple</link> + )
}
</code></synopsis>

<comment>
  <cite name="Shaun McCance" date="2007-01-30"/>
  <p>Add examples, processing expectations</p>
</comment>

<comment>
  <cite name="Shaun McCance" date="2007-02-07"/>
  <p>Fix the content model, make type correspond to gui/inline content.</p>
</comment>

</topic>