Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 6403 aaronmk
    <_setDefault id="-1">
4 6406 aaronmk
        <source_id><source><shortname>ARIZ</shortname></source></source_id>
5 4621 aaronmk
        <path>
6 6403 aaronmk
            <_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 6432 aaronmk
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$Locality</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
34 6403 aaronmk
                        <locationevent>
35
                            <taxonoccurrence>
36
                                <aggregateoccurrence>
37
                                    <collectiondate>
38 4621 aaronmk
                                        <_alt>
39 6403 aaronmk
                                            <1>$VerbatimCollectingDate</1>
40
                                            <2>
41 5657 aaronmk
                                                <_date>
42
                                                    <day>
43
                                                        <_nullIf>
44
                                                            <null>0</null>
45
                                                            <type>float</type>
46 6403 aaronmk
                                                            <value>$DayCollected</value>
47 5657 aaronmk
                                                        </_nullIf>
48
                                                    </day>
49
                                                    <month>
50
                                                        <_nullIf>
51
                                                            <null>0</null>
52
                                                            <type>float</type>
53 6403 aaronmk
                                                            <value>$MonthCollected</value>
54 5657 aaronmk
                                                        </_nullIf>
55
                                                    </month>
56
                                                    <year>
57
                                                        <_nullIf>
58
                                                            <null>0</null>
59
                                                            <type>float</type>
60 6403 aaronmk
                                                            <value>$YearCollected</value>
61 5657 aaronmk
                                                        </_nullIf>
62
                                                    </year>
63
                                                </_date>
64 6403 aaronmk
                                            </2>
65
                                        </_alt>
66
                                    </collectiondate>
67
                                    <count>$IndividualCount</count>
68
                                    <notes>$FieldNotes</notes>
69
                                    <plantobservation>
70 7190 aaronmk
                                        <authorplantcode>$CollectorNumber</authorplantcode>
71 6403 aaronmk
                                        <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 7198 aaronmk
                                            <collectionnumber>$CollectorNumber</collectionnumber>
89 6403 aaronmk
                                            <institution_id>
90 6791 aaronmk
                                                <sourcelist>
91 6403 aaronmk
                                                    <name>$InstitutionCode</name>
92 6791 aaronmk
                                                    <sourcename>
93 6795 aaronmk
                                                        <name>
94
                                                            <_split>
95
                                                                <separator>, </separator>
96
                                                                <value>$InstitutionCode</value>
97
                                                            </_split>
98
                                                        </name>
99 6791 aaronmk
                                                    </sourcename>
100
                                                </sourcelist>
101 6403 aaronmk
                                            </institution_id>
102
                                            <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
103
                                        </specimenreplicate>
104
                                    </plantobservation>
105
                                </aggregateoccurrence>
106
                                <collector_id><party><fullname>$Collector</fullname></party></collector_id>
107
                                <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
108
                                <taxondetermination>
109
                                    <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
110
                                    <taxonverbatim_id>
111
                                        <taxonverbatim>
112
                                            <taxonlabel_id>
113 5608 aaronmk
                                                <taxonlabel>
114 6403 aaronmk
                                                    <creationdate>
115
                                                        <_date>
116
                                                            <day>
117
                                                                <_nullIf>
118
                                                                    <null>0</null>
119
                                                                    <type>float</type>
120
                                                                    <value>$DayIdentified</value>
121
                                                                </_nullIf>
122
                                                            </day>
123
                                                            <month>
124
                                                                <_nullIf>
125
                                                                    <null>0</null>
126
                                                                    <type>float</type>
127
                                                                    <value>$MonthIdentified</value>
128
                                                                </_nullIf>
129
                                                            </month>
130
                                                            <year>
131
                                                                <_nullIf>
132
                                                                    <null>0</null>
133
                                                                    <type>float</type>
134
                                                                    <value>$YearIdentified</value>
135
                                                                </_nullIf>
136
                                                            </year>
137
                                                        </_date>
138
                                                    </creationdate>
139 5294 aaronmk
                                                    <parent_id>
140 5608 aaronmk
                                                        <taxonlabel>
141 5294 aaronmk
                                                            <parent_id>
142 5608 aaronmk
                                                                <taxonlabel>
143 6403 aaronmk
                                                                    <rank>cultivar</rank>
144 5294 aaronmk
                                                                    <parent_id>
145 5608 aaronmk
                                                                        <taxonlabel>
146 6403 aaronmk
                                                                            <rank>forma</rank>
147 5294 aaronmk
                                                                            <parent_id>
148 5608 aaronmk
                                                                                <taxonlabel>
149 6403 aaronmk
                                                                                    <rank>variety</rank>
150 5294 aaronmk
                                                                                    <parent_id>
151 5608 aaronmk
                                                                                        <taxonlabel>
152 6403 aaronmk
                                                                                            <rank>subspecies</rank>
153
                                                                                            <taxonepithet>$Subspecies</taxonepithet>
154 5294 aaronmk
                                                                                            <parent_id>
155 5608 aaronmk
                                                                                                <taxonlabel>
156 6403 aaronmk
                                                                                                    <rank>species</rank>
157
                                                                                                    <taxonepithet>$Species</taxonepithet>
158 5294 aaronmk
                                                                                                    <parent_id>
159 5608 aaronmk
                                                                                                        <taxonlabel>
160 6403 aaronmk
                                                                                                            <rank>genus</rank>
161
                                                                                                            <taxonepithet>$Genus</taxonepithet>
162 5294 aaronmk
                                                                                                            <parent_id>
163 5608 aaronmk
                                                                                                                <taxonlabel>
164 6403 aaronmk
                                                                                                                    <rank>family</rank>
165
                                                                                                                    <taxonepithet>$Family</taxonepithet>
166 5294 aaronmk
                                                                                                                    <parent_id>
167 5608 aaronmk
                                                                                                                        <taxonlabel>
168 6403 aaronmk
                                                                                                                            <rank>order</rank>
169
                                                                                                                            <taxonepithet>$Order</taxonepithet>
170 5306 aaronmk
                                                                                                                            <parent_id>
171 5608 aaronmk
                                                                                                                                <taxonlabel>
172 6403 aaronmk
                                                                                                                                    <rank>class</rank>
173
                                                                                                                                    <taxonepithet>$Class</taxonepithet>
174 5657 aaronmk
                                                                                                                                    <parent_id>
175
                                                                                                                                        <taxonlabel>
176 6403 aaronmk
                                                                                                                                            <rank>phylum</rank>
177
                                                                                                                                            <taxonepithet>$Phylum</taxonepithet>
178
                                                                                                                                            <parent_id>
179
                                                                                                                                                <taxonlabel>
180
                                                                                                                                                    <rank>kingdom</rank>
181
                                                                                                                                                    <taxonepithet>$Kingdom</taxonepithet>
182
                                                                                                                                                </taxonlabel>
183
                                                                                                                                            </parent_id>
184 5657 aaronmk
                                                                                                                                        </taxonlabel>
185
                                                                                                                                    </parent_id>
186 5608 aaronmk
                                                                                                                                </taxonlabel>
187 5306 aaronmk
                                                                                                                            </parent_id>
188 5608 aaronmk
                                                                                                                        </taxonlabel>
189 5294 aaronmk
                                                                                                                    </parent_id>
190 5608 aaronmk
                                                                                                                </taxonlabel>
191 5294 aaronmk
                                                                                                            </parent_id>
192 5608 aaronmk
                                                                                                        </taxonlabel>
193 5294 aaronmk
                                                                                                    </parent_id>
194 5608 aaronmk
                                                                                                </taxonlabel>
195 5294 aaronmk
                                                                                            </parent_id>
196 5608 aaronmk
                                                                                        </taxonlabel>
197 5294 aaronmk
                                                                                    </parent_id>
198 5608 aaronmk
                                                                                </taxonlabel>
199 5294 aaronmk
                                                                            </parent_id>
200 5608 aaronmk
                                                                        </taxonlabel>
201 5294 aaronmk
                                                                    </parent_id>
202 5608 aaronmk
                                                                </taxonlabel>
203 5294 aaronmk
                                                            </parent_id>
204 5608 aaronmk
                                                        </taxonlabel>
205 5294 aaronmk
                                                    </parent_id>
206 6403 aaronmk
                                                    <taxonomicname>
207 7142 aaronmk
                                                        <_merge_prefix>
208
                                                            <prefix><_taxon_family_require_std><family>$Family</family></_taxon_family_require_std></prefix>
209
                                                            <value>
210 5788 aaronmk
                                                                <_alt>
211 6403 aaronmk
                                                                    <1>$ScientificNameAuthor</1>
212 5788 aaronmk
                                                                    <2>
213 6403 aaronmk
                                                                        <_alt>
214
                                                                            <1>$ScientificName</1>
215
                                                                            <2>
216
                                                                                <_join_words>
217
                                                                                    <2>$Genus</2>
218
                                                                                    <3>$Species</3>
219
                                                                                    <4>$Subspecies</4>
220
                                                                                </_join_words>
221
                                                                            </2>
222
                                                                        </_alt>
223 5788 aaronmk
                                                                    </2>
224
                                                                </_alt>
225 7142 aaronmk
                                                            </value>
226
                                                        </_merge_prefix>
227 6403 aaronmk
                                                    </taxonomicname>
228
                                                </taxonlabel>
229
                                            </taxonlabel_id>
230
                                            <family>$Family</family>
231
                                            <genus>$Genus</genus>
232
                                            <specific_epithet>$Species</specific_epithet>
233
                                            <taxonname>$ScientificName</taxonname>
234
                                            <taxonomicname>$ScientificNameAuthor</taxonomicname>
235
                                        </taxonverbatim>
236
                                    </taxonverbatim_id>
237
                                    <determinationdate>
238
                                        <_date>
239
                                            <day>
240
                                                <_nullIf>
241
                                                    <null>0</null>
242
                                                    <type>float</type>
243
                                                    <value>$DayIdentified</value>
244
                                                </_nullIf>
245
                                            </day>
246
                                            <month>
247
                                                <_nullIf>
248
                                                    <null>0</null>
249
                                                    <type>float</type>
250
                                                    <value>$MonthIdentified</value>
251
                                                </_nullIf>
252
                                            </month>
253
                                            <year>
254
                                                <_nullIf>
255
                                                    <null>0</null>
256
                                                    <type>float</type>
257
                                                    <value>$YearIdentified</value>
258
                                                </_nullIf>
259
                                            </year>
260
                                        </_date>
261
                                    </determinationdate>
262
                                    <notes>$Remarks</notes>
263
                                    <taxonfit>$IdentificationModifier</taxonfit>
264
                                </taxondetermination>
265
                            </taxonoccurrence>
266
                            <waterdepth_m>
267
                                <_avg>
268
                                    <max>$MaximumDepthInMeters</max>
269
                                    <min>$MinimumDepthInMeters</min>
270
                                </_avg>
271
                            </waterdepth_m>
272
                        </locationevent>
273
                        <locationnarrative>$Locality</locationnarrative>
274
                        <locationplace>
275
                            <place_id>
276 5958 aaronmk
                                <place>
277
                                    <coordinates_id>
278
                                        <coordinates>
279 6403 aaronmk
                                            <coordsaccuracy_m><_noCV><value>$CoordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_m>
280
                                            <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
281 5969 aaronmk
                                            <latitude_deg>
282
                                                <_nullIf>
283
                                                    <null>0</null>
284
                                                    <type>float</type>
285
                                                    <value>$DecimalLatitude</value>
286
                                                </_nullIf>
287
                                            </latitude_deg>
288
                                            <longitude_deg>
289
                                                <_nullIf>
290
                                                    <null>0</null>
291
                                                    <type>float</type>
292
                                                    <value>$DecimalLongitude</value>
293
                                                </_nullIf>
294
                                            </longitude_deg>
295 5958 aaronmk
                                        </coordinates>
296
                                    </coordinates_id>
297 6403 aaronmk
                                    <continent>$ContinentOcean</continent>
298 5958 aaronmk
                                    <country>$Country</country>
299 6294 aaronmk
                                    <county>$County</county>
300 6403 aaronmk
                                    <matched_place_id>
301
                                        <place>
302
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
303
                                            <coordinates_id>
304
                                                <coordinates>
305
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
306
                                                    <latitude_deg>
307
                                                        <_nullIf>
308
                                                            <null>0</null>
309
                                                            <type>float</type>
310
                                                            <value>$DecimalLatitude</value>
311
                                                        </_nullIf>
312
                                                    </latitude_deg>
313
                                                    <longitude_deg>
314
                                                        <_nullIf>
315
                                                            <null>0</null>
316
                                                            <type>float</type>
317
                                                            <value>$DecimalLongitude</value>
318
                                                        </_nullIf>
319
                                                    </longitude_deg>
320
                                                </coordinates>
321
                                            </coordinates_id>
322
                                            <country>$Country</country>
323
                                            <county>$County</county>
324
                                            <stateprovince>$StateProvince</stateprovince>
325
                                        </place>
326
                                    </matched_place_id>
327 5958 aaronmk
                                    <stateprovince>$StateProvince</stateprovince>
328
                                </place>
329 6403 aaronmk
                            </place_id>
330
                        </locationplace>
331
                    </location>
332
                </path>
333
            </_simplifyPath>
334 4621 aaronmk
        </path>
335 6403 aaronmk
    </_setDefault>
336 3641 aaronmk
</VegBIEN>
337 7162 aaronmk
Inserted 42 new rows into database