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