-
Notifications
You must be signed in to change notification settings - Fork 0
/
testvocab.xml
44 lines (44 loc) · 1016 Bytes
/
testvocab.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<tabs>
<tab name="organisms"/>
</tabs>
<type name="organisms">
<title>Organisms</title>
<filterString>isa=$organism</filterString>
<label>
<selectorPath>hasabbreviation</selectorPath>
<default>(unnamed organism)</default>
</label>
<attributes>
<attribute name="genus"/>
<attribute name="species"/>
<attribute name="commonname"/>
</attributes>
</type>
<type name="genus">
<title>Genus</title>
<label>
<selectorPath>hasgenus</selectorPath>
<default>(genus not listed)</default>
</label>
<max>1</max>
<more>false</more>
</type>
<type name="species">
<title>Species</title>
<label>
<selectorPath>hasspecies</selectorPath>
<default>(species not listed)</default>
</label>
<max>1</max>
<more>false</more>
</type>
<type name="commonname">
<title>Common Name</title>
<label>
<selectorPath>hascommon_name</selectorPath>
<default>(none listed)</default>
</label>
</type>
</configuration>