Project

General

Profile

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