Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 3786 aaronmk
    <location id="-1">
4 4003 aaronmk
        <authorlocationcode>
5
            <_merge>
6
                <1>$InstitutionCode</1>
7
                <2>$CollectionCode</2>
8
                <3>$CatalogNumber</3>
9
            </_merge>
10
        </authorlocationcode>
11 3786 aaronmk
        <elevation>
12
            <_alt>
13
                <2>
14 3780 aaronmk
                    <_avg>
15
                        <max>
16
                            <_units>
17
                                <default>m</default>
18
                                <to>m</to>
19
                                <to></to>
20 3984 aaronmk
                                <value>
21
                                    <_replace>
22
                                        <\bca\.?></\bca\.?>
23
                                        <value>$MaximumElevation</value>
24
                                    </_replace>
25
                                </value>
26 3780 aaronmk
                            </_units>
27
                        </max>
28
                        <min>
29
                            <_units>
30
                                <default>m</default>
31
                                <to>m</to>
32
                                <to></to>
33 3786 aaronmk
                                <value>
34
                                    <_rangeStart>
35
                                        <value>
36
                                            <_replace>
37
                                                <\bca\.?></\bca\.?>
38
                                                <value>$MinimumElevation</value>
39
                                            </_replace>
40
                                        </value>
41
                                    </_rangeStart>
42
                                </value>
43 3780 aaronmk
                            </_units>
44
                        </min>
45
                    </_avg>
46 3786 aaronmk
                </2>
47 3641 aaronmk
            </_alt>
48 3786 aaronmk
        </elevation>
49
        <elevationrange>
50
            <_range>
51
                <from>
52
                    <_units>
53
                        <default>m</default>
54
                        <to>m</to>
55
                        <to></to>
56
                        <value>
57
                            <_rangeStart>
58
                                <value>
59
                                    <_replace>
60
                                        <\bca\.?></\bca\.?>
61
                                        <value>$MinimumElevation</value>
62
                                    </_replace>
63
                                </value>
64
                            </_rangeStart>
65
                        </value>
66
                    </_units>
67
                </from>
68
                <to>
69
                    <_units>
70
                        <default>m</default>
71
                        <to>m</to>
72
                        <to></to>
73
                        <value>
74
                            <_alt>
75 3984 aaronmk
                                <1>
76
                                    <_replace>
77
                                        <\bca\.?></\bca\.?>
78
                                        <value>$MaximumElevation</value>
79
                                    </_replace>
80
                                </1>
81 3786 aaronmk
                                <2>
82
                                    <_rangeEnd>
83
                                        <value>
84
                                            <_replace>
85
                                                <\bca\.?></\bca\.?>
86
                                                <value>$MinimumElevation</value>
87
                                            </_replace>
88
                                        </value>
89
                                    </_rangeEnd>
90
                                </2>
91
                            </_alt>
92
                        </value>
93
                    </_units>
94
                </to>
95
            </_range>
96
        </elevationrange>
97
        <locationdetermination>
98
            <coordsaccuracy><_noCV><value><_alt><2>$CoordinatePrecision</2></_alt></value></_noCV></coordsaccuracy>
99
            <latitude>
100
                <_alt>
101 4013 aaronmk
                    <2>
102 3786 aaronmk
                        <_nullIf>
103
                            <null>0</null>
104
                            <type>float</type>
105
                            <value>$Latitude</value>
106
                        </_nullIf>
107 4013 aaronmk
                    </2>
108 3786 aaronmk
                </_alt>
109
            </latitude>
110
            <longitude>
111
                <_alt>
112 4013 aaronmk
                    <2>
113 3786 aaronmk
                        <_nullIf>
114
                            <null>0</null>
115
                            <type>float</type>
116
                            <value>$Longitude</value>
117
                        </_nullIf>
118 4013 aaronmk
                    </2>
119 3786 aaronmk
                </_alt>
120
            </longitude>
121
            <namedplace_id>
122
                <_simplifyPath>
123
                    <next>parent_id/namedplace</next>
124
                    <require>placename</require>
125
                    <path>
126
                        <namedplace>
127
                            <rank>county</rank>
128
                            <placename>$County</placename>
129
                            <parent_id>
130
                                <namedplace>
131
                                    <rank>stateProvince</rank>
132
                                    <placename>$StateProvince</placename>
133
                                    <parent_id>
134
                                        <namedplace>
135
                                            <rank>country</rank>
136
                                            <placename>$Country</placename>
137
                                            <parent_id>
138
                                                <namedplace>
139
                                                    <rank>continent</rank>
140
                                                    <placename>$ContinentOcean</placename>
141
                                                </namedplace>
142
                                            </parent_id>
143
                                        </namedplace>
144
                                    </parent_id>
145
                                </namedplace>
146
                            </parent_id>
147
                        </namedplace>
148
                    </path>
149
                </_simplifyPath>
150
            </namedplace_id>
151
        </locationdetermination>
152
        <locationevent>
153 3973 aaronmk
            <authoreventcode>$FieldNumber</authoreventcode>
154 4021 aaronmk
            <obsenddate>
155
                <_date>
156
                    <date>
157
                        <_dateRangeEnd>
158
                            <value>
159
                                <_alt>
160
                                    <1>
161
                                        <_date>
162
                                            <day>
163
                                                <_nullIf>
164
                                                    <null>0</null>
165
                                                    <type>float</type>
166
                                                    <value>$DayCollected</value>
167
                                                </_nullIf>
168
                                            </day>
169
                                            <month>
170
                                                <_nullIf>
171
                                                    <null>0</null>
172
                                                    <type>float</type>
173
                                                    <value>$MonthCollected</value>
174
                                                </_nullIf>
175
                                            </month>
176
                                            <year>
177
                                                <_nullIf>
178
                                                    <null>0</null>
179
                                                    <type>float</type>
180
                                                    <value>$YearCollected</value>
181
                                                </_nullIf>
182
                                            </year>
183
                                        </_date>
184
                                    </1>
185
                                </_alt>
186
                            </value>
187
                        </_dateRangeEnd>
188
                    </date>
189
                </_date>
190
            </obsenddate>
191
            <obsstartdate>
192
                <_date>
193
                    <date>
194
                        <_dateRangeStart>
195
                            <value>
196
                                <_alt>
197
                                    <1>
198
                                        <_date>
199
                                            <day>
200
                                                <_nullIf>
201
                                                    <null>0</null>
202
                                                    <type>float</type>
203
                                                    <value>$DayCollected</value>
204
                                                </_nullIf>
205
                                            </day>
206
                                            <month>
207
                                                <_nullIf>
208
                                                    <null>0</null>
209
                                                    <type>float</type>
210
                                                    <value>$MonthCollected</value>
211
                                                </_nullIf>
212
                                            </month>
213
                                            <year>
214
                                                <_nullIf>
215
                                                    <null>0</null>
216
                                                    <type>float</type>
217
                                                    <value>$YearCollected</value>
218
                                                </_nullIf>
219
                                            </year>
220
                                        </_date>
221
                                    </1>
222
                                </_alt>
223
                            </value>
224
                        </_dateRangeStart>
225
                    </date>
226
                </_date>
227
            </obsstartdate>
228 3915 aaronmk
            <taxonoccurrence>
229
                <aggregateoccurrence>
230
                    <collectiondate>
231
                        <_date>
232
                            <date>
233 4018 aaronmk
                                <_alt>
234
                                    <1>
235
                                        <_date>
236
                                            <day>
237
                                                <_nullIf>
238
                                                    <null>0</null>
239
                                                    <type>float</type>
240
                                                    <value>$DayCollected</value>
241
                                                </_nullIf>
242
                                            </day>
243
                                            <month>
244
                                                <_nullIf>
245
                                                    <null>0</null>
246
                                                    <type>float</type>
247
                                                    <value>$MonthCollected</value>
248
                                                </_nullIf>
249
                                            </month>
250
                                            <year>
251
                                                <_nullIf>
252
                                                    <null>0</null>
253
                                                    <type>float</type>
254
                                                    <value>$YearCollected</value>
255
                                                </_nullIf>
256
                                            </year>
257
                                        </_date>
258
                                    </1>
259
                                </_alt>
260 3915 aaronmk
                            </date>
261
                        </_date>
262
                    </collectiondate>
263 3982 aaronmk
                    <count>$IndividualCount</count>
264 3912 aaronmk
                    <notes>$Notes</notes>
265 3907 aaronmk
                    <plantobservation>
266 4007 aaronmk
                        <authorplantcode><_alt><1>$CollectorNumber</1></_alt></authorplantcode>
267 3914 aaronmk
                        <definedvalue fkey="tablerecord_id">
268
                            <userdefined_id>
269
                                <userdefined>
270
                                    <tablename>plantobservation</tablename>
271
                                    <userdefinedname>sex</userdefinedname>
272
                                </userdefined>
273
                            </userdefined_id>
274
                            <definedvalue>$Sex</definedvalue>
275
                        </definedvalue>
276 3907 aaronmk
                        <specimenreplicate>
277 3946 aaronmk
                            <_if name="if indirect voucher"><else><catalognumber_dwc>$CatalogNumber</catalognumber_dwc></else></_if>
278 3962 aaronmk
                            <collectioncode_dwc><_alt><1>$CollectionCode</1></_alt></collectioncode_dwc>
279 3973 aaronmk
                            <collectionnumber><_alt><1>$CollectorNumber</1></_alt></collectionnumber>
280 3907 aaronmk
                            <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
281
                        </specimenreplicate>
282
                    </plantobservation>
283
                </aggregateoccurrence>
284 4007 aaronmk
                <sourceaccessioncode><_alt><2><_alt><1>$CollectorNumber</1></_alt></2></_alt></sourceaccessioncode>
285 3786 aaronmk
                <taxondetermination>
286 3980 aaronmk
                    <isoriginal>true</isoriginal>
287 3786 aaronmk
                    <role>identifier</role>
288 3979 aaronmk
                    <party_id>
289
                        <party>
290
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
291
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
292
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
293
                        </party>
294
                    </party_id>
295 3786 aaronmk
                    <plantconcept_id>
296
                        <plantconcept>
297
                            <plantname_id>
298
                                <_simplifyPath>
299
                                    <next>parent_id/plantname</next>
300
                                    <require>plantname</require>
301
                                    <path>
302 3641 aaronmk
                                        <plantname>
303 3786 aaronmk
                                            <rank>binomial</rank>
304
                                            <plantname>$ScientificName</plantname>
305 3641 aaronmk
                                            <parent_id>
306
                                                <plantname>
307 3786 aaronmk
                                                    <rank>authority</rank>
308
                                                    <plantname>$ScientificNameAuthor</plantname>
309 3641 aaronmk
                                                    <parent_id>
310
                                                        <plantname>
311 3786 aaronmk
                                                            <rank>subspecies</rank>
312
                                                            <plantname>$Subspecies</plantname>
313 3641 aaronmk
                                                            <parent_id>
314
                                                                <plantname>
315 3786 aaronmk
                                                                    <rank>species</rank>
316
                                                                    <plantname>$Species</plantname>
317 3641 aaronmk
                                                                    <parent_id>
318
                                                                        <plantname>
319 3786 aaronmk
                                                                            <rank>genus</rank>
320
                                                                            <plantname>$Genus</plantname>
321 3641 aaronmk
                                                                            <parent_id>
322
                                                                                <plantname>
323 3786 aaronmk
                                                                                    <rank>family</rank>
324
                                                                                    <plantname>$Family</plantname>
325 3641 aaronmk
                                                                                    <parent_id>
326
                                                                                        <plantname>
327 3786 aaronmk
                                                                                            <rank>order</rank>
328
                                                                                            <plantname>$Order</plantname>
329 3641 aaronmk
                                                                                            <parent_id>
330
                                                                                                <plantname>
331 3786 aaronmk
                                                                                                    <rank>class</rank>
332
                                                                                                    <plantname>$Class</plantname>
333 3641 aaronmk
                                                                                                    <parent_id>
334
                                                                                                        <plantname>
335 3786 aaronmk
                                                                                                            <rank>subkingdom</rank>
336
                                                                                                            <plantname>$Phylum</plantname>
337
                                                                                                            <parent_id>
338
                                                                                                                <plantname>
339
                                                                                                                    <rank>kingdom</rank>
340
                                                                                                                    <plantname>$Kingdom</plantname>
341
                                                                                                                </plantname>
342
                                                                                                            </parent_id>
343 3641 aaronmk
                                                                                                        </plantname>
344
                                                                                                    </parent_id>
345
                                                                                                </plantname>
346
                                                                                            </parent_id>
347
                                                                                        </plantname>
348
                                                                                    </parent_id>
349
                                                                                </plantname>
350
                                                                            </parent_id>
351
                                                                        </plantname>
352
                                                                    </parent_id>
353
                                                                </plantname>
354
                                                            </parent_id>
355
                                                        </plantname>
356
                                                    </parent_id>
357
                                                </plantname>
358
                                            </parent_id>
359
                                        </plantname>
360 3786 aaronmk
                                    </path>
361
                                </_simplifyPath>
362
                            </plantname_id>
363
                        </plantconcept>
364
                    </plantconcept_id>
365 3980 aaronmk
                    <determinationdate>
366
                        <_date>
367
                            <date>
368
                                <_dateRangeStart>
369
                                    <value>
370
                                        <_alt>
371
                                            <1>
372
                                                <_date>
373
                                                    <day>
374
                                                        <_nullIf>
375
                                                            <null>0</null>
376
                                                            <type>float</type>
377
                                                            <value>$DayIdentified</value>
378
                                                        </_nullIf>
379
                                                    </day>
380
                                                    <month>
381
                                                        <_nullIf>
382
                                                            <null>0</null>
383
                                                            <type>float</type>
384
                                                            <value>$MonthIdentified</value>
385
                                                        </_nullIf>
386
                                                    </month>
387
                                                    <year>
388
                                                        <_nullIf>
389
                                                            <null>0</null>
390
                                                            <type>float</type>
391
                                                            <value>$YearIdentified</value>
392
                                                        </_nullIf>
393
                                                    </year>
394
                                                </_date>
395
                                            </1>
396
                                        </_alt>
397
                                    </value>
398
                                </_dateRangeStart>
399
                            </date>
400
                        </_date>
401
                    </determinationdate>
402 3786 aaronmk
                </taxondetermination>
403 3934 aaronmk
                <verbatimcollectorname>$Collector</verbatimcollectorname>
404 3907 aaronmk
            </taxonoccurrence>
405 3786 aaronmk
            <waterdepth>
406
                <_avg>
407
                    <max>
408
                        <_units>
409
                            <default>m</default>
410
                            <to>m</to>
411
                            <to></to>
412 3984 aaronmk
                            <value>
413
                                <_replace>
414
                                    <\bca\.?></\bca\.?>
415
                                    <value>$MaximumDepth</value>
416
                                </_replace>
417
                            </value>
418 3786 aaronmk
                        </_units>
419
                    </max>
420
                    <min>
421
                        <_units>
422
                            <default>m</default>
423
                            <to>m</to>
424
                            <to></to>
425 3984 aaronmk
                            <value>
426
                                <_replace>
427
                                    <\bca\.?></\bca\.?>
428
                                    <value>$MinimumDepth</value>
429
                                </_replace>
430
                            </value>
431 3786 aaronmk
                        </_units>
432
                    </min>
433
                </_avg>
434
            </waterdepth>
435
        </locationevent>
436
        <locationnarrative><_merge><1>$Locality</1></_merge></locationnarrative>
437
    </location>
438 3641 aaronmk
</VegBIEN>
439 3907 aaronmk
Inserted 47 new rows into database