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><sourcename><name>$InstitutionCode</name></sourcename></institution_id>
85
                                    <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
86
                                </specimenreplicate>
87
                            </plantobservation>
88
                        </aggregateoccurrence>
89
                        <collector_id><party><fullname>$Collector</fullname></party></collector_id>
90
                        <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
91
                        <taxondetermination>
92
                            <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
93
                            <taxonverbatim_id>
94
                                <taxonverbatim>
95
                                    <taxonlabel_id>
96
                                        <taxonlabel>
97
                                            <matched_label_id>
98
                                                <taxonlabel>
99
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
100
                                                    <taxonomicname>
101
                                                        <_join_words>
102
                                                            <1>
103
                                                                <_taxon_family_require_std>
104
                                                                    <family>
105
                                                                        <_nullIf>
106
                                                                            <null>$ScientificName</null>
107
                                                                            <value>$Family</value>
108
                                                                        </_nullIf>
109
                                                                    </family>
110
                                                                </_taxon_family_require_std>
111
                                                            </1>
112
                                                            <2>
113
                                                                <_alt>
114
                                                                    <1>$ScientificNameAuthor</1>
115
                                                                    <2>
116
                                                                        <_alt>
117
                                                                            <1>$ScientificName</1>
118
                                                                            <2>
119
                                                                                <_join_words>
120
                                                                                    <2>$Genus</2>
121
                                                                                    <3>$Species</3>
122
                                                                                    <4>$Subspecies</4>
123
                                                                                </_join_words>
124
                                                                            </2>
125
                                                                        </_alt>
126
                                                                    </2>
127
                                                                </_alt>
128
                                                            </2>
129
                                                        </_join_words>
130
                                                    </taxonomicname>
131
                                                </taxonlabel>
132
                                            </matched_label_id>
133
                                            <creationdate>
134
                                                <_date>
135
                                                    <day>
136
                                                        <_nullIf>
137
                                                            <null>0</null>
138
                                                            <type>float</type>
139
                                                            <value>$DayIdentified</value>
140
                                                        </_nullIf>
141
                                                    </day>
142
                                                    <month>
143
                                                        <_nullIf>
144
                                                            <null>0</null>
145
                                                            <type>float</type>
146
                                                            <value>$MonthIdentified</value>
147
                                                        </_nullIf>
148
                                                    </month>
149
                                                    <year>
150
                                                        <_nullIf>
151
                                                            <null>0</null>
152
                                                            <type>float</type>
153
                                                            <value>$YearIdentified</value>
154
                                                        </_nullIf>
155
                                                    </year>
156
                                                </_date>
157
                                            </creationdate>
158
                                            <parent_id>
159
                                                <taxonlabel>
160
                                                    <parent_id>
161
                                                        <taxonlabel>
162
                                                            <rank>cultivar</rank>
163
                                                            <parent_id>
164
                                                                <taxonlabel>
165
                                                                    <rank>forma</rank>
166
                                                                    <parent_id>
167
                                                                        <taxonlabel>
168
                                                                            <rank>variety</rank>
169
                                                                            <parent_id>
170
                                                                                <taxonlabel>
171
                                                                                    <rank>subspecies</rank>
172
                                                                                    <taxonepithet>$Subspecies</taxonepithet>
173
                                                                                    <parent_id>
174
                                                                                        <taxonlabel>
175
                                                                                            <rank>species</rank>
176
                                                                                            <taxonepithet>$Species</taxonepithet>
177
                                                                                            <parent_id>
178
                                                                                                <taxonlabel>
179
                                                                                                    <rank>genus</rank>
180
                                                                                                    <taxonepithet>$Genus</taxonepithet>
181
                                                                                                    <parent_id>
182
                                                                                                        <taxonlabel>
183
                                                                                                            <rank>family</rank>
184
                                                                                                            <taxonepithet>$Family</taxonepithet>
185
                                                                                                            <parent_id>
186
                                                                                                                <taxonlabel>
187
                                                                                                                    <rank>order</rank>
188
                                                                                                                    <taxonepithet>$Order</taxonepithet>
189
                                                                                                                    <parent_id>
190
                                                                                                                        <taxonlabel>
191
                                                                                                                            <rank>class</rank>
192
                                                                                                                            <taxonepithet>$Class</taxonepithet>
193
                                                                                                                            <parent_id>
194
                                                                                                                                <taxonlabel>
195
                                                                                                                                    <rank>phylum</rank>
196
                                                                                                                                    <taxonepithet>$Phylum</taxonepithet>
197
                                                                                                                                    <parent_id>
198
                                                                                                                                        <taxonlabel>
199
                                                                                                                                            <rank>kingdom</rank>
200
                                                                                                                                            <taxonepithet>$Kingdom</taxonepithet>
201
                                                                                                                                        </taxonlabel>
202
                                                                                                                                    </parent_id>
203
                                                                                                                                </taxonlabel>
204
                                                                                                                            </parent_id>
205
                                                                                                                        </taxonlabel>
206
                                                                                                                    </parent_id>
207
                                                                                                                </taxonlabel>
208
                                                                                                            </parent_id>
209
                                                                                                        </taxonlabel>
210
                                                                                                    </parent_id>
211
                                                                                                </taxonlabel>
212
                                                                                            </parent_id>
213
                                                                                        </taxonlabel>
214
                                                                                    </parent_id>
215
                                                                                </taxonlabel>
216
                                                                            </parent_id>
217
                                                                        </taxonlabel>
218
                                                                    </parent_id>
219
                                                                </taxonlabel>
220
                                                            </parent_id>
221
                                                        </taxonlabel>
222
                                                    </parent_id>
223
                                                </taxonlabel>
224
                                            </parent_id>
225
                                            <taxonomicname>
226
                                                <_join_words>
227
                                                    <1>
228
                                                        <_taxon_family_require_std>
229
                                                            <family>
230
                                                                <_nullIf>
231
                                                                    <null>$ScientificName</null>
232
                                                                    <value>$Family</value>
233
                                                                </_nullIf>
234
                                                            </family>
235
                                                        </_taxon_family_require_std>
236
                                                    </1>
237
                                                    <2>
238
                                                        <_alt>
239
                                                            <1>$ScientificNameAuthor</1>
240
                                                            <2>
241
                                                                <_alt>
242
                                                                    <1>$ScientificName</1>
243
                                                                    <2>
244
                                                                        <_join_words>
245
                                                                            <2>$Genus</2>
246
                                                                            <3>$Species</3>
247
                                                                            <4>$Subspecies</4>
248
                                                                        </_join_words>
249
                                                                    </2>
250
                                                                </_alt>
251
                                                            </2>
252
                                                        </_alt>
253
                                                    </2>
254
                                                </_join_words>
255
                                            </taxonomicname>
256
                                        </taxonlabel>
257
                                    </taxonlabel_id>
258
                                    <family>$Family</family>
259
                                    <genus>$Genus</genus>
260
                                    <specific_epithet>$Species</specific_epithet>
261
                                    <taxonname>$ScientificName</taxonname>
262
                                    <taxonomicname>$ScientificNameAuthor</taxonomicname>
263
                                </taxonverbatim>
264
                            </taxonverbatim_id>
265
                            <determinationdate>
266
                                <_date>
267
                                    <day>
268
                                        <_nullIf>
269
                                            <null>0</null>
270
                                            <type>float</type>
271
                                            <value>$DayIdentified</value>
272
                                        </_nullIf>
273
                                    </day>
274
                                    <month>
275
                                        <_nullIf>
276
                                            <null>0</null>
277
                                            <type>float</type>
278
                                            <value>$MonthIdentified</value>
279
                                        </_nullIf>
280
                                    </month>
281
                                    <year>
282
                                        <_nullIf>
283
                                            <null>0</null>
284
                                            <type>float</type>
285
                                            <value>$YearIdentified</value>
286
                                        </_nullIf>
287
                                    </year>
288
                                </_date>
289
                            </determinationdate>
290
                            <notes>$Remarks</notes>
291
                            <taxonfit>$IdentificationModifier</taxonfit>
292
                        </taxondetermination>
293
                    </taxonoccurrence>
294
                    <waterdepth_m>
295
                        <_avg>
296
                            <max>$MaximumDepthInMeters</max>
297
                            <min>$MinimumDepthInMeters</min>
298
                        </_avg>
299
                    </waterdepth_m>
300
                </locationevent>
301
                <locationnarrative>$Locality</locationnarrative>
302
                <locationplace>
303
                    <place_id>
304
                        <place>
305
                            <coordinates_id>
306
                                <coordinates>
307
                                    <coordsaccuracy_m><_noCV><value>$CoordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_m>
308
                                    <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
309
                                    <latitude_deg>
310
                                        <_nullIf>
311
                                            <null>0</null>
312
                                            <type>float</type>
313
                                            <value>$DecimalLatitude</value>
314
                                        </_nullIf>
315
                                    </latitude_deg>
316
                                    <longitude_deg>
317
                                        <_nullIf>
318
                                            <null>0</null>
319
                                            <type>float</type>
320
                                            <value>$DecimalLongitude</value>
321
                                        </_nullIf>
322
                                    </longitude_deg>
323
                                </coordinates>
324
                            </coordinates_id>
325
                            <continent>$ContinentOcean</continent>
326
                            <country>$Country</country>
327
                            <county>$County</county>
328
                            <matched_place_id>
329
                                <place>
330
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
331
                                    <coordinates_id>
332
                                        <coordinates>
333
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
334
                                            <latitude_deg>
335
                                                <_nullIf>
336
                                                    <null>0</null>
337
                                                    <type>float</type>
338
                                                    <value>$DecimalLatitude</value>
339
                                                </_nullIf>
340
                                            </latitude_deg>
341
                                            <longitude_deg>
342
                                                <_nullIf>
343
                                                    <null>0</null>
344
                                                    <type>float</type>
345
                                                    <value>$DecimalLongitude</value>
346
                                                </_nullIf>
347
                                            </longitude_deg>
348
                                        </coordinates>
349
                                    </coordinates_id>
350
                                    <country>$Country</country>
351
                                    <county>$County</county>
352
                                    <stateprovince>$StateProvince</stateprovince>
353
                                </place>
354
                            </matched_place_id>
355
                            <stateprovince>$StateProvince</stateprovince>
356
                        </place>
357
                    </place_id>
358
                </locationplace>
359
            </location>
360
        </path>
361
    </_simplifyPath>
362
</VegBIEN>
363
Inserted 44 new rows into database
(5-5/6)