Project

General

Profile

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