<?xml version="1.0" encoding="UTF-8"?>
<Datasets xsi:schemaLocation="http://ns.tdwg.org/UBIF/2006 http://www.lucidcentral.org/2006/SDD/SDD1.1-RC1/SDD.xsd" xmlns="http://ns.tdwg.org/UBIF/2006" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TechnicalMetadata created="2006-06-22T11:19:56.007+10:00">
<Generator name="by hand" version="1"/>
</TechnicalMetadata>
<Dataset xml:lang="en-us">
<Representation>
<Label>sample data example</Label>
</Representation>
<Specimens>
<Specimen id="sp1">
<Representation>
<Label>TJM45337</Label>
</Representation>
</Specimen>
<Specimen id="sp2">
<Representation>
<Label>TLM33466</Label>
</Representation>
</Specimen>
...etc
</Specimens>
<Characters>
<QuantitativeCharacter id="ch1">
<Representation>
<Label>Spore length</Label>
</Representation>
</QuantitativeCharacter>
<CategoricalCharacter id="ch3">
<Representation>
<Label>Spore colour</Label>
</Representation>
<States>
<StateDefinition id="s1">
<Representation>
<Label>brown</Label>
</Representation>
</StateDefinition>
<StateDefinition id="s2">
<Representation>
<Label>yellow</Label>
</Representation>
</StateDefinition>
...etc
</States>
</CategoricalCharacter>
...etc
</Characters>
<CodedDescriptions>
<CodedDescription>
<Representation>
<Label>Specimen data for fungal specimens</Label>
</Representation>
<SampleData>
<SamplingEvent id="TJM45337">
<SamplingUnit>
<Quantitative ref="ch1" value="12"/>
</SamplingUnit>
<SamplingUnit>
<Quantitative ref="ch1" value="13"/>
</SamplingUnit>
<SamplingUnit>
<Quantitative ref="ch1" value="12"/>
</SamplingUnit>
<SamplingUnit>
<Quantitative ref="ch1" value="15"/>
</SamplingUnit>
<SamplingUnit>
<Quantitative ref="ch1" value="11"/>
</SamplingUnit>
<SamplingUnit>
<Categorical ref="ch3">
<State ref="s1"/>
</Categorical>
</SamplingUnit>
</SamplingEvent>
...etc
</SampleData>
</CodedDescription>
</CodedDescriptions>
</Dataset>
</Datasets>
|