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
                    <1>
118
                        <_nullIf>
119
                            <null>0</null>
120
                            <type>float</type>
121
                            <value>$Latitude</value>
122
                        </_nullIf>
123
                    </1>
124
                </_alt>
125
            </latitude>
126
            <longitude>
127
                <_alt>
128
                    <1>
129
                        <_nullIf>
130
                            <null>0</null>
131
                            <type>float</type>
132
                            <value>$Longitude</value>
133
                        </_nullIf>
134
                    </1>
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
            <taxonoccurrence>
170
                <aggregateoccurrence>
171
                    <collectiondate>
172
                        <_date>
173
                            <date>
174
                                <_dateRangeStart>
175
                                    <value>
176
                                        <_alt>
177
                                            <1>
178
                                                <_date>
179
                                                    <day>
180
                                                        <_nullIf>
181
                                                            <null>0</null>
182
                                                            <type>float</type>
183
                                                            <value>$DayCollected</value>
184
                                                        </_nullIf>
185
                                                    </day>
186
                                                    <month>
187
                                                        <_nullIf>
188
                                                            <null>0</null>
189
                                                            <type>float</type>
190
                                                            <value>$MonthCollected</value>
191
                                                        </_nullIf>
192
                                                    </month>
193
                                                    <year>
194
                                                        <_nullIf>
195
                                                            <null>0</null>
196
                                                            <type>float</type>
197
                                                            <value>$YearCollected</value>
198
                                                        </_nullIf>
199
                                                    </year>
200
                                                </_date>
201
                                            </1>
202
                                        </_alt>
203
                                    </value>
204
                                </_dateRangeStart>
205
                            </date>
206
                        </_date>
207
                    </collectiondate>
208
                    <count>$IndividualCount</count>
209
                    <notes>
210
                        <_merge>
211
                            <1>$Notes</1>
212
                            <2>
213
                                <_label>
214
                                    <label>plant fungus</label>
215
                                    <value>$PlantFungusDescription</value>
216
                                </_label>
217
                            </2>
218
                        </_merge>
219
                    </notes>
220
                    <plantobservation>
221
                        <definedvalue fkey="tablerecord_id">
222
                            <userdefined_id>
223
                                <userdefined>
224
                                    <tablename>plantobservation</tablename>
225
                                    <userdefinedname>sex</userdefinedname>
226
                                </userdefined>
227
                            </userdefined_id>
228
                            <definedvalue>$Sex</definedvalue>
229
                        </definedvalue>
230
                        <specimenreplicate>
231
                            <_if name="if indirect voucher"><else><catalognumber_dwc>$CatalogNumber</catalognumber_dwc></else></_if>
232
                            <collectioncode_dwc><_alt><1>$CollectionCode</1></_alt></collectioncode_dwc>
233
                            <collectionnumber>
234
                                <_alt>
235
                                    <1>$CollectorNumber</1>
236
                                    <2>$FieldNumber</2>
237
                                </_alt>
238
                            </collectionnumber>
239
                            <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
240
                            <sourceaccessioncode>$UniqueNYInternalRecordNumber</sourceaccessioncode>
241
                        </specimenreplicate>
242
                    </plantobservation>
243
                </aggregateoccurrence>
244
                <taxondetermination>
245
                    <isoriginal>true</isoriginal>
246
                    <role>identifier</role>
247
                    <party_id>
248
                        <party>
249
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
250
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
251
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
252
                        </party>
253
                    </party_id>
254
                    <plantconcept_id>
255
                        <plantconcept>
256
                            <plantname_id>
257
                                <_simplifyPath>
258
                                    <next>parent_id/plantname</next>
259
                                    <require>plantname</require>
260
                                    <path>
261
                                        <plantname>
262
                                            <rank>binomial</rank>
263
                                            <plantname>$ScientificName</plantname>
264
                                            <parent_id>
265
                                                <plantname>
266
                                                    <rank>authority</rank>
267
                                                    <plantname>$ScientificNameAuthor</plantname>
268
                                                    <parent_id>
269
                                                        <plantname>
270
                                                            <rank>subspecies</rank>
271
                                                            <plantname>$Subspecies</plantname>
272
                                                            <parent_id>
273
                                                                <plantname>
274
                                                                    <rank>species</rank>
275
                                                                    <plantname>$Species</plantname>
276
                                                                    <parent_id>
277
                                                                        <plantname>
278
                                                                            <rank>genus</rank>
279
                                                                            <plantname>$Genus</plantname>
280
                                                                            <parent_id>
281
                                                                                <plantname>
282
                                                                                    <rank>family</rank>
283
                                                                                    <plantname>$Family</plantname>
284
                                                                                    <parent_id>
285
                                                                                        <plantname>
286
                                                                                            <rank>order</rank>
287
                                                                                            <plantname>$Order</plantname>
288
                                                                                            <parent_id>
289
                                                                                                <plantname>
290
                                                                                                    <rank>class</rank>
291
                                                                                                    <plantname>$Class</plantname>
292
                                                                                                    <parent_id>
293
                                                                                                        <plantname>
294
                                                                                                            <rank>subkingdom</rank>
295
                                                                                                            <plantname>$Phylum</plantname>
296
                                                                                                            <parent_id>
297
                                                                                                                <plantname>
298
                                                                                                                    <rank>kingdom</rank>
299
                                                                                                                    <plantname>$Kingdom</plantname>
300
                                                                                                                </plantname>
301
                                                                                                            </parent_id>
302
                                                                                                        </plantname>
303
                                                                                                    </parent_id>
304
                                                                                                </plantname>
305
                                                                                            </parent_id>
306
                                                                                        </plantname>
307
                                                                                    </parent_id>
308
                                                                                </plantname>
309
                                                                            </parent_id>
310
                                                                        </plantname>
311
                                                                    </parent_id>
312
                                                                </plantname>
313
                                                            </parent_id>
314
                                                        </plantname>
315
                                                    </parent_id>
316
                                                </plantname>
317
                                            </parent_id>
318
                                        </plantname>
319
                                    </path>
320
                                </_simplifyPath>
321
                            </plantname_id>
322
                        </plantconcept>
323
                    </plantconcept_id>
324
                    <determinationdate>
325
                        <_date>
326
                            <date>
327
                                <_dateRangeStart>
328
                                    <value>
329
                                        <_alt>
330
                                            <1>
331
                                                <_date>
332
                                                    <day>
333
                                                        <_nullIf>
334
                                                            <null>0</null>
335
                                                            <type>float</type>
336
                                                            <value>$DayIdentified</value>
337
                                                        </_nullIf>
338
                                                    </day>
339
                                                    <month>
340
                                                        <_nullIf>
341
                                                            <null>0</null>
342
                                                            <type>float</type>
343
                                                            <value>$MonthIdentified</value>
344
                                                        </_nullIf>
345
                                                    </month>
346
                                                    <year>
347
                                                        <_nullIf>
348
                                                            <null>0</null>
349
                                                            <type>float</type>
350
                                                            <value>$YearIdentified</value>
351
                                                        </_nullIf>
352
                                                    </year>
353
                                                </_date>
354
                                            </1>
355
                                        </_alt>
356
                                    </value>
357
                                </_dateRangeStart>
358
                            </date>
359
                        </_date>
360
                    </determinationdate>
361
                </taxondetermination>
362
                <verbatimcollectorname>$Collector</verbatimcollectorname>
363
            </taxonoccurrence>
364
            <waterdepth>
365
                <_avg>
366
                    <max>
367
                        <_units>
368
                            <default>m</default>
369
                            <to>m</to>
370
                            <to></to>
371
                            <value>
372
                                <_replace>
373
                                    <\bca\.?></\bca\.?>
374
                                    <value>$MaximumDepth</value>
375
                                </_replace>
376
                            </value>
377
                        </_units>
378
                    </max>
379
                    <min>
380
                        <_units>
381
                            <default>m</default>
382
                            <to>m</to>
383
                            <to></to>
384
                            <value>
385
                                <_replace>
386
                                    <\bca\.?></\bca\.?>
387
                                    <value>$MinimumDepth</value>
388
                                </_replace>
389
                            </value>
390
                        </_units>
391
                    </min>
392
                </_avg>
393
            </waterdepth>
394
        </locationevent>
395
        <locationnarrative>
396
            <_merge>
397
                <1>
398
                    <_merge>
399
                        <1>$Locality</1>
400
                        <2>
401
                            <_label>
402
                                <label>substrate</label>
403
                                <value>$Substrate</value>
404
                            </_label>
405
                        </2>
406
                        <3>
407
                            <_label>
408
                                <label>vegetation</label>
409
                                <value>$Vegetation</value>
410
                            </_label>
411
                        </3>
412
                    </_merge>
413
                </1>
414
                <3>
415
                    <_label>
416
                        <label>habitat</label>
417
                        <value>$Habitat</value>
418
                    </_label>
419
                </3>
420
            </_merge>
421
        </locationnarrative>
422
        <sourceaccessioncode><_alt><1>$UniqueNYInternalRecordNumber</1></_alt></sourceaccessioncode>
423
    </location>
424
</VegBIEN>
425
Inserted 39 new rows into database
    (1-1/1)