Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 6403 aaronmk
    <_setDefault id="-1">
4 6406 aaronmk
        <source_id><source><shortname>SALVIAS</shortname></source></source_id>
5 4621 aaronmk
        <path>
6 6403 aaronmk
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9 4621 aaronmk
                    <location>
10 6403 aaronmk
                        <parent_id>
11
                            <location>
12
                                <authorlocationcode>$PlotCode</authorlocationcode>
13
                                <sourceaccessioncode>$PlotID</sourceaccessioncode>
14
                            </location>
15
                        </parent_id>
16
                        <authorlocationcode>$Line</authorlocationcode>
17 5977 aaronmk
                        <locationevent>
18 6403 aaronmk
                            <parent_id>
19
                                <locationevent>
20
                                    <location_id>
21
                                        <location>
22
                                            <authorlocationcode>
23
                                                <_if name="if subplot">
24
                                                    <cond>$Line</cond>
25
                                                    <then>$PlotCode</then>
26
                                                </_if>
27
                                            </authorlocationcode>
28
                                            <sourceaccessioncode>
29
                                                <_if name="if subplot">
30
                                                    <cond>$Line</cond>
31
                                                    <then>$PlotID</then>
32
                                                </_if>
33
                                            </sourceaccessioncode>
34
                                        </location>
35
                                    </location_id>
36
                                    <obsenddate><_dateRangeEnd><value>$census_date</value></_dateRangeEnd></obsenddate>
37
                                    <obsstartdate><_dateRangeStart><value>$census_date</value></_dateRangeStart></obsstartdate>
38
                                </locationevent>
39
                            </parent_id>
40 6217 aaronmk
                            <obsenddate><_dateRangeEnd><value>$census_date</value></_dateRangeEnd></obsenddate>
41
                            <obsstartdate><_dateRangeStart><value>$census_date</value></_dateRangeStart></obsstartdate>
42 6403 aaronmk
                            <taxonoccurrence>
43
                                <aggregateoccurrence>
44
                                    <count>$NoInd</count>
45
                                    <cover_fraction><_percent_to_fraction><value>$cover_percent</value></_percent_to_fraction></cover_fraction>
46 4621 aaronmk
                                    <definedvalue fkey="tablerecord_id">
47
                                        <userdefined_id>
48
                                            <userdefined>
49 6403 aaronmk
                                                <tablename>aggregateoccurrence</tablename>
50
                                                <userdefinedname>censusNo</userdefinedname>
51 4621 aaronmk
                                            </userdefined>
52
                                        </userdefined_id>
53 6403 aaronmk
                                        <definedvalue>$census_no</definedvalue>
54 4621 aaronmk
                                    </definedvalue>
55 6403 aaronmk
                                    <linecover_m><_cm_to_m><value>$intercept_cm</value></_cm_to_m></linecover_m>
56
                                    <notes>$Notes</notes>
57
                                    <plantobservation>
58
                                        <collectionnumber>$Ind</collectionnumber>
59
                                        <sourceaccessioncode>$PlotObsID</sourceaccessioncode>
60
                                        <specimenreplicate>
61
                                            <catalognumber_dwc>
62
                                                <_if name="if indirect voucher">
63
                                                    <cond>
64
                                                        <_eq>
65
                                                            <right>indirect</right>
66
                                                            <left>$DetType</left>
67
                                                        </_eq>
68
                                                    </cond>
69
                                                    <else>
70
                                                        <_alt>
71
                                                            <1>$coll_number</1>
72
                                                            <2>$SourceVoucher</2>
73
                                                        </_alt>
74
                                                    </else>
75
                                                </_if>
76
                                            </catalognumber_dwc>
77
                                        </specimenreplicate>
78
                                        <stemobservation>
79
                                            <definedvalue fkey="tablerecord_id">
80
                                                <userdefined_id>
81
                                                    <userdefined>
82
                                                        <tablename>stemobservation</tablename>
83
                                                        <userdefinedname>canopyForm</userdefinedname>
84
                                                    </userdefined>
85
                                                </userdefined_id>
86
                                                <definedvalue>$canopy_form</definedvalue>
87
                                            </definedvalue>
88
                                            <definedvalue fkey="tablerecord_id">
89
                                                <userdefined_id>
90
                                                    <userdefined>
91
                                                        <tablename>stemobservation</tablename>
92
                                                        <userdefinedname>canopyPosition</userdefinedname>
93
                                                    </userdefined>
94
                                                </userdefined_id>
95
                                                <definedvalue>$canopy_position</definedvalue>
96
                                            </definedvalue>
97
                                            <definedvalue fkey="tablerecord_id">
98
                                                <userdefined_id>
99
                                                    <userdefined>
100
                                                        <tablename>stemobservation</tablename>
101
                                                        <userdefinedname>lianaInfestation</userdefinedname>
102
                                                    </userdefined>
103
                                                </userdefined_id>
104
                                                <definedvalue>$liana_infestation</definedvalue>
105
                                            </definedvalue>
106
                                            <diameterbreastheight_m><_cm_to_m><value>$temp_dbh</value></_cm_to_m></diameterbreastheight_m>
107
                                            <height_m>$height_m</height_m>
108
                                            <heightfirstbranch_m>$ht_first_branch_m</heightfirstbranch_m>
109
                                            <tag>
110
                                                <_alt>
111
                                                    <1>$tag2</1>
112
                                                    <2>$tag1</2>
113
                                                </_alt>
114
                                            </tag>
115
                                            <xposition_m>$x_position</xposition_m>
116
                                            <yposition_m>$y_position</yposition_m>
117
                                        </stemobservation>
118
                                    </plantobservation>
119
                                </aggregateoccurrence>
120 7001 aaronmk
                                <authortaxoncode>$Ind</authortaxoncode>
121 6403 aaronmk
                                <collector_id>
122
                                    <party>
123
                                        <fullname>
124
                                            <_join_words>
125
                                                <1>$coll_firstname</1>
126
                                                <2>$coll_lastname</2>
127
                                            </_join_words>
128
                                        </fullname>
129
                                    </party>
130
                                </collector_id>
131
                                <growthform>
132
                                    <_map>
133
                                        <T>tree</T>
134
                                        <Arbol>tree</Arbol>
135
                                        <palm>tree</palm>
136
                                        <H>hemiepiphyte</H>
137
                                        <Hemiepífito>hemiepiphyte</Hemiepífito>
138
                                        <L>liana</L>
139
                                        <l>liana</l>
140
                                        <L?>liana</L?>
141
                                        <Liana>liana</Liana>
142
                                        <E>epiphyte</E>
143
                                        <S>shrub</S>
144
                                        <Hb>herb</Hb>
145
                                        <vine-herbaceous>vine</vine-herbaceous>
146
                                        <graminoid>grass</graminoid>
147
                                        <rosette>forb</rosette>
148
                                        <*>*</*>
149
                                        <value>$Habit</value>
150
                                    </_map>
151
                                </growthform>
152
                                <sourceaccessioncode>$PlotObsID</sourceaccessioncode>
153
                                <taxondetermination>
154
                                    <party_id><party><fullname>$det_by</fullname></party></party_id>
155
                                    <taxonverbatim_id>
156
                                        <taxonverbatim>
157
                                            <taxonlabel_id>
158 5657 aaronmk
                                                <taxonlabel>
159 6403 aaronmk
                                                    <matched_label_id>
160
                                                        <taxonlabel>
161
                                                            <source_id><source><shortname>TNRS</shortname></source></source_id>
162
                                                            <taxonomicname>
163 7142 aaronmk
                                                                <_merge_prefix>
164
                                                                    <prefix><_taxon_family_require_std><family>$Family</family></_taxon_family_require_std></prefix>
165
                                                                    <value>
166 5657 aaronmk
                                                                        <_join_words>
167 6403 aaronmk
                                                                            <1>
168 5788 aaronmk
                                                                                <_join_words>
169 6403 aaronmk
                                                                                    <2>$Genus</2>
170
                                                                                    <3>$Species</3>
171
                                                                                    <5>
172
                                                                                        <_join_words>
173
                                                                                            <1>
174
                                                                                                <_if name="if has infraspecificEpithet">
175
                                                                                                    <cond>$infra_ep_1</cond>
176
                                                                                                    <then>$infra_rank_1</then>
177
                                                                                                </_if>
178
                                                                                            </1>
179
                                                                                            <2>$infra_ep_1</2>
180
                                                                                        </_join_words>
181
                                                                                    </5>
182 5788 aaronmk
                                                                                </_join_words>
183 6403 aaronmk
                                                                            </1>
184
                                                                            <2>$auth</2>
185 5657 aaronmk
                                                                        </_join_words>
186 7142 aaronmk
                                                                    </value>
187
                                                                </_merge_prefix>
188 6403 aaronmk
                                                            </taxonomicname>
189
                                                        </taxonlabel>
190
                                                    </matched_label_id>
191 5294 aaronmk
                                                    <parent_id>
192 5608 aaronmk
                                                        <taxonlabel>
193 6403 aaronmk
                                                            <rank>$infra_rank_1</rank>
194 5294 aaronmk
                                                            <parent_id>
195 5608 aaronmk
                                                                <taxonlabel>
196 6403 aaronmk
                                                                    <rank>cultivar</rank>
197 5294 aaronmk
                                                                    <parent_id>
198 5608 aaronmk
                                                                        <taxonlabel>
199 6403 aaronmk
                                                                            <rank>forma</rank>
200 5294 aaronmk
                                                                            <parent_id>
201 5608 aaronmk
                                                                                <taxonlabel>
202 6403 aaronmk
                                                                                    <rank>variety</rank>
203 5294 aaronmk
                                                                                    <parent_id>
204 5608 aaronmk
                                                                                        <taxonlabel>
205 6403 aaronmk
                                                                                            <rank>subspecies</rank>
206 5306 aaronmk
                                                                                            <parent_id>
207 5608 aaronmk
                                                                                                <taxonlabel>
208 6403 aaronmk
                                                                                                    <rank>species</rank>
209
                                                                                                    <taxonepithet>$Species</taxonepithet>
210 5657 aaronmk
                                                                                                    <parent_id>
211
                                                                                                        <taxonlabel>
212 6403 aaronmk
                                                                                                            <rank>genus</rank>
213
                                                                                                            <taxonepithet>$Genus</taxonepithet>
214
                                                                                                            <parent_id>
215
                                                                                                                <taxonlabel>
216
                                                                                                                    <rank>family</rank>
217
                                                                                                                    <taxonepithet>$Family</taxonepithet>
218
                                                                                                                </taxonlabel>
219
                                                                                                            </parent_id>
220 5657 aaronmk
                                                                                                        </taxonlabel>
221
                                                                                                    </parent_id>
222 5608 aaronmk
                                                                                                </taxonlabel>
223 5306 aaronmk
                                                                                            </parent_id>
224 5608 aaronmk
                                                                                        </taxonlabel>
225 5294 aaronmk
                                                                                    </parent_id>
226 5608 aaronmk
                                                                                </taxonlabel>
227 5294 aaronmk
                                                                            </parent_id>
228 5608 aaronmk
                                                                        </taxonlabel>
229 5294 aaronmk
                                                                    </parent_id>
230 5608 aaronmk
                                                                </taxonlabel>
231 5294 aaronmk
                                                            </parent_id>
232 6403 aaronmk
                                                            <taxonepithet>$infra_ep_1</taxonepithet>
233 5608 aaronmk
                                                        </taxonlabel>
234 5294 aaronmk
                                                    </parent_id>
235 6403 aaronmk
                                                    <rank>$infra_rank_1</rank>
236
                                                    <taxonomicname>
237 7142 aaronmk
                                                        <_merge_prefix>
238
                                                            <prefix><_taxon_family_require_std><family>$Family</family></_taxon_family_require_std></prefix>
239
                                                            <value>
240 5657 aaronmk
                                                                <_join_words>
241 6403 aaronmk
                                                                    <1>
242 5788 aaronmk
                                                                        <_join_words>
243 6403 aaronmk
                                                                            <2>$Genus</2>
244
                                                                            <3>$Species</3>
245
                                                                            <5>
246
                                                                                <_join_words>
247
                                                                                    <1>
248
                                                                                        <_if name="if has infraspecificEpithet">
249
                                                                                            <cond>$infra_ep_1</cond>
250
                                                                                            <then>$infra_rank_1</then>
251
                                                                                        </_if>
252
                                                                                    </1>
253
                                                                                    <2>$infra_ep_1</2>
254
                                                                                </_join_words>
255
                                                                            </5>
256 5788 aaronmk
                                                                        </_join_words>
257 6403 aaronmk
                                                                    </1>
258
                                                                    <2>$auth</2>
259 5657 aaronmk
                                                                </_join_words>
260 7142 aaronmk
                                                            </value>
261
                                                        </_merge_prefix>
262 5657 aaronmk
                                                    </taxonomicname>
263
                                                </taxonlabel>
264 6403 aaronmk
                                            </taxonlabel_id>
265
                                            <author>$auth</author>
266
                                            <family>$Family</family>
267
                                            <genus>$Genus</genus>
268
                                            <specific_epithet>$Species</specific_epithet>
269
                                            <verbatimrank>$infra_rank_1</verbatimrank>
270
                                        </taxonverbatim>
271
                                    </taxonverbatim_id>
272
                                    <taxonfit>$cfaff</taxonfit>
273
                                </taxondetermination>
274
                                <taxondetermination>
275
                                    <isoriginal>true</isoriginal>
276
                                    <taxonverbatim_id>
277
                                        <taxonverbatim>
278
                                            <taxonlabel_id>
279 5608 aaronmk
                                                <taxonlabel>
280 6403 aaronmk
                                                    <matched_label_id>
281
                                                        <taxonlabel>
282
                                                            <source_id><source><shortname>TNRS</shortname></source></source_id>
283
                                                            <taxonomicname>
284 7142 aaronmk
                                                                <_merge_prefix>
285
                                                                    <prefix><_taxon_family_require_std><family>$OrigFamily</family></_taxon_family_require_std></prefix>
286
                                                                    <value>
287 6403 aaronmk
                                                                        <_join_words>
288
                                                                            <2>$OrigGenus</2>
289
                                                                            <3>$OrigSpecies</3>
290
                                                                        </_join_words>
291 7142 aaronmk
                                                                    </value>
292
                                                                </_merge_prefix>
293 6403 aaronmk
                                                            </taxonomicname>
294
                                                        </taxonlabel>
295
                                                    </matched_label_id>
296 5295 aaronmk
                                                    <parent_id>
297 5608 aaronmk
                                                        <taxonlabel>
298 5295 aaronmk
                                                            <parent_id>
299 5608 aaronmk
                                                                <taxonlabel>
300 6403 aaronmk
                                                                    <rank>cultivar</rank>
301 5295 aaronmk
                                                                    <parent_id>
302 5608 aaronmk
                                                                        <taxonlabel>
303 6403 aaronmk
                                                                            <rank>forma</rank>
304 5295 aaronmk
                                                                            <parent_id>
305 5608 aaronmk
                                                                                <taxonlabel>
306 6403 aaronmk
                                                                                    <rank>variety</rank>
307 5295 aaronmk
                                                                                    <parent_id>
308 5608 aaronmk
                                                                                        <taxonlabel>
309 6403 aaronmk
                                                                                            <rank>subspecies</rank>
310 5306 aaronmk
                                                                                            <parent_id>
311 5608 aaronmk
                                                                                                <taxonlabel>
312 6403 aaronmk
                                                                                                    <rank>species</rank>
313
                                                                                                    <taxonepithet>$OrigSpecies</taxonepithet>
314 5657 aaronmk
                                                                                                    <parent_id>
315
                                                                                                        <taxonlabel>
316 6403 aaronmk
                                                                                                            <rank>genus</rank>
317
                                                                                                            <taxonepithet>$OrigGenus</taxonepithet>
318
                                                                                                            <parent_id>
319
                                                                                                                <taxonlabel>
320
                                                                                                                    <rank>family</rank>
321
                                                                                                                    <taxonepithet>$OrigFamily</taxonepithet>
322
                                                                                                                </taxonlabel>
323
                                                                                                            </parent_id>
324 5657 aaronmk
                                                                                                        </taxonlabel>
325
                                                                                                    </parent_id>
326 5608 aaronmk
                                                                                                </taxonlabel>
327 5306 aaronmk
                                                                                            </parent_id>
328 5608 aaronmk
                                                                                        </taxonlabel>
329 5295 aaronmk
                                                                                    </parent_id>
330 5608 aaronmk
                                                                                </taxonlabel>
331 5295 aaronmk
                                                                            </parent_id>
332 5608 aaronmk
                                                                        </taxonlabel>
333 5295 aaronmk
                                                                    </parent_id>
334 5608 aaronmk
                                                                </taxonlabel>
335 5295 aaronmk
                                                            </parent_id>
336 5608 aaronmk
                                                        </taxonlabel>
337 5295 aaronmk
                                                    </parent_id>
338 6403 aaronmk
                                                    <taxonomicname>
339 7142 aaronmk
                                                        <_merge_prefix>
340
                                                            <prefix><_taxon_family_require_std><family>$OrigFamily</family></_taxon_family_require_std></prefix>
341
                                                            <value>
342 6403 aaronmk
                                                                <_join_words>
343
                                                                    <2>$OrigGenus</2>
344
                                                                    <3>$OrigSpecies</3>
345
                                                                </_join_words>
346 7142 aaronmk
                                                            </value>
347
                                                        </_merge_prefix>
348 6403 aaronmk
                                                    </taxonomicname>
349
                                                </taxonlabel>
350
                                            </taxonlabel_id>
351
                                            <family>$OrigFamily</family>
352
                                            <genus>$OrigGenus</genus>
353
                                            <specific_epithet>$OrigSpecies</specific_epithet>
354
                                        </taxonverbatim>
355
                                    </taxonverbatim_id>
356
                                </taxondetermination>
357
                                <voucher>
358
                                    <specimenreplicate_id>
359
                                        <specimenreplicate>
360
                                            <catalognumber_dwc>
361
                                                <_if name="if indirect voucher">
362
                                                    <cond>
363
                                                        <_eq>
364
                                                            <right>indirect</right>
365
                                                            <left>$DetType</left>
366
                                                        </_eq>
367
                                                    </cond>
368
                                                    <then>
369
                                                        <_alt>
370
                                                            <1>$coll_number</1>
371
                                                            <2>$SourceVoucher</2>
372
                                                        </_alt>
373
                                                    </then>
374
                                                </_if>
375
                                            </catalognumber_dwc>
376
                                        </specimenreplicate>
377
                                    </specimenreplicate_id>
378
                                </voucher>
379
                            </taxonoccurrence>
380
                        </locationevent>
381
                        <sourceaccessioncode>
382
                            <_join>
383
                                <1>$PlotID</1>
384
                                <2>$Line</2>
385
                            </_join>
386
                        </sourceaccessioncode>
387
                    </location>
388
                </path>
389
            </_simplifyPath>
390 4621 aaronmk
        </path>
391 6403 aaronmk
    </_setDefault>
392 3641 aaronmk
</VegBIEN>
393 7157 aaronmk
Inserted 50 new rows into database