Project

General

Profile

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