summaryrefslogtreecommitdiffstats
path: root/misc/ns-a4doc.html
blob: e302ff7c33e69cc5cd3fda79c336b69e7d15f88c (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html PUBLIC "-//XML-DEV//DTD XHTML RDDL 1.0//EN"
                      "http://www.w3.org/2001/rddl/rddl-xhtml.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      xmlns:rddl="http://www.rddl.org/" xml:lang="en">
<head>
  <title>a4doc Namespace</title>
</head>
<body>
  <h1><code>a4doc</code> Namespace</h1>
  <p>Note: resources are being published as they (continually) emerge.</p>
  <p>
    <code>a4doc</code> namespace serves a purpose of annotating specific
    <em>notable semantic properties accompanied with (optional)
    textual details or just standalone hints</em> connected with
    annotated entity.
  </p>
  <h2>Common attributes</h2>
  <div>
    <dl>
      <dt><code>a4doc:hint</code></dt>
      <dd>
        <p>
          standalone side notes for the item
        </p>
      </dd>
      <dt><code>a4doc:deprecation-hint</code></dt>
      <dd>
        <p>
          details about item deprecation (when used, even if with an empty
          string, marks the current item as <em>deprecated</em>)
        </p>
      </dd>
      <dt><code>a4doc:danger-hint</code></dt>
      <dd>
        <p>
          explaining what is dangerous about touching this item (when used,
          even if with an empty string, marks the current item as
          <em>dangerous</em>/experimental)
        </p>
      </dd>
      <dt><code>a4doc:discretion-hint</code></dt>
      <dd>
        <p>
          explaining why extra caution about touching this item (when used,
          even if with an empty string, marks the current item as
          <em>requiring discretion</em>)
        </p>
      </dd>
    </dl> 
  </div>
  <div>
    <p>
      contact: <code>jpokorny at redhat dot com</code>
      <br/>
      last change: <code>2013-02-19</code>
    </p>
  </div>
</body>
</html>