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
            <specimenreplicate>
224
                <catalognumber_dwc>$CatalogNumberNumeric</catalognumber_dwc>
225
                <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
226
                <collectionnumber>
227
                    <_alt>
228
                        <1><_alt><1>$CollectorNumber</1></_alt></1>
229
                        <3>$FieldNumber</3>
230
                    </_alt>
231
                </collectionnumber>
232
                <definedvalue fkey="tablerecord_id">
233
                    <userdefined_id>
234
                        <userdefined>
235
                            <tablename>specimenreplicate</tablename>
236
                            <userdefinedname>sex</userdefinedname>
237
                        </userdefined>
238
                    </userdefined_id>
239
                    <definedvalue>$Sex</definedvalue>
240
                </definedvalue>
241
                <description>
242
                    <_merge>
243
                        <1>$FieldNotes</1>
244
                        <2>$Remarks</2>
245
                    </_merge>
246
                </description>
247
                <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
248
                <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
249
                <taxondetermination>
250
                    <role>identifier</role>
251
                    <determinationdate>
252
                        <_date>
253
                            <date>
254
                                <_dateRangeStart>
255
                                    <value>
256
                                        <_alt>
257
                                            <1>
258
                                                <_date>
259
                                                    <day>
260
                                                        <_nullIf>
261
                                                            <null>0</null>
262
                                                            <type>float</type>
263
                                                            <value>$DayIdentified</value>
264
                                                        </_nullIf>
265
                                                    </day>
266
                                                    <month>
267
                                                        <_nullIf>
268
                                                            <null>0</null>
269
                                                            <type>float</type>
270
                                                            <value>$MonthIdentified</value>
271
                                                        </_nullIf>
272
                                                    </month>
273
                                                    <year>
274
                                                        <_nullIf>
275
                                                            <null>0</null>
276
                                                            <type>float</type>
277
                                                            <value>$YearIdentified</value>
278
                                                        </_nullIf>
279
                                                    </year>
280
                                                </_date>
281
                                            </1>
282
                                        </_alt>
283
                                    </value>
284
                                </_dateRangeStart>
285
                            </date>
286
                        </_date>
287
                    </determinationdate>
288
                    <iscurrent>true</iscurrent>
289
                    <party_id>
290
                        <party>
291
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
292
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
293
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
294
                        </party>
295
                    </party_id>
296
                    <isoriginal>true</isoriginal>
297
                    <plantconcept_id>
298
                        <plantconcept>
299
                            <plantname_id>
300
                                <_simplifyPath>
301
                                    <next>parent_id/plantname</next>
302
                                    <require>plantname</require>
303
                                    <path>
304
                                        <plantname>
305
                                            <rank>binomial</rank>
306
                                            <plantname>
307
                                                <_alt>
308
                                                    <1>$ScientificNameAuthor</1>
309
                                                    <2>$ScientificName</2>
310
                                                </_alt>
311
                                            </plantname>
312
                                            <parent_id>
313
                                                <plantname>
314
                                                    <rank>authority</rank>
315
                                                    <parent_id>
316
                                                        <plantname>
317
                                                            <rank>subspecies</rank>
318
                                                            <plantname>$Subspecies</plantname>
319
                                                            <parent_id>
320
                                                                <plantname>
321
                                                                    <rank>species</rank>
322
                                                                    <plantname>$Species</plantname>
323
                                                                    <parent_id>
324
                                                                        <plantname>
325
                                                                            <rank>genus</rank>
326
                                                                            <plantname>$Genus</plantname>
327
                                                                            <parent_id>
328
                                                                                <plantname>
329
                                                                                    <rank>family</rank>
330
                                                                                    <plantname>$Family</plantname>
331
                                                                                    <parent_id>
332
                                                                                        <plantname>
333
                                                                                            <rank>order</rank>
334
                                                                                            <plantname>$Order</plantname>
335
                                                                                            <parent_id>
336
                                                                                                <plantname>
337
                                                                                                    <rank>class</rank>
338
                                                                                                    <plantname>$Class</plantname>
339
                                                                                                    <parent_id>
340
                                                                                                        <plantname>
341
                                                                                                            <rank>subkingdom</rank>
342
                                                                                                            <plantname>$Phylum</plantname>
343
                                                                                                            <parent_id>
344
                                                                                                                <plantname>
345
                                                                                                                    <rank>kingdom</rank>
346
                                                                                                                    <plantname>$Kingdom</plantname>
347
                                                                                                                </plantname>
348
                                                                                                            </parent_id>
349
                                                                                                        </plantname>
350
                                                                                                    </parent_id>
351
                                                                                                </plantname>
352
                                                                                            </parent_id>
353
                                                                                        </plantname>
354
                                                                                    </parent_id>
355
                                                                                </plantname>
356
                                                                            </parent_id>
357
                                                                        </plantname>
358
                                                                    </parent_id>
359
                                                                </plantname>
360
                                                            </parent_id>
361
                                                        </plantname>
362
                                                    </parent_id>
363
                                                </plantname>
364
                                            </parent_id>
365
                                        </plantname>
366
                                    </path>
367
                                </_simplifyPath>
368
                            </plantname_id>
369
                        </plantconcept>
370
                    </plantconcept_id>
371
                </taxondetermination>
372
                <verbatimcollectorname>$Collector</verbatimcollectorname>
373
            </specimenreplicate>
374
            <waterdepth>
375
                <_avg>
376
                    <max>
377
                        <_units>
378
                            <default>m</default>
379
                            <to>m</to>
380
                            <to></to>
381
                            <value>$MaximumDepthInMeters</value>
382
                        </_units>
383
                    </max>
384
                    <min>
385
                        <_units>
386
                            <default>m</default>
387
                            <to>m</to>
388
                            <to></to>
389
                            <value>$MinimumDepthInMeters</value>
390
                        </_units>
391
                    </min>
392
                </_avg>
393
            </waterdepth>
394
        </locationevent>
395
        <locationnarrative><_merge><1>$Locality</1></_merge></locationnarrative>
396
        <sourceaccessioncode>
397
            <_alt>
398
                <1>$GlobalUniqueIdentifier</1>
399
                <2>
400
                    <_merge>
401
                        <1>$InstitutionCode</1>
402
                        <2>$CollectionCode</2>
403
                        <3>$CatalogNumberNumeric</3>
404
                    </_merge>
405
                </2>
406
            </_alt>
407
        </sourceaccessioncode>
408
    </location>
409
</VegBIEN>
410
Inserted 32 new rows into database
    (1-1/1)