summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_inline_file.xml
blob: fd5c398916cf2ea0a17ad7b6a11b1253bbf1c067 (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
32
33
34
<page xmlns="http://www.gnome.org/~shaunm/mallard"
       id="mal_file">

<info>
  <link type="guide" xref="mal_inline"/>
  <link type="seealso" xref="mal_attr_link"/>

  <credit type="author">
    <name>Shaun McCance</name>
    <email>shaunm@gnome.org</email>
  </credit>
  <copyright>
    <year>2008</year>
    <name>Shaun McCance</name>
  </copyright>

  <version number="0.1" date="2008-02-19" status="incomplete"/>
</info>

<title>Filenames</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_inline_file = element file {
  <link xref="mal_attr_link">mal_attr_link</link> ?,
  <link xref="mal_inline#simple">mal_inline__simple</link> +
}
</code></synopsis>

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

</page>