summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_screen.xml
blob: c0ea56be17d158b12f2c1d4a17323731ae90f7ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<topic xmlns="http://www.gnome.org/~shaunm/mallard"
       id="mal_block_code">
<info>
  <link type="guide" xref="mal_block#simple"/>
</info>

<title>Screens</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_screen = element screen {
  <link xref="mal_attr">mal_attr_common</link>,
  <link xref="mal_inline">mal_inline</link>+
}
</code></synopsis>

<comment>
  <cite><name>Shaun McCance</name><date>2006-12-08</date></cite>
  <p>Add intro, examples, and processing expectations.</p>
</comment>

</topic>