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>$MaximumElevation</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>$MinimumElevation</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>$MinimumElevation</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>$MaximumElevation</1>
64
                                <2>
65
                                    <_rangeEnd>
66
                                        <value>
67
                                            <_replace>
68
                                                <\bca\.?></\bca\.?>
69
                                                <value>$MinimumElevation</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><2>$CoordinatePrecision</2></_alt></value></_noCV></coordsaccuracy>
82
            <latitude>
83
                <_alt>
84
                    <1>
85
                        <_nullIf>
86
                            <null>0</null>
87
                            <type>float</type>
88
                            <value>$Latitude</value>
89
                        </_nullIf>
90
                    </1>
91
                </_alt>
92
            </latitude>
93
            <longitude>
94
                <_alt>
95
                    <1>
96
                        <_nullIf>
97
                            <null>0</null>
98
                            <type>float</type>
99
                            <value>$Longitude</value>
100
                        </_nullIf>
101
                    </1>
102
                </_alt>
103
            </longitude>
104
            <namedplace_id>
105
                <_simplifyPath>
106
                    <next>parent_id/namedplace</next>
107
                    <require>placename</require>
108
                    <path>
109
                        <namedplace>
110
                            <rank>county</rank>
111
                            <placename>$County</placename>
112
                            <parent_id>
113
                                <namedplace>
114
                                    <rank>stateProvince</rank>
115
                                    <placename>$StateProvince</placename>
116
                                    <parent_id>
117
                                        <namedplace>
118
                                            <rank>country</rank>
119
                                            <placename>$Country</placename>
120
                                            <parent_id>
121
                                                <namedplace>
122
                                                    <rank>continent</rank>
123
                                                    <placename>$ContinentOcean</placename>
124
                                                </namedplace>
125
                                            </parent_id>
126
                                        </namedplace>
127
                                    </parent_id>
128
                                </namedplace>
129
                            </parent_id>
130
                        </namedplace>
131
                    </path>
132
                </_simplifyPath>
133
            </namedplace_id>
134
        </locationdetermination>
135
        <locationevent>
136 3915 aaronmk
            <taxonoccurrence>
137
                <aggregateoccurrence>
138
                    <collectiondate>
139
                        <_date>
140
                            <date>
141 3919 aaronmk
                                <_dateRangeStart>
142
                                    <value>
143
                                        <_alt>
144
                                            <1>
145
                                                <_date>
146
                                                    <day>
147
                                                        <_nullIf>
148
                                                            <null>0</null>
149
                                                            <type>float</type>
150
                                                            <value>$DayCollected</value>
151
                                                        </_nullIf>
152
                                                    </day>
153
                                                    <month>
154
                                                        <_nullIf>
155
                                                            <null>0</null>
156
                                                            <type>float</type>
157
                                                            <value>$MonthCollected</value>
158
                                                        </_nullIf>
159
                                                    </month>
160
                                                    <year>
161
                                                        <_nullIf>
162
                                                            <null>0</null>
163
                                                            <type>float</type>
164
                                                            <value>$YearCollected</value>
165
                                                        </_nullIf>
166
                                                    </year>
167
                                                </_date>
168
                                            </1>
169
                                        </_alt>
170
                                    </value>
171
                                </_dateRangeStart>
172 3915 aaronmk
                            </date>
173
                        </_date>
174
                    </collectiondate>
175 3912 aaronmk
                    <notes>$Notes</notes>
176 3907 aaronmk
                    <plantobservation>
177 3914 aaronmk
                        <definedvalue fkey="tablerecord_id">
178
                            <userdefined_id>
179
                                <userdefined>
180
                                    <tablename>plantobservation</tablename>
181
                                    <userdefinedname>sex</userdefinedname>
182
                                </userdefined>
183
                            </userdefined_id>
184
                            <definedvalue>$Sex</definedvalue>
185
                        </definedvalue>
186 3907 aaronmk
                        <specimenreplicate>
187
                            <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
188
                            <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
189
                            <collectionnumber>
190
                                <_alt>
191
                                    <1><_alt><1>$CollectorNumber</1></_alt></1>
192
                                    <3>$FieldNumber</3>
193
                                </_alt>
194
                            </collectionnumber>
195
                            <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
196
                            <verbatimcollectorname>$Collector</verbatimcollectorname>
197
                        </specimenreplicate>
198
                    </plantobservation>
199
                </aggregateoccurrence>
200 3786 aaronmk
                <taxondetermination>
201
                    <role>identifier</role>
202
                    <determinationdate>
203
                        <_date>
204
                            <date>
205
                                <_dateRangeStart>
206
                                    <value>
207
                                        <_alt>
208
                                            <1>
209
                                                <_date>
210
                                                    <day>
211
                                                        <_nullIf>
212
                                                            <null>0</null>
213
                                                            <type>float</type>
214
                                                            <value>$DayIdentified</value>
215
                                                        </_nullIf>
216
                                                    </day>
217
                                                    <month>
218
                                                        <_nullIf>
219
                                                            <null>0</null>
220
                                                            <type>float</type>
221
                                                            <value>$MonthIdentified</value>
222
                                                        </_nullIf>
223
                                                    </month>
224
                                                    <year>
225
                                                        <_nullIf>
226
                                                            <null>0</null>
227
                                                            <type>float</type>
228
                                                            <value>$YearIdentified</value>
229
                                                        </_nullIf>
230
                                                    </year>
231
                                                </_date>
232
                                            </1>
233
                                        </_alt>
234
                                    </value>
235
                                </_dateRangeStart>
236
                            </date>
237
                        </_date>
238
                    </determinationdate>
239
                    <iscurrent>true</iscurrent>
240
                    <party_id>
241
                        <party>
242
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
243
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
244
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
245
                        </party>
246
                    </party_id>
247
                    <isoriginal>true</isoriginal>
248
                    <plantconcept_id>
249
                        <plantconcept>
250
                            <plantname_id>
251
                                <_simplifyPath>
252
                                    <next>parent_id/plantname</next>
253
                                    <require>plantname</require>
254
                                    <path>
255 3641 aaronmk
                                        <plantname>
256 3786 aaronmk
                                            <rank>binomial</rank>
257
                                            <plantname>$ScientificName</plantname>
258 3641 aaronmk
                                            <parent_id>
259
                                                <plantname>
260 3786 aaronmk
                                                    <rank>authority</rank>
261
                                                    <plantname>$ScientificNameAuthor</plantname>
262 3641 aaronmk
                                                    <parent_id>
263
                                                        <plantname>
264 3786 aaronmk
                                                            <rank>subspecies</rank>
265
                                                            <plantname>$Subspecies</plantname>
266 3641 aaronmk
                                                            <parent_id>
267
                                                                <plantname>
268 3786 aaronmk
                                                                    <rank>species</rank>
269
                                                                    <plantname>$Species</plantname>
270 3641 aaronmk
                                                                    <parent_id>
271
                                                                        <plantname>
272 3786 aaronmk
                                                                            <rank>genus</rank>
273
                                                                            <plantname>$Genus</plantname>
274 3641 aaronmk
                                                                            <parent_id>
275
                                                                                <plantname>
276 3786 aaronmk
                                                                                    <rank>family</rank>
277
                                                                                    <plantname>$Family</plantname>
278 3641 aaronmk
                                                                                    <parent_id>
279
                                                                                        <plantname>
280 3786 aaronmk
                                                                                            <rank>order</rank>
281
                                                                                            <plantname>$Order</plantname>
282 3641 aaronmk
                                                                                            <parent_id>
283
                                                                                                <plantname>
284 3786 aaronmk
                                                                                                    <rank>class</rank>
285
                                                                                                    <plantname>$Class</plantname>
286 3641 aaronmk
                                                                                                    <parent_id>
287
                                                                                                        <plantname>
288 3786 aaronmk
                                                                                                            <rank>subkingdom</rank>
289
                                                                                                            <plantname>$Phylum</plantname>
290
                                                                                                            <parent_id>
291
                                                                                                                <plantname>
292
                                                                                                                    <rank>kingdom</rank>
293
                                                                                                                    <plantname>$Kingdom</plantname>
294
                                                                                                                </plantname>
295
                                                                                                            </parent_id>
296 3641 aaronmk
                                                                                                        </plantname>
297
                                                                                                    </parent_id>
298
                                                                                                </plantname>
299
                                                                                            </parent_id>
300
                                                                                        </plantname>
301
                                                                                    </parent_id>
302
                                                                                </plantname>
303
                                                                            </parent_id>
304
                                                                        </plantname>
305
                                                                    </parent_id>
306
                                                                </plantname>
307
                                                            </parent_id>
308
                                                        </plantname>
309
                                                    </parent_id>
310
                                                </plantname>
311
                                            </parent_id>
312
                                        </plantname>
313 3786 aaronmk
                                    </path>
314
                                </_simplifyPath>
315
                            </plantname_id>
316
                        </plantconcept>
317
                    </plantconcept_id>
318
                </taxondetermination>
319 3907 aaronmk
            </taxonoccurrence>
320 3786 aaronmk
            <waterdepth>
321
                <_avg>
322
                    <max>
323
                        <_units>
324
                            <default>m</default>
325
                            <to>m</to>
326
                            <to></to>
327
                            <value>$MaximumDepth</value>
328
                        </_units>
329
                    </max>
330
                    <min>
331
                        <_units>
332
                            <default>m</default>
333
                            <to>m</to>
334
                            <to></to>
335
                            <value>$MinimumDepth</value>
336
                        </_units>
337
                    </min>
338
                </_avg>
339
            </waterdepth>
340
        </locationevent>
341
        <locationnarrative><_merge><1>$Locality</1></_merge></locationnarrative>
342
        <sourceaccessioncode>
343
            <_alt>
344
                <2>
345
                    <_merge>
346
                        <1>$InstitutionCode</1>
347
                        <2>$CollectionCode</2>
348
                        <3>$CatalogNumber</3>
349
                    </_merge>
350
                </2>
351
            </_alt>
352
        </sourceaccessioncode>
353
    </location>
354 3641 aaronmk
</VegBIEN>
355 3907 aaronmk
Inserted 47 new rows into database