89 lines
3.7 KiB
HTML
89 lines
3.7 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_9_SDD_audiences"></a> 3.9 SDD audiences </h3>
|
|
<p />
|
|
SDD contains the provision for defining taxon names for each entity to be applied to delivering products targetted at particular audiences, enabling users to be provided with names they are familiar with. For example taxonomists may be provided with scientific names while landholders are provided with common names.
|
|
<p />
|
|
A simple SDD code instance defining audiences has the basic structure shown below and in Example 3.9.1.
|
|
<p />
|
|
<img alt="audiences.gif" src="http://wiki.tdwg.org/twiki/static/_publish/audiences.gif" />
|
|
<p />
|
|
<p />
|
|
<h4><a name="Example_3_9_1_Multiple_taxon_nam"></a> Example 3.9.1 - Multiple taxon names for a single entity based on intended audience </h4>
|
|
<p />
|
|
<table bgcolor="#ddddff" border="0" width="100%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
|
|
<p />
|
|
<tr>
|
|
<td>
|
|
<p />
|
|
<pre>
|
|
<TaxonNames>
|
|
<TaxonName id='95'>
|
|
<Label audience="student">
|
|
<Text>Aristida latifolia
|
|
</Text>
|
|
</Label>
|
|
<Label audience="expert">
|
|
<Text>A. latifolia
|
|
</Text>
|
|
</Label>
|
|
<Label audience="farmer">
|
|
<Text>Feathertop Wiregrass
|
|
</Text>
|
|
</Label>
|
|
</TaxonName>
|
|
</TaxonNames>
|
|
<Audiences>
|
|
<Audience>
|
|
<Representation>
|
|
<Label>student</Label>
|
|
</Representation>
|
|
<ExpertiseLevel>ExpertiseLevel2</ExpertiseLevel>
|
|
</Audience>
|
|
<Audience>
|
|
<Representation>
|
|
<Label>expert</Label>
|
|
</Representation>
|
|
<ExpertiseLevel>ExpertiseLevel5</ExpertiseLevel>
|
|
</Audience>
|
|
<Audience>
|
|
<Representation>
|
|
<Label>farmer</Label>
|
|
</Representation>
|
|
<ExpertiseLevel>ExpertiseLevel3</ExpertiseLevel>
|
|
</Audience>
|
|
</Audiences>
|
|
</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 />
|
|
<ExpertiseLevel> is restricted to values from 0-5. These categories allow the communication of expected expertise between different applications using UBIF.
|
|
<p />
|
|
Recommended interpretations: <ul>
|
|
<li> 0 = expertise level undefined
|
|
</li> <li> 1 = elementary school (year 1 to 6);
|
|
</li> <li> 2 = middle school (year 7 to 10);
|
|
</li> <li> 3 = high school (year 11 above) and general public (trying to avoid any specialized terminology or jargon);
|
|
</li> <li> 4 = university students or (partly) trained personnel (using terminology, but avoiding or explaining problematic terminology);
|
|
</li> <li> 5 = experts (using the full range of terminology).
|
|
</li></ul>
|
|
<p />
|
|
-- DonovanSharp - 01 Jun 2006
|
|
<p />
|
|
<p />
|
|
</body></html> |