-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.xml
100 lines (86 loc) · 2.32 KB
/
module.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" ?>
<module>
<!--TODO: Ensure UI logic allows different languages-->
<User f="nodata">
<User f="noscroll">
<Select_User t="list" f="user" l="Control"/>
</User>
</User>
<Control f="nodata">
<Main>
<New_Ecosystem t="button" l="Ecosystem"/>
</Main>
<search/>
</Control>
<Ecosystem>
<fmt>{{Identifier}}</fmt>
<Occurence_Record>
<Photo_of_Ecosystem t="camera"/>
<gps/>
<Address/>
<Occurence_Record_Comments/>
</Occurence_Record>
<Ecosystem_Section f="noscroll">
<Record_Ecosystem_Sections t="button" lc="Ecosystem_Section"/>
<Recorded_Ecosystem_Sections t="list" ec="Ecosystem_Section"/>
</Ecosystem_Section>
<Threat_Evidence>
<Evidence_of_Threats t="dropdown">
<!--@SOURCE: vocab/evidence-of-threats.xml-->
</Evidence_of_Threats>
<Threat_Evidence_Photo t="camera"/>
<Threat_Evidence_Comments/>
</Threat_Evidence>
<Driver_Evidence>
<Evidence_of_Ecological_Traits_of_Drivers t="dropdown">
<!--@SOURCE: vocab/placeholder.xml-->
</Evidence_of_Ecological_Traits_of_Drivers>
<Driver_Evidence_Photo t="camera"/>
<Driver_Evidence_Comments/>
</Driver_Evidence>
<Biota>
<Evidence_of_Characteristic_Biota t="dropdown">
<!--@SOURCE: vocab/placeholder.xml-->
</Evidence_of_Characteristic_Biota>
<Biota_Photo t="camera"/>
<Photo_ID/>
<Biota_Comments/>
</Biota>
<Hidden f="hidden">
<Identifier/>
</Hidden>
</Ecosystem>
<Ecosystem_Section>
<fmt>{{Ecosystem_Confidence}}% {{Ecosystem_Identification_Key}}</fmt>
<Ecosystem_Section>
<Ecosystem_Identification_Key t="dropdown">
<!--@SOURCE: vocab/ecosystem-identification-key.xml-->
</Ecosystem_Identification_Key>
<Ecosystem_Confidence b="decimal">
Ecosystem Confidence (%)
</Ecosystem_Confidence>
<Measurement b="decimal"/>
<Unit_of_Measurement>
<opts>
<opt>
Unit
<opt>m²</opt>
<opt>ha</opt>
<opt>km²</opt>
</opt>
<opt>
Range
<opt><1 ha</opt>
<opt>1-10 ha</opt>
<opt>10-100 ha</opt>
<opt>>100 ha</opt>
</opt>
</opts>
</Unit_of_Measurement>
<Comments/>
</Ecosystem_Section>
</Ecosystem_Section>
<logic><![CDATA[
<!--@SOURCE: logic/parent-identifiers.bsh-->
]]></logic>
</module>