109 lines
3.7 KiB
HTML
109 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="4_4_Elements_of_structured_summa"></a> 4.4 Elements of structured summary data in SDD. </h3>
|
|
<p />
|
|
A coded description requires three essential items: the names of the taxa being described, the terminology (characters and states) used to describe the taxa, and the coded descriptions themselves
|
|
<p />
|
|
<img src="/twiki/static/_publish/coded_data.gif"/>
|
|
<p />
|
|
An SDD instance document for coded summary data has the basic structure shown in Example 4.4.1.
|
|
<p />
|
|
<h4><a name="Example_4_4_1_SDD_structure_of_c"></a> Example 4.4.1 - SDD structure of coded descriptions </h4>
|
|
<p />
|
|
<p />
|
|
<table bgcolor="#ddddff" border="0" width="80%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
|
|
<p />
|
|
<tr>
|
|
<td>
|
|
<p />
|
|
<pre>
|
|
<Datasets>
|
|
<Dataset>
|
|
|
|
<TaxonNames>
|
|
... provides a list of the entities (usually taxa) described
|
|
</TaxonNames>
|
|
|
|
<TaxonHierarchies>
|
|
... optional element to describe relationships between entities
|
|
</TaxonHierarchies>
|
|
|
|
<DescriptiveTerminology>
|
|
... provides the terminology and ontology used to describe the
|
|
entities (see DescriptiveConcepts, SddCharacters, CharacterTrees)
|
|
</DescriptiveTerminology>
|
|
|
|
<CodedDescriptions>
|
|
<SummaryData>
|
|
... the actual descriptions
|
|
</SummaryData>
|
|
</CodedDescriptions>
|
|
|
|
<MediaResources>
|
|
... optional element providing media (images, video, audio etc.) associated with
|
|
any of the above
|
|
</MediaResources>
|
|
|
|
</Dataset>
|
|
</Datasets>
|
|
</pre>
|
|
</td>
|
|
</tr>
|
|
<p />
|
|
</table>
|
|
<p />
|
|
<p />
|
|
<p />
|
|
<p />
|
|
Optional elements allow the taxa to be arranged into a hierarchy, and the recording of media files (images etc) for taxa or characters.
|
|
<p />
|
|
<h4><a name="Example_4_4_1_A_simple_summary_d"></a> Example 4.4.1 - A simple summary description of a taxon (<i>Korthalsella</i>) </h4>
|
|
<p />
|
|
<p />
|
|
<p />
|
|
<pre>
|
|
<CodedDescriptions>
|
|
<CodedDescription id="cd1">
|
|
<Representation>
|
|
<Label>Korthalsella</Label>
|
|
</Representation>
|
|
<Scope>
|
|
<TaxonName ref="t2"/>
|
|
</Scope>
|
|
<SummaryData>
|
|
<Categorical ref="c3">
|
|
<State ref="s7"/>
|
|
</Categorical>
|
|
<Categorical ref="c1">
|
|
<State ref="s2"/>
|
|
</Categorical>
|
|
<Quantitative ref="c4">
|
|
<Measure type="Min" value="5.0"/>
|
|
<Measure type="UMethUpper" value="10.0"/>
|
|
<Measure type="UMethlower" value="20.0"/>
|
|
<Measure type="Max" value="25.0"/>
|
|
</Quantitative>
|
|
</SummaryData>
|
|
</CodedDescription>
|
|
</CodedDescriptions>
|
|
</pre>
|
|
<p />
|
|
</td>
|
|
</tr>
|
|
<p />
|
|
</table>
|
|
<p />
|
|
<p />
|
|
-- DonovanSharp - 02 Jun 2006
|
|
<p />
|
|
<p />
|
|
</body></html> |