summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_credit.xml
blob: f18a394ed25429848023343b1fe3c98cdfaa1345 (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" | "publisher" },
  attribute name { text },
  attribute date { xsd:date } ?,
  attribute email { text } ?
}
</code></synopsis>

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

</topic>