50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
%META:TOPICINFO{author="DonovanSharp" date="1156902598" format="1.1" version="1.7"}%
|
|
%META:TOPICPARENT{name="SddContents"}%
|
|
---++SDD Part 0: Introduction and Primer to the SDD Standard
|
|
|
|
---+++3.14 Referencing contributors and sources
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
%ATTACHURL%/agent.gif
|
|
|
|
<table bgcolor="#ddddff" border="0" width="100%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
<verbatim>
|
|
<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>
|
|
</verbatim>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
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 [[SddLanguage][Language support in SDD]].
|
|
|
|
-- Main.DonovanSharp - 09 Jun 2006
|
|
|
|
%META:FILEATTACHMENT{name="agent.gif" attachment="agent.gif" attr="" comment="" date="1152507307" path="agent.gif" size="2649" stream="agent.gif" user="Main.DonovanSharp" version="1"}%
|