summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_cite.xml
blob: 886bd907029cd43f02f42e97d74355e96845eff5 (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_cite">
<info>
  <version number="0.1" date="2007-02-08" status="draft"/>
  <credit type="author" name="Shaun McCance" email="shaunm@gnome.org"/>
  <copyright year="2007" name="Shaun McCance"/>
  <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
  <link type="guide" xref="mal_block"/>
</info>

<title>Citations</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_cite = element cite {
  attribute name { text },
  attribute date { xsd:date }?
}
</code></synopsis>

<comment>
  <cite name="Shaun McCance" date="2007-02-08"/>
  <p>Possibly add source for block quote citations.</p>
</comment>

<p>The <code>cite</code> element provides information about the source of a
<code xref="mal_quote">quote</code> or a <code xref="mal_comment">comment</code>
element.</p>

<comment>
  <cite name="Shaun McCance" date="2007-02-08"/>
  <p>Add examples, processing expectations.</p>
</comment>

</page>