Project

General

Profile

Download (18.8 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- This example was developed by Florian Causse to show a Rating example:
3

    
4
Varanus
5
   Varanus spiny
6
       Varanus acanthurus
7
       Varanus baritji
8
   Varanus indicus
9
       Varanus caeruliviriens
10
       Varanus doreanus
11

    
12
The description (CodedDescriptions) is not corresponding to a biological reality but I think it's not a problem for adding weights.
13

    
14
The weight for the characters c1 and c2 is global
15
The weight for the character c3 and c4 should be high for Varanus spiny, low for Varanus indicus 
16
The weight for the character c5 should concern only Varanus indicus
17

    
18
Notes by Gregor Hagedorn:
19
Note 1: The ratings rely on both the taxon hierarchy and characters, but not on the character  hierarchy. Ratings are inherited along the lines of the taxon hierarchy.
20
     Putting ratings into the TaxonHierarchy elements would be slightly more direct and intuitive. In the design of SDD this was avoided, because the taxon hierarchy was seen as a more general datastructure (UBIF), eventually to be changed, that should not be made specific to SDD. Thus the ratings are in the SDD-specific CodedDescriptions.
21

    
22
Note 2: Rating  that are "ideal for identification purposes of lay people" do not always have the same number, e.g. cost effectiveness and availability should be high, but required expertise low.
23

    
24
Note 3: There is no separate mechanism in SDD to set global character ratings, if you need global ratings you must define a "root" taxon that includes all other taxa in the hierarchy. In retrospect, providing for DELTA-like global ratings that work in the absence of a taxon hierarchy may have been beneficial (but would have complicated the design of SDD).
25
-->
26
<Datasets xmlns="http://rs.tdwg.org/UBIF/2006/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://rs.tdwg.org/UBIF/2006/ http://rs.tdwg.org/UBIF/2006/Schema/1.1/SDD.xsd">
27
  <TechnicalMetadata created="1970-01-01T10:16:00">
28
    <Generator name="Xper2" notes="This software is developed and distributed by LIS - Laboratoire Informatique et Systématique (LIS) - Université Pierre et Marie Curie - Paris VI - Copyright (c) 2004-2009" version="1.1"/>
29
  </TechnicalMetadata>
30
  <Dataset xml:lang="en">
31
    <Representation>
32
      <Label>Varanus</Label>
33
    </Representation>
34
    <TaxonNames>
35
      <TaxonName id="t1">
36
        <Representation>
37
          <Label>Varanus</Label>
38
			<MediaObject ref="mi1"/>
39
        </Representation>
40
      </TaxonName>
41
      <TaxonName id="t2">
42
        <Representation>
43
          <Label>Varanus spiny</Label>
44
        </Representation>
45
      </TaxonName>
46
      <TaxonName id="t3">
47
        <Representation>
48
          <Label>Varanus indicus</Label>
49
        </Representation>
50
      </TaxonName>
51
      <TaxonName id="t4">
52
        <Representation>
53
          <Label>Varanus acanthurus</Label>
54
        </Representation>
55
      </TaxonName>
56
      <TaxonName id="t5">
57
        <Representation>
58
          <Label>Varanus baritji</Label>
59
        </Representation>
60
      </TaxonName>
61
      <TaxonName id="t6">
62
        <Representation>
63
          <Label>Varanus caeruliviriens</Label>
64
        </Representation>
65
      </TaxonName>
66
      <TaxonName id="t7">
67
        <Representation>
68
          <Label>Varanus doreanus</Label>
69
        </Representation>
70
      </TaxonName>
71
    </TaxonNames>
72
    <TaxonHierarchies>
73
      <TaxonHierarchy id="th1">
74
        <Representation>
75
          <Label>Default Entity Tree</Label>
76
        </Representation>
77
        <TaxonHierarchyType>UnspecifiedTaxonomy</TaxonHierarchyType>
78
        <Nodes>
79
          <Node id="tn1">
80
            <TaxonName ref="t1"/>
81
          </Node>
82
          <Node id="tn2">
83
            <Parent ref="tn1"/>
84
            <TaxonName ref="t2"/>
85
          </Node>
86
          <Node id="tn3">
87
            <Parent ref="tn1"/>
88
            <TaxonName ref="t3"/>
89
          </Node>
90
          <Node id="tn4">
91
            <Parent ref="tn2"/>
92
            <TaxonName ref="t4"/>
93
          </Node>
94
          <Node id="tn5">
95
            <Parent ref="tn2"/>
96
            <TaxonName ref="t5"/>
97
          </Node>
98
          <Node id="tn6">
99
            <Parent ref="tn3"/>
100
            <TaxonName ref="t6"/>
101
          </Node>
102
          <Node id="tn7">
103
            <Parent ref="tn3"/>
104
            <TaxonName ref="t7"/>
105
          </Node>
106
        </Nodes>
107
      </TaxonHierarchy>
108
    </TaxonHierarchies>
109
    <Characters>
110
      <CategoricalCharacter id="c1">
111
        <Representation>
112
          <Label>dorsum pattern</Label>
113
        </Representation>
114
        <States>
115
          <StateDefinition id="s1">
116
            <Representation>
117
              <Label>presence of ocelli pattern</Label>
118
            </Representation>
119
          </StateDefinition>
120
          <StateDefinition id="s2">
121
            <Representation>
122
              <Label>absence of ocelli pattern</Label>
123
            </Representation>
124
          </StateDefinition>
125
        </States>
126
      </CategoricalCharacter>
127
      <CategoricalCharacter id="c2">
128
        <Representation>
129
          <Label>body scale counts</Label>
130
        </Representation>
131
        <States>
132
          <StateDefinition id="s3">
133
            <Representation>
134
              <Label>less than 60</Label>
135
            </Representation>
136
          </StateDefinition>
137
          <StateDefinition id="s4">
138
            <Representation>
139
              <Label>60 to 69</Label>
140
            </Representation>
141
          </StateDefinition>
142
          <StateDefinition id="s5">
143
            <Representation>
144
              <Label>70 to 79</Label>
145
            </Representation>
146
          </StateDefinition>
147
          <StateDefinition id="s6">
148
            <Representation>
149
              <Label>80 to 89</Label>
150
            </Representation>
151
          </StateDefinition>
152
          <StateDefinition id="s7">
153
            <Representation>
154
              <Label>90 and more</Label>
155
            </Representation>
156
          </StateDefinition>
157
        </States>
158
      </CategoricalCharacter>
159
      <CategoricalCharacter id="c3">
160
        <Representation>
161
          <Label>tail-body ratio</Label>
162
        </Representation>
163
        <States>
164
          <StateDefinition id="s8">
165
            <Representation>
166
              <Label>tail less than 1.8 times as long as head+body</Label>
167
            </Representation>
168
          </StateDefinition>
169
          <StateDefinition id="s9">
170
            <Representation>
171
              <Label>tail more than 1.8 times as long as head+body</Label>
172
            </Representation>
173
          </StateDefinition>
174
        </States>
175
      </CategoricalCharacter>
176
      <CategoricalCharacter id="c4">
177
        <Representation>
178
          <Label>section of tail</Label>
179
        </Representation>
180
        <States>
181
          <StateDefinition id="s10">
182
            <Representation>
183
              <Label>round</Label>
184
            </Representation>
185
          </StateDefinition>
186
          <StateDefinition id="s11">
187
            <Representation>
188
              <Label>triangular</Label>
189
            </Representation>
190
          </StateDefinition>
191
        </States>
192
      </CategoricalCharacter>
193
      <CategoricalCharacter id="c5">
194
        <Representation>
195
          <Label>facial stripe</Label>
196
        </Representation>
197
        <States>
198
          <StateDefinition id="s12">
199
            <Representation>
200
              <Label>presence</Label>
201
            </Representation>
202
          </StateDefinition>
203
          <StateDefinition id="s13">
204
            <Representation>
205
              <Label>absence</Label>
206
            </Representation>
207
          </StateDefinition>
208
        </States>
209
      </CategoricalCharacter>
210
    </Characters>
211
    <CharacterTrees>
212
      <CharacterTree id="ct1">
213
        <Representation>
214
          <Label>Dependency between characters</Label>
215
        </Representation>
216
        <ShouldContainAllCharacters>true</ShouldContainAllCharacters>
217
        <Nodes>
218
          <CharNode>
219
            <Character ref="c1"/>
220
          </CharNode>
221
          <CharNode>
222
            <Character ref="c2"/>
223
          </CharNode>
224
          <CharNode>
225
            <Character ref="c3"/>
226
          </CharNode>
227
          <CharNode>
228
            <Character ref="c4"/>
229
          </CharNode>
230
          <CharNode>
231
            <Character ref="c5"/>
232
          </CharNode>
233
        </Nodes>
234
      </CharacterTree>
235
    </CharacterTrees>
236
    <CodedDescriptions>
237
      <CodedDescription id="D1">
238
        <Representation>
239
          <Label>Varanus</Label>
240
        </Representation>
241
        <Scope>
242
          <TaxonName ref="t1"/>
243
        </Scope>
244
        <SummaryData>
245
          <Categorical ref="c1">
246
            <Ratings>
247
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
248
            </Ratings>
249
            <State ref="s1"/>
250
          </Categorical>
251
          <Categorical ref="c2">
252
            <Ratings>
253
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
254
            </Ratings>
255
            <State ref="s4"/>
256
            <State ref="s5"/>
257
            <State ref="s6"/>
258
            <State ref="s7"/>
259
          </Categorical>
260
          <Categorical ref="c3">
261
            <Ratings>
262
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
263
            </Ratings>
264
            <State ref="s8"/>
265
            <State ref="s9"/>
266
          </Categorical>
267
          <Categorical ref="c4">
268
            <Ratings>
269
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
270
            </Ratings>
271
            <State ref="s10"/>
272
          </Categorical>
273
          <Categorical ref="c5">
274
            <Ratings>
275
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
276
            </Ratings>
277
            <State ref="s12"/>
278
          </Categorical>
279
        </SummaryData>
280
      </CodedDescription>
281
      <CodedDescription id="D2">
282
        <Representation>
283
          <Label>Varanus spiny</Label>
284
			<MediaObject ref="mi2"/>
285
        </Representation>
286
        <Scope>
287
          <TaxonName ref="t2"/>
288
        </Scope>
289
        <SummaryData>
290
          <Categorical ref="c1">
291
            <Ratings>
292
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
293
            </Ratings>
294
            <State ref="s2"/>
295
          </Categorical>
296
          <Categorical ref="c2">
297
            <Ratings>
298
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
299
            </Ratings>
300
            <State ref="s5"/>
301
            <State ref="s6"/>
302
            <State ref="s7"/>
303
          </Categorical>
304
          <Categorical ref="c3">
305
            <Ratings>
306
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
307
            </Ratings>
308
            <State ref="s8"/>
309
          </Categorical>
310
          <Categorical ref="c4">
311
            <Ratings>
312
              <Rating context="CostEffectiveness" rating="Rating5of5"/>
313
            </Ratings>
314
            <State ref="s11"/>
315
          </Categorical>
316
          <Categorical ref="c5">
317
            <Ratings>
318
              <Rating context="CostEffectiveness" rating="Rating5of5"/>
319
            </Ratings>
320
            <State ref="s12"/>
321
          </Categorical>
322
        </SummaryData>
323
      </CodedDescription>
324
      <CodedDescription id="D3">
325
        <Representation>
326
          <Label>Varanus indicus</Label>
327
        </Representation>
328
        <Scope>
329
          <TaxonName ref="t3"/>
330
        </Scope>
331
        <SummaryData>
332
          <Categorical ref="c1">
333
            <Ratings>
334
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
335
            </Ratings>
336
            <State ref="s2"/>
337
          </Categorical>
338
          <Categorical ref="c2">
339
            <Ratings>
340
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
341
            </Ratings>
342
            <State ref="s3"/>
343
          </Categorical>
344
          <Categorical ref="c3">
345
            <Ratings>
346
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
347
            </Ratings>
348
            <State ref="s8"/>
349
          </Categorical>
350
          <Categorical ref="c4">
351
            <Ratings>
352
              <Rating context="CostEffectiveness" rating="Rating2of5"/>
353
            </Ratings>
354
            <State ref="s10"/>
355
          </Categorical>
356
          <Categorical ref="c5">
357
            <Ratings>
358
              <Rating context="CostEffectiveness" rating="Rating2of5"/>
359
            </Ratings>
360
            <State ref="s13"/>
361
          </Categorical>
362
        </SummaryData>
363
      </CodedDescription>
364
      <CodedDescription id="D4">
365
        <Representation>
366
          <Label>Varanus acanthurus</Label>
367
        </Representation>
368
        <Scope>
369
          <TaxonName ref="t4"/>
370
        </Scope>
371
        <SummaryData>
372
          <Categorical ref="c1">
373
            <Ratings>
374
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
375
            </Ratings>
376
            <State ref="s2"/>
377
          </Categorical>
378
          <Categorical ref="c2">
379
            <Ratings>
380
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
381
            </Ratings>
382
            <State ref="s4"/>
383
            <State ref="s5"/>
384
            <State ref="s6"/>
385
          </Categorical>
386
          <Categorical ref="c3">
387
            <Ratings>
388
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
389
            </Ratings>
390
            <State ref="s8"/>
391
          </Categorical>
392
          <Categorical ref="c4">
393
            <Ratings>
394
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
395
            </Ratings>
396
            <State ref="s10"/>
397
          </Categorical>
398
          <Categorical ref="c5">
399
            <Ratings>
400
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
401
            </Ratings>
402
            <State ref="s12"/>
403
            <State ref="s13"/>
404
          </Categorical>
405
        </SummaryData>
406
      </CodedDescription>
407
      <CodedDescription id="D5">
408
        <Representation>
409
          <Label>Varanus baritji</Label>
410
        </Representation>
411
        <Scope>
412
          <TaxonName ref="t5"/>
413
        </Scope>
414
        <SummaryData>
415
          <Categorical ref="c1">
416
            <Ratings>
417
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
418
            </Ratings>
419
            <State ref="s2"/>
420
          </Categorical>
421
          <Categorical ref="c2">
422
            <Ratings>
423
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
424
            </Ratings>
425
            <State ref="s4"/>
426
            <State ref="s5"/>
427
            <State ref="s6"/>
428
          </Categorical>
429
          <Categorical ref="c3">
430
            <Ratings>
431
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
432
            </Ratings>
433
            <State ref="s8"/>
434
          </Categorical>
435
          <Categorical ref="c4">
436
            <Ratings>
437
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
438
            </Ratings>
439
            <State ref="s10"/>
440
          </Categorical>
441
          <Categorical ref="c5">
442
            <Ratings>
443
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
444
            </Ratings>
445
            <State ref="s12"/>
446
            <State ref="s13"/>
447
          </Categorical>
448
        </SummaryData>
449
      </CodedDescription>
450
      <CodedDescription id="D6">
451
        <Representation>
452
          <Label>Varanus caeruliviriens</Label>
453
        </Representation>
454
        <Scope>
455
          <TaxonName ref="t6"/>
456
        </Scope>
457
        <SummaryData>
458
          <Categorical ref="c1">
459
            <Ratings>
460
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
461
            </Ratings>
462
            <State ref="s2"/>
463
          </Categorical>
464
          <Categorical ref="c2">
465
            <Ratings>
466
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
467
            </Ratings>
468
            <State ref="s4"/>
469
            <State ref="s5"/>
470
            <State ref="s6"/>
471
          </Categorical>
472
          <Categorical ref="c3">
473
            <Ratings>
474
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
475
            </Ratings>
476
            <State ref="s8"/>
477
          </Categorical>
478
          <Categorical ref="c4">
479
            <Ratings>
480
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
481
            </Ratings>
482
            <State ref="s10"/>
483
          </Categorical>
484
          <Categorical ref="c5">
485
            <Ratings>
486
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
487
            </Ratings>
488
            <State ref="s12"/>
489
            <State ref="s13"/>
490
          </Categorical>
491
        </SummaryData>
492
      </CodedDescription>
493
      <CodedDescription id="D7">
494
        <Representation>
495
          <Label>Varanus doreanus</Label>
496
        </Representation>
497
        <Scope>
498
          <TaxonName ref="t7"/>
499
        </Scope>
500
        <SummaryData>
501
          <Categorical ref="c1">
502
            <Ratings>
503
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
504
            </Ratings>
505
            <State ref="s2"/>
506
          </Categorical>
507
          <Categorical ref="c2">
508
            <Ratings>
509
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
510
            </Ratings>
511
            <State ref="s4"/>
512
            <State ref="s5"/>
513
            <State ref="s6"/>
514
          </Categorical>
515
          <Categorical ref="c3">
516
            <Ratings>
517
              <Rating context="CostEffectiveness" rating="Rating5of5"/>
518
            </Ratings>
519
            <State ref="s8"/>
520
          </Categorical>
521
          <Categorical ref="c4">
522
            <Ratings>
523
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
524
            </Ratings>
525
            <State ref="s10"/>
526
          </Categorical>
527
          <Categorical ref="c5">
528
            <Ratings>
529
              <Rating context="CostEffectiveness" rating="Rating1of5"/>
530
            </Ratings>
531
            <State ref="s12"/>
532
            <State ref="s13"/>
533
          </Categorical>
534
        </SummaryData>
535
      </CodedDescription>
536
    </CodedDescriptions>
537
	<MediaObjects>
538
		<MediaObject id="mi1">
539
        <Representation>
540
          <Label>Bord du limbe (des feuilles ou des folioles) - mi1</Label>
541
          <Detail role="Caption">Bord du limbe (des feuilles ou des folioles)</Detail>
542
        </Representation>
543
        <Type>Image</Type>
544
        <Source href="images/characters\mi1.gif" />
545
      </MediaObject>
546

    
547
		<MediaObject id="mi2">
548
        <Representation>
549
          <Label>Bord du limbe (des feuilles ou des folioles) - mi2</Label>
550
          <Detail role="Caption">Bord du limbe (des feuilles ou des folioles) 2</Detail>
551
        </Representation>
552
        <Type>Image</Type>
553
        <Source href="images/characters\mi2.gif" />
554
      </MediaObject>
555
	</MediaObjects>
556
  </Dataset>
557
</Datasets>
(16-16/27)