Project

General

Profile

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