-
Notifications
You must be signed in to change notification settings - Fork 4
/
rddl.html
64 lines (58 loc) · 2.8 KB
/
rddl.html
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
61
62
63
64
<!-- <!DOCTYPE html PUBLIC "-//XML-DEV//DTD XHTML RDDL 1.0//EN" "http://www.rddl.org/rddl-xhtml.dtd">-->
<!-- Note: DOCTYPE is commented out in the RDDL example RDDL itself; perhaps otherwise some html clients cause problems. -->
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:rddl="http://www.rddl.org/"
xml:base="http://rs.tdwg.org/UBIF"
xml:lang="en-US">
<head>
<title>Resource Directory (RDDL) for UBIF</title>
<link href="http://www.rddl.org/xrd.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<h1>Resource Directory (RDDL) for UBIF</h1>
<div id="overview">
<h2>Overview</h2>
<p>The UBIF root namespace (<code>http://rs.tdwg.org/UBIF/</code>) is currently only used together with appended years. Multiple versions of a standard may use the same yearly namespace, even if published in a later year. However, if incompatible revisions require the use of a new namespace, a new yearly namespace will be used. This file therefore points to the current (and possible future) yearly namespaces.</p>
</div>
<h2>Resources</h2>
<div id="resources" class="resource">
<ul class="compact">
<rddl:resource xlink:type="simple" id="UBIF2005"
xlink:role="http://www.rddl.org/"
xlink:arcrole="http://www.rddl.org/purposes#directory"
xlink:href="http://rs.tdwg.org/UBIF/2005"
xlink:title="RDDL Subdirectory: http://rs.tdwg.org/UBIF/2005" >
<li><a href="http://rs.tdwg.org/UBIF/2005">RDDL Subdirectory: http://rs.tdwg.org/UBIF/2005</a></li>
</rddl:resource>
<rddl:resource xlink:type="simple" id="UBIF2006"
xlink:role="http://www.rddl.org/"
xlink:arcrole="http://www.rddl.org/purposes#directory"
xlink:href="http://rs.tdwg.org/UBIF/2006"
xlink:title="RDDL Subdirectory: http://rs.tdwg.org/UBIF/2006" >
<li><a href="http://rs.tdwg.org/UBIF/2006">RDDL Subdirectory: http://rs.tdwg.org/UBIF/2006</a></li>
</rddl:resource>
<li>The following subdirectories may be used in the future:<ul class="compact">
<rddl:resource xlink:type="simple" id="UBIF2007"
xlink:role="http://www.rddl.org/"
xlink:arcrole="http://www.rddl.org/purposes#directory"
xlink:href="http://rs.tdwg.org/UBIF/2007"
xlink:title="RDDL Subdirectory: http://rs.tdwg.org/UBIF/2007" >
<li><a href="http://rs.tdwg.org/UBIF/2007">RDDL Subdirectory: http://rs.tdwg.org/UBIF/2007</a></li>
</rddl:resource>
<rddl:resource xlink:type="simple" id="UBIF2008"
xlink:role="http://www.rddl.org/"
xlink:arcrole="http://www.rddl.org/purposes#directory"
xlink:href="http://rs.tdwg.org/UBIF/2008"
xlink:title="RDDL Subdirectory: http://rs.tdwg.org/UBIF/2008" >
<li><a href="http://rs.tdwg.org/UBIF/2008">RDDL Subdirectory: http://rs.tdwg.org/UBIF/2008</a></li>
</rddl:resource>
</ul>
</li>
</ul>
</div>
<div id="footer">
<p>Copyright (c) 2006 G. Hagedorn</p>
</div>
</body>
</html>