Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 3786 aaronmk
    <location id="-1">
4
        <elevation>
5
            <_alt>
6
                <2>
7 3780 aaronmk
                    <_avg>
8
                        <max>
9
                            <_units>
10
                                <default>m</default>
11
                                <to>m</to>
12
                                <to></to>
13 3786 aaronmk
                                <value>$MaximumElevationInMeters</value>
14 3780 aaronmk
                            </_units>
15
                        </max>
16
                        <min>
17
                            <_units>
18
                                <default>m</default>
19
                                <to>m</to>
20
                                <to></to>
21 3786 aaronmk
                                <value>
22
                                    <_rangeStart>
23
                                        <value>
24
                                            <_replace>
25
                                                <\bca\.?></\bca\.?>
26
                                                <value>$MinimumElevationInMeters</value>
27
                                            </_replace>
28
                                        </value>
29
                                    </_rangeStart>
30
                                </value>
31 3780 aaronmk
                            </_units>
32
                        </min>
33
                    </_avg>
34 3786 aaronmk
                </2>
35 3641 aaronmk
            </_alt>
36 3786 aaronmk
        </elevation>
37
        <elevationrange>
38
            <_range>
39
                <from>
40
                    <_units>
41
                        <default>m</default>
42
                        <to>m</to>
43
                        <to></to>
44
                        <value>
45
                            <_rangeStart>
46
                                <value>
47
                                    <_replace>
48
                                        <\bca\.?></\bca\.?>
49
                                        <value>$MinimumElevationInMeters</value>
50
                                    </_replace>
51
                                </value>
52
                            </_rangeStart>
53
                        </value>
54
                    </_units>
55
                </from>
56
                <to>
57
                    <_units>
58
                        <default>m</default>
59
                        <to>m</to>
60
                        <to></to>
61
                        <value>
62
                            <_alt>
63
                                <1>$MaximumElevationInMeters</1>
64
                                <2>
65
                                    <_rangeEnd>
66
                                        <value>
67
                                            <_replace>
68
                                                <\bca\.?></\bca\.?>
69
                                                <value>$MinimumElevationInMeters</value>
70
                                            </_replace>
71
                                        </value>
72
                                    </_rangeEnd>
73
                                </2>
74
                            </_alt>
75
                        </value>
76
                    </_units>
77
                </to>
78
            </_range>
79
        </elevationrange>
80
        <locationdetermination>
81
            <coordsaccuracy><_noCV><value><_alt><1>$CoordinateUncertaintyInMeters</1></_alt></value></_noCV></coordsaccuracy>
82
            <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
83
            <latitude>
84
                <_alt>
85
                    <1>
86
                        <_nullIf>
87
                            <null>0</null>
88
                            <type>float</type>
89
                            <value>
90
                                <_alt>
91
                                    <0>$DecimalLatitude</0>
92
                                    <1>$VerbatimLatitude</1>
93
                                </_alt>
94
                            </value>
95
                        </_nullIf>
96
                    </1>
97
                </_alt>
98
            </latitude>
99
            <longitude>
100
                <_alt>
101
                    <1>
102
                        <_nullIf>
103
                            <null>0</null>
104
                            <type>float</type>
105
                            <value>
106
                                <_alt>
107
                                    <0>$DecimalLongitude</0>
108
                                    <1>$VerbatimLongitude</1>
109
                                </_alt>
110
                            </value>
111
                        </_nullIf>
112
                    </1>
113
                </_alt>
114
            </longitude>
115
            <namedplace_id>
116
                <_simplifyPath>
117
                    <next>parent_id/namedplace</next>
118
                    <require>placename</require>
119
                    <path>
120
                        <namedplace>
121
                            <rank>county</rank>
122
                            <placename>$County</placename>
123
                            <parent_id>
124
                                <namedplace>
125
                                    <rank>stateProvince</rank>
126
                                    <placename>$StateProvince</placename>
127
                                    <parent_id>
128
                                        <namedplace>
129
                                            <rank>country</rank>
130
                                            <placename>$Country</placename>
131
                                            <parent_id>
132
                                                <namedplace>
133
                                                    <rank>continent</rank>
134
                                                    <placename>$ContinentOcean</placename>
135
                                                </namedplace>
136
                                            </parent_id>
137
                                        </namedplace>
138
                                    </parent_id>
139
                                </namedplace>
140
                            </parent_id>
141
                        </namedplace>
142
                    </path>
143
                </_simplifyPath>
144
            </namedplace_id>
145
        </locationdetermination>
146
        <locationevent>
147 3915 aaronmk
            <taxonoccurrence>
148
                <aggregateoccurrence>
149
                    <collectiondate>
150
                        <_date>
151
                            <date>
152 3919 aaronmk
                                <_dateRangeStart>
153
                                    <value>
154
                                        <_alt>
155
                                            <0>$VerbatimCollectingDate</0>
156
                                            <1>
157
                                                <_date>
158
                                                    <day>
159
                                                        <_nullIf>
160
                                                            <null>0</null>
161
                                                            <type>float</type>
162
                                                            <value>$DayCollected</value>
163
                                                        </_nullIf>
164
                                                    </day>
165
                                                    <month>
166
                                                        <_nullIf>
167
                                                            <null>0</null>
168
                                                            <type>float</type>
169
                                                            <value>$MonthCollected</value>
170
                                                        </_nullIf>
171
                                                    </month>
172
                                                    <year>
173
                                                        <_nullIf>
174
                                                            <null>0</null>
175
                                                            <type>float</type>
176
                                                            <value>$YearCollected</value>
177
                                                        </_nullIf>
178
                                                    </year>
179
                                                </_date>
180
                                            </1>
181
                                        </_alt>
182
                                    </value>
183
                                </_dateRangeStart>
184 3915 aaronmk
                            </date>
185
                        </_date>
186
                    </collectiondate>
187 3912 aaronmk
                    <notes>$FieldNotes</notes>
188 3907 aaronmk
                    <plantobservation>
189 3914 aaronmk
                        <definedvalue fkey="tablerecord_id">
190
                            <userdefined_id>
191
                                <userdefined>
192
                                    <tablename>plantobservation</tablename>
193
                                    <userdefinedname>sex</userdefinedname>
194
                                </userdefined>
195
                            </userdefined_id>
196
                            <definedvalue>$Sex</definedvalue>
197
                        </definedvalue>
198 3907 aaronmk
                        <specimenreplicate>
199 3946 aaronmk
                            <_if name="if indirect voucher"><else><catalognumber_dwc>$CatalogNumberNumeric</catalognumber_dwc></else></_if>
200 3962 aaronmk
                            <collectioncode_dwc><_alt><1>$CollectionCode</1></_alt></collectioncode_dwc>
201 3907 aaronmk
                            <collectionnumber>
202
                                <_alt>
203 3973 aaronmk
                                    <1>$CollectorNumber</1>
204
                                    <2>$FieldNumber</2>
205 3907 aaronmk
                                </_alt>
206
                            </collectionnumber>
207
                            <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
208
                            <sourceaccessioncode>$GlobalUniqueIdentifier</sourceaccessioncode>
209
                        </specimenreplicate>
210
                    </plantobservation>
211
                </aggregateoccurrence>
212 3786 aaronmk
                <taxondetermination>
213
                    <role>identifier</role>
214
                    <determinationdate>
215
                        <_date>
216
                            <date>
217
                                <_dateRangeStart>
218
                                    <value>
219 3641 aaronmk
                                        <_alt>
220 3786 aaronmk
                                            <1>
221
                                                <_date>
222
                                                    <day>
223
                                                        <_nullIf>
224
                                                            <null>0</null>
225
                                                            <type>float</type>
226
                                                            <value>$DayIdentified</value>
227
                                                        </_nullIf>
228
                                                    </day>
229
                                                    <month>
230
                                                        <_nullIf>
231
                                                            <null>0</null>
232
                                                            <type>float</type>
233
                                                            <value>$MonthIdentified</value>
234
                                                        </_nullIf>
235
                                                    </month>
236
                                                    <year>
237
                                                        <_nullIf>
238
                                                            <null>0</null>
239
                                                            <type>float</type>
240
                                                            <value>$YearIdentified</value>
241
                                                        </_nullIf>
242
                                                    </year>
243
                                                </_date>
244
                                            </1>
245 3641 aaronmk
                                        </_alt>
246 3786 aaronmk
                                    </value>
247
                                </_dateRangeStart>
248
                            </date>
249
                        </_date>
250
                    </determinationdate>
251 3916 aaronmk
                    <notes>$Remarks</notes>
252 3975 aaronmk
                    <taxonfit>$IdentificationModifier</taxonfit>
253 3786 aaronmk
                    <iscurrent>true</iscurrent>
254
                    <party_id>
255
                        <party>
256
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
257
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
258
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
259
                        </party>
260
                    </party_id>
261
                    <isoriginal>true</isoriginal>
262
                    <plantconcept_id>
263
                        <plantconcept>
264
                            <plantname_id>
265
                                <_simplifyPath>
266
                                    <next>parent_id/plantname</next>
267
                                    <require>plantname</require>
268
                                    <path>
269 3641 aaronmk
                                        <plantname>
270 3786 aaronmk
                                            <rank>binomial</rank>
271
                                            <plantname>
272
                                                <_alt>
273
                                                    <1>$ScientificNameAuthor</1>
274
                                                    <2>$ScientificName</2>
275
                                                </_alt>
276
                                            </plantname>
277 3641 aaronmk
                                            <parent_id>
278
                                                <plantname>
279 3786 aaronmk
                                                    <rank>authority</rank>
280 3641 aaronmk
                                                    <parent_id>
281
                                                        <plantname>
282 3786 aaronmk
                                                            <rank>subspecies</rank>
283
                                                            <plantname>$Subspecies</plantname>
284 3641 aaronmk
                                                            <parent_id>
285
                                                                <plantname>
286 3786 aaronmk
                                                                    <rank>species</rank>
287
                                                                    <plantname>$Species</plantname>
288 3641 aaronmk
                                                                    <parent_id>
289
                                                                        <plantname>
290 3786 aaronmk
                                                                            <rank>genus</rank>
291
                                                                            <plantname>$Genus</plantname>
292 3641 aaronmk
                                                                            <parent_id>
293
                                                                                <plantname>
294 3786 aaronmk
                                                                                    <rank>family</rank>
295
                                                                                    <plantname>$Family</plantname>
296 3641 aaronmk
                                                                                    <parent_id>
297
                                                                                        <plantname>
298 3786 aaronmk
                                                                                            <rank>order</rank>
299
                                                                                            <plantname>$Order</plantname>
300 3641 aaronmk
                                                                                            <parent_id>
301
                                                                                                <plantname>
302 3786 aaronmk
                                                                                                    <rank>class</rank>
303
                                                                                                    <plantname>$Class</plantname>
304 3641 aaronmk
                                                                                                    <parent_id>
305
                                                                                                        <plantname>
306 3786 aaronmk
                                                                                                            <rank>subkingdom</rank>
307
                                                                                                            <plantname>$Phylum</plantname>
308
                                                                                                            <parent_id>
309
                                                                                                                <plantname>
310
                                                                                                                    <rank>kingdom</rank>
311
                                                                                                                    <plantname>$Kingdom</plantname>
312
                                                                                                                </plantname>
313
                                                                                                            </parent_id>
314 3641 aaronmk
                                                                                                        </plantname>
315
                                                                                                    </parent_id>
316
                                                                                                </plantname>
317
                                                                                            </parent_id>
318
                                                                                        </plantname>
319
                                                                                    </parent_id>
320
                                                                                </plantname>
321
                                                                            </parent_id>
322
                                                                        </plantname>
323
                                                                    </parent_id>
324
                                                                </plantname>
325
                                                            </parent_id>
326
                                                        </plantname>
327
                                                    </parent_id>
328
                                                </plantname>
329
                                            </parent_id>
330
                                        </plantname>
331 3786 aaronmk
                                    </path>
332
                                </_simplifyPath>
333
                            </plantname_id>
334
                        </plantconcept>
335
                    </plantconcept_id>
336
                </taxondetermination>
337 3934 aaronmk
                <verbatimcollectorname>$Collector</verbatimcollectorname>
338 3907 aaronmk
            </taxonoccurrence>
339 3786 aaronmk
            <waterdepth>
340
                <_avg>
341
                    <max>
342
                        <_units>
343
                            <default>m</default>
344
                            <to>m</to>
345
                            <to></to>
346
                            <value>$MaximumDepthInMeters</value>
347
                        </_units>
348
                    </max>
349
                    <min>
350
                        <_units>
351
                            <default>m</default>
352
                            <to>m</to>
353
                            <to></to>
354
                            <value>$MinimumDepthInMeters</value>
355
                        </_units>
356
                    </min>
357
                </_avg>
358
            </waterdepth>
359
        </locationevent>
360
        <locationnarrative><_merge><1>$Locality</1></_merge></locationnarrative>
361
        <sourceaccessioncode>
362
            <_alt>
363
                <1>$GlobalUniqueIdentifier</1>
364
                <2>
365
                    <_merge>
366
                        <1>$InstitutionCode</1>
367
                        <2>$CollectionCode</2>
368
                        <3>$CatalogNumberNumeric</3>
369
                    </_merge>
370
                </2>
371
            </_alt>
372
        </sourceaccessioncode>
373
    </location>
374 3641 aaronmk
</VegBIEN>
375 3907 aaronmk
Inserted 38 new rows into database