summaryrefslogtreecommitdiff
path: root/doc/mallard/C/mal_info_credit.xml
blob: 705e595b294d3c2f2e123bdaec7431d8ce563d6e (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
<page xmlns="http://www.gnome.org/~shaunm/mallard"
      type="topic"
      id="mal_info_credit">

<info>
  <link type="guide" xref="mal_info#elements"/>

  <revision version="0.1" date="2007-02-22" status="stub"/>
</info>

<title>Credits</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_info_credit = element credit {
  attribute type {
    "author"     | "editor"       |
    "maintainer" | "collaborator" |
    "translator" | "publisher"    },
  attribute date { xsd:date } ?,
  element name { <link xref="mal_inline">mal_inline</link> },
  element email { <link xref="mal_inline">mal_inline</link> } ?
}
</code></synopsis>

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

</page>