-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.xml
219 lines (214 loc) · 5.7 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<?xml version="1.0" encoding="utf-8"?>
<module suppressWarnings="true">
<Login f="nodata">
<Group_Login>
<Group_Name t="dropdown" f="user"/>
<Log_in t="button" ll="Control"/>
<Sign_up t="button" l="signup"/>
</Group_Login>
</Login>
<Control f="nodata">
<Main f="noscroll">
<Add_New_Site t="button" l="Site"/>
<autonum/>
<List_of_Sites t="list" e="Site"/>
</Main>
<search/>
</Control>
<Site>
<Site_Info f="noscroll">
<Site_Site_Name f="id notnull">
Site Name
<str>
<pos>1</pos>
<fmt>SITE-$2</fmt>
</str>
</Site_Site_Name>
<gps/>
<Comments/>
<Add_New_Visit t="button" lc="Site_Visit"/>
<Existing_Site_Visits t="list" ec="Site_Visit"/>
</Site_Info>
</Site>
<Site_Visit>
<Record>
<cols>
<Site_Visit_Site_Name f="id" i="Site/Site_Info/Site_Site_Name">
Site Name
<str>
<pos>3</pos>
<fmt>$2-</fmt>
</str>
</Site_Visit_Site_Name>
<Site_Visit_ID f="id autonum">
<str>
<pos>1</pos>
<fmt>REC-$2-</fmt>
</str>
</Site_Visit_ID>
</cols>
<cols>
<author f="id readonly">
Recorded by Group
<str>
<pos>2</pos>
<fmt>$2-</fmt>
</str>
</author>
<Data_recorded_by>
<desc>Name of the person recording the data.</desc>
</Data_recorded_by>
</cols>
<Check_in t="button" f="readonly"/>
<Time_Checked_in f="id">
<str>
<pos>4</pos>
<fmt>$2</fmt>
</str>
</Time_Checked_in>
<Last_Rainfall>
<desc>
1 = Within 24 hours, 2 = 1-3 days, 3 = 4-7 days, 4 = > 7 days,
Blank = Unknown
</desc>
<opts>
<opt>Within 24 hours</opt>
<opt>1-3 days</opt>
<opt>4-7 days</opt>
<opt>> 7 days</opt>
</opts>
</Last_Rainfall>
<Rainfall_Description>
<desc>
1 = Light, 2 = Medium, 3 = Heavy
</desc>
<opts>
<opt>Light</opt>
<opt>Medium</opt>
<opt>Heavy</opt>
</opts>
</Rainfall_Description>
<Flow_magnitude>
<desc>
1 = No flow, 2 = Low Flow, 3 = Medium Flow, 4 = High Flow, 5 = Over Bank
Flow
</desc>
<opts>
<opt>No flow</opt>
<opt>Low Flow</opt>
<opt>Medium Flow</opt>
<opt>High Flow</opt>
<opt>Over Bank Flow</opt>
</opts>
</Flow_magnitude>
<Observation>
<desc>
Please note down any visible pollution, wildlife present, odour etc.
</desc>
</Observation>
</Record>
<Parameters>
<cols>
<Available_Phosphate_mg_L b="decimal">
Available Phosphate (mg/L)
</Available_Phosphate_mg_L>
<AP_Exception t="radio" f="nocertainty noannotation notnull">
<!--@SOURCE: vocabs/exception.xml-->
</AP_Exception>
</cols>
<cols>
<Dissolved_Oxygen_mh_L b="decimal">
Dissolved Oxygen (mh/L)
</Dissolved_Oxygen_mh_L>
<DO_Exception t="radio" f="nocertainty noannotation notnull">
<!--@SOURCE: vocabs/exception.xml-->
</DO_Exception>
</cols>
<cols>
<Ecoli_Petrifilm_CFU_100mL b="decimal">
Ecoli - Petrifilm (CFU/100mL)
</Ecoli_Petrifilm_CFU_100mL>
<Ecoli_Exception t="radio" f="nocertainty noannotation notnull">
<!--@SOURCE: vocabs/exception.xml-->
</Ecoli_Exception>
</cols>
<cols>
<Electrical_Conductivity b="decimal"/>
<col>
<EC_Units t="radio" f="nocertainty noannotation notnull">
<opts>
<opt>μs/cm</opt>
<opt>mS/cm</opt>
</opts>
</EC_Units>
<EC_Exception t="radio" f="nocertainty noannotation">
<!--@SOURCE: vocabs/exception.xml-->
</EC_Exception>
</col>
</cols>
<cols>
<Turbidity_NTU b="decimal">
Turbidity (NTU)
</Turbidity_NTU>
<Turb_NTU_Exception t="radio" f="nocertainty noannotation notnull">
Turb. NTU Exception
<!--@SOURCE: vocabs/exception.xml-->
</Turb_NTU_Exception>
</cols>
<cols>
<Turbidity_FTU_FAU b="decimal">
Turbidity (FTU/FAU)
</Turbidity_FTU_FAU>
<Turb_FTU_FAU_Exception t="radio" f="nocertainty noannotation notnull">
Turb. FTU/FAU Exception
<!--@SOURCE: vocabs/exception.xml-->
</Turb_FTU_FAU_Exception>
</cols>
<cols>
<Temperature_C b="decimal">
Temperature (°C)
</Temperature_C>
<Temp_Exception t="radio" f="nocertainty noannotation notnull">
Temp. Exception
<!--@SOURCE: vocabs/exception.xml-->
</Temp_Exception>
</cols>
<cols>
<pH b="decimal"/>
<pH_Exception t="radio" f="nocertainty noannotation notnull">
<!--@SOURCE: vocabs/exception.xml-->
</pH_Exception>
</cols>
<cols>
<Nitrate_mg_L b="decimal">
Nitrate (mg/L)
</Nitrate_mg_L>
<NO3_Exception t="radio" f="nocertainty noannotation notnull">
<!--@SOURCE: vocabs/exception.xml-->
</NO3_Exception>
</cols>
<cols>
<col>
<Other_Test_Name/>
<Other_Test_Values b="decimal"/>
</col>
<Other_Test_Exception t="radio">
<!--@SOURCE: vocabs/exception.xml-->
</Other_Test_Exception>
</cols>
<Comments>
<desc>
"Report unusual results or changes to your sampling site to your
regional coordinator on: 02 9320 6422. Pollution incident reporting
information is available on the website."
</desc>
</Comments>
<Check_out t="button" f="readonly"/>
<Time_Checked_out/>
</Parameters>
</Site_Visit>
<logic><![CDATA[
<!--@SOURCE: logic/check-in-out-button.bsh-->
<!--@SOURCE: logic/copying.bsh-->
]]></logic>
</module>