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
                        </specimenreplicate>
197
                    </plantobservation>
198
                </aggregateoccurrence>
199 3786 aaronmk
                <taxondetermination>
200
                    <role>identifier</role>
201
                    <determinationdate>
202
                        <_date>
203
                            <date>
204
                                <_dateRangeStart>
205
                                    <value>
206
                                        <_alt>
207
                                            <1>
208
                                                <_date>
209
                                                    <day>
210
                                                        <_nullIf>
211
                                                            <null>0</null>
212
                                                            <type>float</type>
213
                                                            <value>$DayIdentified</value>
214
                                                        </_nullIf>
215
                                                    </day>
216
                                                    <month>
217
                                                        <_nullIf>
218
                                                            <null>0</null>
219
                                                            <type>float</type>
220
                                                            <value>$MonthIdentified</value>
221
                                                        </_nullIf>
222
                                                    </month>
223
                                                    <year>
224
                                                        <_nullIf>
225
                                                            <null>0</null>
226
                                                            <type>float</type>
227
                                                            <value>$YearIdentified</value>
228
                                                        </_nullIf>
229
                                                    </year>
230
                                                </_date>
231
                                            </1>
232
                                        </_alt>
233
                                    </value>
234
                                </_dateRangeStart>
235
                            </date>
236
                        </_date>
237
                    </determinationdate>
238
                    <iscurrent>true</iscurrent>
239
                    <party_id>
240
                        <party>
241
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
242
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
243
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
244
                        </party>
245
                    </party_id>
246
                    <isoriginal>true</isoriginal>
247
                    <plantconcept_id>
248
                        <plantconcept>
249
                            <plantname_id>
250
                                <_simplifyPath>
251
                                    <next>parent_id/plantname</next>
252
                                    <require>plantname</require>
253
                                    <path>
254 3641 aaronmk
                                        <plantname>
255 3786 aaronmk
                                            <rank>binomial</rank>
256
                                            <plantname>$ScientificName</plantname>
257 3641 aaronmk
                                            <parent_id>
258
                                                <plantname>
259 3786 aaronmk
                                                    <rank>authority</rank>
260
                                                    <plantname>$ScientificNameAuthor</plantname>
261 3641 aaronmk
                                                    <parent_id>
262
                                                        <plantname>
263 3786 aaronmk
                                                            <rank>subspecies</rank>
264
                                                            <plantname>$Subspecies</plantname>
265 3641 aaronmk
                                                            <parent_id>
266
                                                                <plantname>
267 3786 aaronmk
                                                                    <rank>species</rank>
268
                                                                    <plantname>$Species</plantname>
269 3641 aaronmk
                                                                    <parent_id>
270
                                                                        <plantname>
271 3786 aaronmk
                                                                            <rank>genus</rank>
272
                                                                            <plantname>$Genus</plantname>
273 3641 aaronmk
                                                                            <parent_id>
274
                                                                                <plantname>
275 3786 aaronmk
                                                                                    <rank>family</rank>
276
                                                                                    <plantname>$Family</plantname>
277 3641 aaronmk
                                                                                    <parent_id>
278
                                                                                        <plantname>
279 3786 aaronmk
                                                                                            <rank>order</rank>
280
                                                                                            <plantname>$Order</plantname>
281 3641 aaronmk
                                                                                            <parent_id>
282
                                                                                                <plantname>
283 3786 aaronmk
                                                                                                    <rank>class</rank>
284
                                                                                                    <plantname>$Class</plantname>
285 3641 aaronmk
                                                                                                    <parent_id>
286
                                                                                                        <plantname>
287 3786 aaronmk
                                                                                                            <rank>subkingdom</rank>
288
                                                                                                            <plantname>$Phylum</plantname>
289
                                                                                                            <parent_id>
290
                                                                                                                <plantname>
291
                                                                                                                    <rank>kingdom</rank>
292
                                                                                                                    <plantname>$Kingdom</plantname>
293
                                                                                                                </plantname>
294
                                                                                                            </parent_id>
295 3641 aaronmk
                                                                                                        </plantname>
296
                                                                                                    </parent_id>
297
                                                                                                </plantname>
298
                                                                                            </parent_id>
299
                                                                                        </plantname>
300
                                                                                    </parent_id>
301
                                                                                </plantname>
302
                                                                            </parent_id>
303
                                                                        </plantname>
304
                                                                    </parent_id>
305
                                                                </plantname>
306
                                                            </parent_id>
307
                                                        </plantname>
308
                                                    </parent_id>
309
                                                </plantname>
310
                                            </parent_id>
311
                                        </plantname>
312 3786 aaronmk
                                    </path>
313
                                </_simplifyPath>
314
                            </plantname_id>
315
                        </plantconcept>
316
                    </plantconcept_id>
317
                </taxondetermination>
318 3934 aaronmk
                <verbatimcollectorname>$Collector</verbatimcollectorname>
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