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

<title>Credits</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_credit = element credit {
  attribute type { "author" | "editor" | "collaborator" | "translator" },
  ( <link xref="mal_name">mal_name</link>   &amp;
    <link xref="mal_date">mal_date</link>?  &amp;
    <link xref="mal_email">mal_email</link>? )
}
</code></synopsis>

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

</topic>