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