Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>
8
                    <_alt>
9
                        <1>$GlobalUniqueIdentifier</1>
10
                        <2>
11
                            <_join>
12
                                <1>$InstitutionCode</1>
13
                                <2>$CollectionCode</2>
14
                                <3>
15
                                    <_alt>
16
                                        <1>$CatalogNumberNumeric</1>
17
                                        <2>$CatalogNumber</2>
18
                                    </_alt>
19
                                </3>
20
                            </_join>
21
                        </2>
22
                    </_alt>
23
                </authorlocationcode>
24
                <elevation_m>
25
                    <_avg>
26
                        <max>$MaximumElevationInMeters</max>
27
                        <min>$MinimumElevationInMeters</min>
28
                    </_avg>
29
                </elevation_m>
30
                <locationevent>
31
                    <taxonoccurrence>
32
                        <aggregateoccurrence>
33
                            <collectiondate>
34
                                <_alt>
35
                                    <1>$VerbatimCollectingDate</1>
36
                                    <2>
37
                                        <_date>
38
                                            <day>
39
                                                <_nullIf>
40
                                                    <null>0</null>
41
                                                    <type>float</type>
42
                                                    <value>$DayCollected</value>
43
                                                </_nullIf>
44
                                            </day>
45
                                            <month>
46
                                                <_nullIf>
47
                                                    <null>0</null>
48
                                                    <type>float</type>
49
                                                    <value>$MonthCollected</value>
50
                                                </_nullIf>
51
                                            </month>
52
                                            <year>
53
                                                <_nullIf>
54
                                                    <null>0</null>
55
                                                    <type>float</type>
56
                                                    <value>$YearCollected</value>
57
                                                </_nullIf>
58
                                            </year>
59
                                        </_date>
60
                                    </2>
61
                                </_alt>
62
                            </collectiondate>
63
                            <count>$IndividualCount</count>
64
                            <notes>$FieldNotes</notes>
65
                            <plantobservation>
66
                                <collectionnumber>$CollectorNumber</collectionnumber>
67
                                <definedvalue fkey="tablerecord_id">
68
                                    <userdefined_id>
69
                                        <userdefined>
70
                                            <tablename>plantobservation</tablename>
71
                                            <userdefinedname>sex</userdefinedname>
72
                                        </userdefined>
73
                                    </userdefined_id>
74
                                    <definedvalue>$Sex</definedvalue>
75
                                </definedvalue>
76
                                <specimenreplicate>
77
                                    <catalognumber_dwc>
78
                                        <_alt>
79
                                            <1>$CatalogNumberNumeric</1>
80
                                            <2>$CatalogNumber</2>
81
                                        </_alt>
82
                                    </catalognumber_dwc>
83
                                    <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
84
                                    <institution_id>
85
                                        <sourcename>
86
                                            <matched_source_id><source><shortname>$InstitutionCode</shortname></source></matched_source_id>
87
                                            <name>$InstitutionCode</name>
88
                                        </sourcename>
89
                                    </institution_id>
90
                                    <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
91
                                </specimenreplicate>
92
                            </plantobservation>
93
                        </aggregateoccurrence>
94
                        <collector_id><party><fullname>$Collector</fullname></party></collector_id>
95
                        <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
96
                        <taxondetermination>
97
                            <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
98
                            <taxonverbatim_id>
99
                                <taxonverbatim>
100
                                    <taxonlabel_id>
101
                                        <taxonlabel>
102
                                            <matched_label_id>
103
                                                <taxonlabel>
104
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
105
                                                    <taxonomicname>
106
                                                        <_join_words>
107
                                                            <1>
108
                                                                <_taxon_family_require_std>
109
                                                                    <family>
110
                                                                        <_nullIf>
111
                                                                            <null>$ScientificName</null>
112
                                                                            <value>$Family</value>
113
                                                                        </_nullIf>
114
                                                                    </family>
115
                                                                </_taxon_family_require_std>
116
                                                            </1>
117
                                                            <2>
118
                                                                <_alt>
119
                                                                    <1>$ScientificNameAuthor</1>
120
                                                                    <2>
121
                                                                        <_alt>
122
                                                                            <1>$ScientificName</1>
123
                                                                            <2>
124
                                                                                <_join_words>
125
                                                                                    <2>$Genus</2>
126
                                                                                    <3>$Species</3>
127
                                                                                    <4>$Subspecies</4>
128
                                                                                </_join_words>
129
                                                                            </2>
130
                                                                        </_alt>
131
                                                                    </2>
132
                                                                </_alt>
133
                                                            </2>
134
                                                        </_join_words>
135
                                                    </taxonomicname>
136
                                                </taxonlabel>
137
                                            </matched_label_id>
138
                                            <creationdate>
139
                                                <_date>
140
                                                    <day>
141
                                                        <_nullIf>
142
                                                            <null>0</null>
143
                                                            <type>float</type>
144
                                                            <value>$DayIdentified</value>
145
                                                        </_nullIf>
146
                                                    </day>
147
                                                    <month>
148
                                                        <_nullIf>
149
                                                            <null>0</null>
150
                                                            <type>float</type>
151
                                                            <value>$MonthIdentified</value>
152
                                                        </_nullIf>
153
                                                    </month>
154
                                                    <year>
155
                                                        <_nullIf>
156
                                                            <null>0</null>
157
                                                            <type>float</type>
158
                                                            <value>$YearIdentified</value>
159
                                                        </_nullIf>
160
                                                    </year>
161
                                                </_date>
162
                                            </creationdate>
163
                                            <parent_id>
164
                                                <taxonlabel>
165
                                                    <parent_id>
166
                                                        <taxonlabel>
167
                                                            <rank>cultivar</rank>
168
                                                            <parent_id>
169
                                                                <taxonlabel>
170
                                                                    <rank>forma</rank>
171
                                                                    <parent_id>
172
                                                                        <taxonlabel>
173
                                                                            <rank>variety</rank>
174
                                                                            <parent_id>
175
                                                                                <taxonlabel>
176
                                                                                    <rank>subspecies</rank>
177
                                                                                    <taxonepithet>$Subspecies</taxonepithet>
178
                                                                                    <parent_id>
179
                                                                                        <taxonlabel>
180
                                                                                            <rank>species</rank>
181
                                                                                            <taxonepithet>$Species</taxonepithet>
182
                                                                                            <parent_id>
183
                                                                                                <taxonlabel>
184
                                                                                                    <rank>genus</rank>
185
                                                                                                    <taxonepithet>$Genus</taxonepithet>
186
                                                                                                    <parent_id>
187
                                                                                                        <taxonlabel>
188
                                                                                                            <rank>family</rank>
189
                                                                                                            <taxonepithet>$Family</taxonepithet>
190
                                                                                                            <parent_id>
191
                                                                                                                <taxonlabel>
192
                                                                                                                    <rank>order</rank>
193
                                                                                                                    <taxonepithet>$Order</taxonepithet>
194
                                                                                                                    <parent_id>
195
                                                                                                                        <taxonlabel>
196
                                                                                                                            <rank>class</rank>
197
                                                                                                                            <taxonepithet>$Class</taxonepithet>
198
                                                                                                                            <parent_id>
199
                                                                                                                                <taxonlabel>
200
                                                                                                                                    <rank>phylum</rank>
201
                                                                                                                                    <taxonepithet>$Phylum</taxonepithet>
202
                                                                                                                                    <parent_id>
203
                                                                                                                                        <taxonlabel>
204
                                                                                                                                            <rank>kingdom</rank>
205
                                                                                                                                            <taxonepithet>$Kingdom</taxonepithet>
206
                                                                                                                                        </taxonlabel>
207
                                                                                                                                    </parent_id>
208
                                                                                                                                </taxonlabel>
209
                                                                                                                            </parent_id>
210
                                                                                                                        </taxonlabel>
211
                                                                                                                    </parent_id>
212
                                                                                                                </taxonlabel>
213
                                                                                                            </parent_id>
214
                                                                                                        </taxonlabel>
215
                                                                                                    </parent_id>
216
                                                                                                </taxonlabel>
217
                                                                                            </parent_id>
218
                                                                                        </taxonlabel>
219
                                                                                    </parent_id>
220
                                                                                </taxonlabel>
221
                                                                            </parent_id>
222
                                                                        </taxonlabel>
223
                                                                    </parent_id>
224
                                                                </taxonlabel>
225
                                                            </parent_id>
226
                                                        </taxonlabel>
227
                                                    </parent_id>
228
                                                </taxonlabel>
229
                                            </parent_id>
230
                                            <taxonomicname>
231
                                                <_join_words>
232
                                                    <1>
233
                                                        <_taxon_family_require_std>
234
                                                            <family>
235
                                                                <_nullIf>
236
                                                                    <null>$ScientificName</null>
237
                                                                    <value>$Family</value>
238
                                                                </_nullIf>
239
                                                            </family>
240
                                                        </_taxon_family_require_std>
241
                                                    </1>
242
                                                    <2>
243
                                                        <_alt>
244
                                                            <1>$ScientificNameAuthor</1>
245
                                                            <2>
246
                                                                <_alt>
247
                                                                    <1>$ScientificName</1>
248
                                                                    <2>
249
                                                                        <_join_words>
250
                                                                            <2>$Genus</2>
251
                                                                            <3>$Species</3>
252
                                                                            <4>$Subspecies</4>
253
                                                                        </_join_words>
254
                                                                    </2>
255
                                                                </_alt>
256
                                                            </2>
257
                                                        </_alt>
258
                                                    </2>
259
                                                </_join_words>
260
                                            </taxonomicname>
261
                                        </taxonlabel>
262
                                    </taxonlabel_id>
263
                                    <family>$Family</family>
264
                                    <genus>$Genus</genus>
265
                                    <specific_epithet>$Species</specific_epithet>
266
                                    <taxonname>$ScientificName</taxonname>
267
                                    <taxonomicname>$ScientificNameAuthor</taxonomicname>
268
                                </taxonverbatim>
269
                            </taxonverbatim_id>
270
                            <determinationdate>
271
                                <_date>
272
                                    <day>
273
                                        <_nullIf>
274
                                            <null>0</null>
275
                                            <type>float</type>
276
                                            <value>$DayIdentified</value>
277
                                        </_nullIf>
278
                                    </day>
279
                                    <month>
280
                                        <_nullIf>
281
                                            <null>0</null>
282
                                            <type>float</type>
283
                                            <value>$MonthIdentified</value>
284
                                        </_nullIf>
285
                                    </month>
286
                                    <year>
287
                                        <_nullIf>
288
                                            <null>0</null>
289
                                            <type>float</type>
290
                                            <value>$YearIdentified</value>
291
                                        </_nullIf>
292
                                    </year>
293
                                </_date>
294
                            </determinationdate>
295
                            <notes>$Remarks</notes>
296
                            <taxonfit>$IdentificationModifier</taxonfit>
297
                        </taxondetermination>
298
                    </taxonoccurrence>
299
                    <waterdepth_m>
300
                        <_avg>
301
                            <max>$MaximumDepthInMeters</max>
302
                            <min>$MinimumDepthInMeters</min>
303
                        </_avg>
304
                    </waterdepth_m>
305
                </locationevent>
306
                <locationnarrative>$Locality</locationnarrative>
307
                <locationplace>
308
                    <place_id>
309
                        <place>
310
                            <coordinates_id>
311
                                <coordinates>
312
                                    <coordsaccuracy_m><_noCV><value>$CoordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_m>
313
                                    <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
314
                                    <latitude_deg>
315
                                        <_nullIf>
316
                                            <null>0</null>
317
                                            <type>float</type>
318
                                            <value>$DecimalLatitude</value>
319
                                        </_nullIf>
320
                                    </latitude_deg>
321
                                    <longitude_deg>
322
                                        <_nullIf>
323
                                            <null>0</null>
324
                                            <type>float</type>
325
                                            <value>$DecimalLongitude</value>
326
                                        </_nullIf>
327
                                    </longitude_deg>
328
                                </coordinates>
329
                            </coordinates_id>
330
                            <continent>$ContinentOcean</continent>
331
                            <country>$Country</country>
332
                            <county>$County</county>
333
                            <matched_place_id>
334
                                <place>
335
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
336
                                    <coordinates_id>
337
                                        <coordinates>
338
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
339
                                            <latitude_deg>
340
                                                <_nullIf>
341
                                                    <null>0</null>
342
                                                    <type>float</type>
343
                                                    <value>$DecimalLatitude</value>
344
                                                </_nullIf>
345
                                            </latitude_deg>
346
                                            <longitude_deg>
347
                                                <_nullIf>
348
                                                    <null>0</null>
349
                                                    <type>float</type>
350
                                                    <value>$DecimalLongitude</value>
351
                                                </_nullIf>
352
                                            </longitude_deg>
353
                                        </coordinates>
354
                                    </coordinates_id>
355
                                    <country>$Country</country>
356
                                    <county>$County</county>
357
                                    <stateprovince>$StateProvince</stateprovince>
358
                                </place>
359
                            </matched_place_id>
360
                            <stateprovince>$StateProvince</stateprovince>
361
                        </place>
362
                    </place_id>
363
                </locationplace>
364
            </location>
365
        </path>
366
    </_simplifyPath>
367
</VegBIEN>
368
Inserted 45 new rows into database
(5-5/6)