Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 4621 aaronmk
    <_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 4753 aaronmk
                <elevation_m>
25 4815 aaronmk
                    <_avg>
26 4820 aaronmk
                        <max>$MaximumElevationInMeters</max>
27 4822 aaronmk
                        <min>$MinimumElevationInMeters</min>
28 4815 aaronmk
                    </_avg>
29 4753 aaronmk
                </elevation_m>
30 4621 aaronmk
                <locationevent>
31
                    <taxonoccurrence>
32
                        <aggregateoccurrence>
33
                            <collectiondate>
34 4183 aaronmk
                                <_alt>
35 6217 aaronmk
                                    <1>$VerbatimCollectingDate</1>
36 4621 aaronmk
                                    <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 4183 aaronmk
                                </_alt>
62 4621 aaronmk
                            </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 6179 aaronmk
                                    <institution_id><sourcename><name>$InstitutionCode</name></sourcename></institution_id>
85 4621 aaronmk
                                    <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
86
                                </specimenreplicate>
87
                            </plantobservation>
88
                        </aggregateoccurrence>
89 6171 aaronmk
                        <collector_id><party><fullname>$Collector</fullname></party></collector_id>
90 4834 aaronmk
                        <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
91 4621 aaronmk
                        <taxondetermination>
92 5600 aaronmk
                            <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
93 5657 aaronmk
                            <taxonverbatim_id>
94
                                <taxonverbatim>
95
                                    <taxonlabel_id>
96 5608 aaronmk
                                        <taxonlabel>
97 5657 aaronmk
                                            <matched_label_id>
98
                                                <taxonlabel>
99 6179 aaronmk
                                                    <source_id><source><shortname>TNRS</shortname></source></source_id>
100 5657 aaronmk
                                                    <taxonomicname>
101 5788 aaronmk
                                                        <_join_words>
102 6359 aaronmk
                                                            <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 5138 aaronmk
                                                            <2>
113 5657 aaronmk
                                                                <_alt>
114 5788 aaronmk
                                                                    <1>$ScientificNameAuthor</1>
115 5657 aaronmk
                                                                    <2>
116 5788 aaronmk
                                                                        <_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 5657 aaronmk
                                                                    </2>
127
                                                                </_alt>
128 5138 aaronmk
                                                            </2>
129 5788 aaronmk
                                                        </_join_words>
130 5657 aaronmk
                                                    </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 5294 aaronmk
                                            <parent_id>
159 5608 aaronmk
                                                <taxonlabel>
160 5294 aaronmk
                                                    <parent_id>
161 5608 aaronmk
                                                        <taxonlabel>
162 5657 aaronmk
                                                            <rank>cultivar</rank>
163 5294 aaronmk
                                                            <parent_id>
164 5608 aaronmk
                                                                <taxonlabel>
165 5657 aaronmk
                                                                    <rank>forma</rank>
166 5294 aaronmk
                                                                    <parent_id>
167 5608 aaronmk
                                                                        <taxonlabel>
168 5657 aaronmk
                                                                            <rank>variety</rank>
169 5294 aaronmk
                                                                            <parent_id>
170 5608 aaronmk
                                                                                <taxonlabel>
171 5657 aaronmk
                                                                                    <rank>subspecies</rank>
172
                                                                                    <taxonepithet>$Subspecies</taxonepithet>
173 5294 aaronmk
                                                                                    <parent_id>
174 5608 aaronmk
                                                                                        <taxonlabel>
175 5657 aaronmk
                                                                                            <rank>species</rank>
176
                                                                                            <taxonepithet>$Species</taxonepithet>
177 5294 aaronmk
                                                                                            <parent_id>
178 5608 aaronmk
                                                                                                <taxonlabel>
179 5657 aaronmk
                                                                                                    <rank>genus</rank>
180
                                                                                                    <taxonepithet>$Genus</taxonepithet>
181 5294 aaronmk
                                                                                                    <parent_id>
182 5608 aaronmk
                                                                                                        <taxonlabel>
183 5657 aaronmk
                                                                                                            <rank>family</rank>
184
                                                                                                            <taxonepithet>$Family</taxonepithet>
185 5294 aaronmk
                                                                                                            <parent_id>
186 5608 aaronmk
                                                                                                                <taxonlabel>
187 5657 aaronmk
                                                                                                                    <rank>order</rank>
188
                                                                                                                    <taxonepithet>$Order</taxonepithet>
189 5294 aaronmk
                                                                                                                    <parent_id>
190 5608 aaronmk
                                                                                                                        <taxonlabel>
191 5657 aaronmk
                                                                                                                            <rank>class</rank>
192
                                                                                                                            <taxonepithet>$Class</taxonepithet>
193 5306 aaronmk
                                                                                                                            <parent_id>
194 5608 aaronmk
                                                                                                                                <taxonlabel>
195 5657 aaronmk
                                                                                                                                    <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 5608 aaronmk
                                                                                                                                </taxonlabel>
204 5306 aaronmk
                                                                                                                            </parent_id>
205 5608 aaronmk
                                                                                                                        </taxonlabel>
206 5294 aaronmk
                                                                                                                    </parent_id>
207 5608 aaronmk
                                                                                                                </taxonlabel>
208 5294 aaronmk
                                                                                                            </parent_id>
209 5608 aaronmk
                                                                                                        </taxonlabel>
210 5294 aaronmk
                                                                                                    </parent_id>
211 5608 aaronmk
                                                                                                </taxonlabel>
212 5294 aaronmk
                                                                                            </parent_id>
213 5608 aaronmk
                                                                                        </taxonlabel>
214 5294 aaronmk
                                                                                    </parent_id>
215 5608 aaronmk
                                                                                </taxonlabel>
216 5294 aaronmk
                                                                            </parent_id>
217 5608 aaronmk
                                                                        </taxonlabel>
218 5294 aaronmk
                                                                    </parent_id>
219 5608 aaronmk
                                                                </taxonlabel>
220 5294 aaronmk
                                                            </parent_id>
221 5608 aaronmk
                                                        </taxonlabel>
222 5294 aaronmk
                                                    </parent_id>
223 5608 aaronmk
                                                </taxonlabel>
224 5294 aaronmk
                                            </parent_id>
225 5657 aaronmk
                                            <taxonomicname>
226 5788 aaronmk
                                                <_join_words>
227 6359 aaronmk
                                                    <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 5656 aaronmk
                                                    <2>
238 5657 aaronmk
                                                        <_alt>
239 5788 aaronmk
                                                            <1>$ScientificNameAuthor</1>
240 5657 aaronmk
                                                            <2>
241 5788 aaronmk
                                                                <_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 5657 aaronmk
                                                            </2>
252
                                                        </_alt>
253 5656 aaronmk
                                                    </2>
254 5788 aaronmk
                                                </_join_words>
255 5657 aaronmk
                                            </taxonomicname>
256
                                        </taxonlabel>
257
                                    </taxonlabel_id>
258
                                    <family>$Family</family>
259
                                    <genus>$Genus</genus>
260 5783 aaronmk
                                    <specific_epithet>$Species</specific_epithet>
261 5948 aaronmk
                                    <taxonname>$ScientificName</taxonname>
262 5657 aaronmk
                                    <taxonomicname>$ScientificNameAuthor</taxonomicname>
263
                                </taxonverbatim>
264
                            </taxonverbatim_id>
265 4621 aaronmk
                            <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 5645 aaronmk
                            <notes>$Remarks</notes>
291
                            <taxonfit>$IdentificationModifier</taxonfit>
292 4621 aaronmk
                        </taxondetermination>
293
                    </taxonoccurrence>
294 4753 aaronmk
                    <waterdepth_m>
295 4621 aaronmk
                        <_avg>
296 4820 aaronmk
                            <max>$MaximumDepthInMeters</max>
297
                            <min>$MinimumDepthInMeters</min>
298 4621 aaronmk
                        </_avg>
299 4753 aaronmk
                    </waterdepth_m>
300 4621 aaronmk
                </locationevent>
301
                <locationnarrative>$Locality</locationnarrative>
302 4726 aaronmk
                <locationplace>
303 5855 aaronmk
                    <place_id>
304
                        <place>
305 5861 aaronmk
                            <coordinates_id>
306
                                <coordinates>
307 6250 aaronmk
                                    <coordsaccuracy_m><_noCV><value>$CoordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_m>
308 5861 aaronmk
                                    <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 4727 aaronmk
                            <continent>$ContinentOcean</continent>
326
                            <country>$Country</country>
327
                            <county>$County</county>
328 5958 aaronmk
                            <matched_place_id>
329
                                <place>
330 6179 aaronmk
                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
331 5958 aaronmk
                                    <coordinates_id>
332
                                        <coordinates>
333 6179 aaronmk
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
334 5969 aaronmk
                                            <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 5958 aaronmk
                                        </coordinates>
349
                                    </coordinates_id>
350
                                    <country>$Country</country>
351 6294 aaronmk
                                    <county>$County</county>
352 5958 aaronmk
                                    <stateprovince>$StateProvince</stateprovince>
353
                                </place>
354
                            </matched_place_id>
355 4727 aaronmk
                            <stateprovince>$StateProvince</stateprovince>
356 5855 aaronmk
                        </place>
357
                    </place_id>
358 4726 aaronmk
                </locationplace>
359 4621 aaronmk
            </location>
360
        </path>
361
    </_simplifyPath>
362 3641 aaronmk
</VegBIEN>
363 6171 aaronmk
Inserted 44 new rows into database