Project

General

Profile

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