57 lines
2.3 KiB
HTML
57 lines
2.3 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
|
||
|
<link rel="stylesheet" type="text/css" href="sdd1.css">
|
||
|
</head>
|
||
|
<body bgcolor="#ffffff">
|
||
|
<a name="PageTop"></a>
|
||
|
<p />
|
||
|
<h2><a name="SDD_Part_0_Introduction_and_Prim"></a> SDD Part 0: Introduction and Primer to the SDD Standard </h2>
|
||
|
<p />
|
||
|
<h3><a name="3_14_Referencing_contributors_an"></a> 3.14 Referencing contributors and sources </h3>
|
||
|
<p />
|
||
|
In SDD, this is a central repository for names of persons or organization, and is used throughout the data when attributing intellectual work, enabling management of authors, editors, contributors, translators and their respective contributions.
|
||
|
<p />
|
||
|
Agents are defined simply with a text string and an optional URL leading to more detailed information, as shown in the wire diagram and simple example below.
|
||
|
<p />
|
||
|
<img alt="agent.gif" src="http://wiki.tdwg.org/twiki/static/_publish/agent.gif" />
|
||
|
<p />
|
||
|
<table bgcolor="#ddddff" border="0" width="100%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
|
||
|
<p />
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p />
|
||
|
<pre>
|
||
|
<Agents>
|
||
|
<Agent id="a1">
|
||
|
<Representation>
|
||
|
<Label>Kevin Thiele</Label>
|
||
|
</Representation>
|
||
|
</Agent>
|
||
|
<Agent id="a2">
|
||
|
<Representation>
|
||
|
<Label>Gregor Hagedorn</Label>
|
||
|
</Representation>
|
||
|
</Agent>
|
||
|
<Agent id="a3">
|
||
|
<Representation>
|
||
|
<Label>Ali Baba</Label>
|
||
|
<Detail role="Description">Ali Baba is also known as r.a.m.</Detail>
|
||
|
</Representation>
|
||
|
</Agent>
|
||
|
</Agents>
|
||
|
</pre>
|
||
|
<p />
|
||
|
</td>
|
||
|
</tr>
|
||
|
<p />
|
||
|
</table>
|
||
|
<p />
|
||
|
<p />
|
||
|
The <Representation> element provides a label for the description. This may be useful if the instance document includes multiple descriptions for different purposes, or is intended for publication in multiple languages (see the topic <a href="sddlanguage.html">Language support in SDD</a>.
|
||
|
<p />
|
||
|
-- DonovanSharp - 09 Jun 2006
|
||
|
<p />
|
||
|
<p />
|
||
|
</body></html>
|