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
                    <count>$IndividualCount</count>
192
                    <notes>
193
                        <_merge>
194
                            <1>$Notes</1>
195
                            <2>
196
                                <_label>
197
                                    <label>plant fungus</label>
198
                                    <value>$PlantFungusDescription</value>
199
                                </_label>
200
                            </2>
201
                        </_merge>
202
                    </notes>
203
                    <plantobservation>
204
                        <definedvalue fkey="tablerecord_id">
205
                            <userdefined_id>
206
                                <userdefined>
207
                                    <tablename>plantobservation</tablename>
208
                                    <userdefinedname>sex</userdefinedname>
209
                                </userdefined>
210
                            </userdefined_id>
211
                            <definedvalue>$Sex</definedvalue>
212
                        </definedvalue>
213
                        <specimenreplicate>
214
                            <_if name="if indirect voucher"><else><catalognumber_dwc>$CatalogNumber</catalognumber_dwc></else></_if>
215
                            <collectioncode_dwc><_alt><1>$CollectionCode</1></_alt></collectioncode_dwc>
216
                            <collectionnumber>
217
                                <_alt>
218
                                    <1>$CollectorNumber</1>
219
                                    <2>$FieldNumber</2>
220
                                </_alt>
221
                            </collectionnumber>
222
                            <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
223
                            <sourceaccessioncode>$UniqueNYInternalRecordNumber</sourceaccessioncode>
224
                        </specimenreplicate>
225
                    </plantobservation>
226
                </aggregateoccurrence>
227
                <taxondetermination>
228
                    <isoriginal>true</isoriginal>
229
                    <role>identifier</role>
230
                    <party_id>
231
                        <party>
232
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
233
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
234
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
235
                        </party>
236
                    </party_id>
237
                    <plantconcept_id>
238
                        <plantconcept>
239
                            <plantname_id>
240
                                <_simplifyPath>
241
                                    <next>parent_id/plantname</next>
242
                                    <require>plantname</require>
243
                                    <path>
244
                                        <plantname>
245
                                            <rank>binomial</rank>
246
                                            <plantname>$ScientificName</plantname>
247
                                            <parent_id>
248
                                                <plantname>
249
                                                    <rank>authority</rank>
250
                                                    <plantname>$ScientificNameAuthor</plantname>
251
                                                    <parent_id>
252
                                                        <plantname>
253
                                                            <rank>subspecies</rank>
254
                                                            <plantname>$Subspecies</plantname>
255
                                                            <parent_id>
256
                                                                <plantname>
257
                                                                    <rank>species</rank>
258
                                                                    <plantname>$Species</plantname>
259
                                                                    <parent_id>
260
                                                                        <plantname>
261
                                                                            <rank>genus</rank>
262
                                                                            <plantname>$Genus</plantname>
263
                                                                            <parent_id>
264
                                                                                <plantname>
265
                                                                                    <rank>family</rank>
266
                                                                                    <plantname>$Family</plantname>
267
                                                                                    <parent_id>
268
                                                                                        <plantname>
269
                                                                                            <rank>order</rank>
270
                                                                                            <plantname>$Order</plantname>
271
                                                                                            <parent_id>
272
                                                                                                <plantname>
273
                                                                                                    <rank>class</rank>
274
                                                                                                    <plantname>$Class</plantname>
275
                                                                                                    <parent_id>
276
                                                                                                        <plantname>
277
                                                                                                            <rank>subkingdom</rank>
278
                                                                                                            <plantname>$Phylum</plantname>
279
                                                                                                            <parent_id>
280
                                                                                                                <plantname>
281
                                                                                                                    <rank>kingdom</rank>
282
                                                                                                                    <plantname>$Kingdom</plantname>
283
                                                                                                                </plantname>
284
                                                                                                            </parent_id>
285
                                                                                                        </plantname>
286
                                                                                                    </parent_id>
287
                                                                                                </plantname>
288
                                                                                            </parent_id>
289
                                                                                        </plantname>
290
                                                                                    </parent_id>
291
                                                                                </plantname>
292
                                                                            </parent_id>
293
                                                                        </plantname>
294
                                                                    </parent_id>
295
                                                                </plantname>
296
                                                            </parent_id>
297
                                                        </plantname>
298
                                                    </parent_id>
299
                                                </plantname>
300
                                            </parent_id>
301
                                        </plantname>
302
                                    </path>
303
                                </_simplifyPath>
304
                            </plantname_id>
305
                        </plantconcept>
306
                    </plantconcept_id>
307
                    <determinationdate>
308
                        <_date>
309
                            <date>
310
                                <_dateRangeStart>
311
                                    <value>
312
                                        <_alt>
313
                                            <1>
314
                                                <_date>
315
                                                    <day>
316
                                                        <_nullIf>
317
                                                            <null>0</null>
318
                                                            <type>float</type>
319
                                                            <value>$DayIdentified</value>
320
                                                        </_nullIf>
321
                                                    </day>
322
                                                    <month>
323
                                                        <_nullIf>
324
                                                            <null>0</null>
325
                                                            <type>float</type>
326
                                                            <value>$MonthIdentified</value>
327
                                                        </_nullIf>
328
                                                    </month>
329
                                                    <year>
330
                                                        <_nullIf>
331
                                                            <null>0</null>
332
                                                            <type>float</type>
333
                                                            <value>$YearIdentified</value>
334
                                                        </_nullIf>
335
                                                    </year>
336
                                                </_date>
337
                                            </1>
338
                                        </_alt>
339
                                    </value>
340
                                </_dateRangeStart>
341
                            </date>
342
                        </_date>
343
                    </determinationdate>
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)