Project

General

Profile

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