Project

General

Profile

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