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
                    <1>
101
                        <_nullIf>
102
                            <null>0</null>
103
                            <type>float</type>
104
                            <value>$latitude</value>
105
                        </_nullIf>
106
                    </1>
107
                </_alt>
108
            </latitude>
109
            <longitude>
110
                <_alt>
111
                    <1>
112
                        <_nullIf>
113
                            <null>0</null>
114
                            <type>float</type>
115
                            <value>$longitude</value>
116
                        </_nullIf>
117
                    </1>
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
            <taxonoccurrence>
153
                <aggregateoccurrence>
154
                    <collectiondate>
155
                        <_date>
156
                            <date>
157
                                <_dateRangeStart>
158
                                    <value>
159
                                        <_alt>
160
                                            <1>
161
                                                <_date>
162
                                                    <day>
163
                                                        <_nullIf>
164
                                                            <null>0</null>
165
                                                            <type>float</type>
166
                                                            <value>$DayCollected</value>
167
                                                        </_nullIf>
168
                                                    </day>
169
                                                    <month>
170
                                                        <_nullIf>
171
                                                            <null>0</null>
172
                                                            <type>float</type>
173
                                                            <value>$MonthCollected</value>
174
                                                        </_nullIf>
175
                                                    </month>
176
                                                    <year>
177
                                                        <_nullIf>
178
                                                            <null>0</null>
179
                                                            <type>float</type>
180
                                                            <value>$YearCollected</value>
181
                                                        </_nullIf>
182
                                                    </year>
183
                                                </_date>
184
                                            </1>
185
                                        </_alt>
186
                                    </value>
187
                                </_dateRangeStart>
188
                            </date>
189
                        </_date>
190
                    </collectiondate>
191
                    <count>$IndividualCount</count>
192
                    <notes>$convertednotes</notes>
193
                    <plantobservation>
194
                        <authorplantcode><_alt><1>$CollectorNumber</1></_alt></authorplantcode>
195
                        <specimenreplicate>
196
                            <_if name="if indirect voucher"><else><catalognumber_dwc>$CatalogNumber</catalognumber_dwc></else></_if>
197
                            <collectioncode_dwc><_alt><1>$CollectionCode</1></_alt></collectioncode_dwc>
198
                            <collectionnumber><_alt><1>$CollectorNumber</1></_alt></collectionnumber>
199
                            <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
200
                        </specimenreplicate>
201
                    </plantobservation>
202
                </aggregateoccurrence>
203
                <sourceaccessioncode><_alt><2><_alt><1>$CollectorNumber</1></_alt></2></_alt></sourceaccessioncode>
204
                <taxondetermination>
205
                    <isoriginal>true</isoriginal>
206
                    <role>identifier</role>
207
                    <party_id>
208
                        <party>
209
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
210
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
211
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
212
                        </party>
213
                    </party_id>
214
                    <plantconcept_id>
215
                        <plantconcept>
216
                            <plantname_id>
217
                                <_simplifyPath>
218
                                    <next>parent_id/plantname</next>
219
                                    <require>plantname</require>
220
                                    <path>
221
                                        <plantname>
222
                                            <rank>binomial</rank>
223
                                            <plantname>$ScientificName</plantname>
224
                                            <parent_id>
225
                                                <plantname>
226
                                                    <rank>authority</rank>
227
                                                    <plantname>$ScientificNameAuthor</plantname>
228
                                                    <parent_id>
229
                                                        <plantname>
230
                                                            <rank>subspecies</rank>
231
                                                            <plantname>$Subspecies</plantname>
232
                                                            <parent_id>
233
                                                                <plantname>
234
                                                                    <rank>species</rank>
235
                                                                    <plantname>$species</plantname>
236
                                                                    <parent_id>
237
                                                                        <plantname>
238
                                                                            <rank>genus</rank>
239
                                                                            <plantname>$genus</plantname>
240
                                                                            <parent_id>
241
                                                                                <plantname>
242
                                                                                    <rank>family</rank>
243
                                                                                    <plantname>$family</plantname>
244
                                                                                    <parent_id>
245
                                                                                        <plantname>
246
                                                                                            <rank>order</rank>
247
                                                                                            <parent_id>
248
                                                                                                <plantname>
249
                                                                                                    <rank>class</rank>
250
                                                                                                    <parent_id>
251
                                                                                                        <plantname>
252
                                                                                                            <rank>subkingdom</rank>
253
                                                                                                            <parent_id>
254
                                                                                                                <plantname>
255
                                                                                                                    <rank>kingdom</rank>
256
                                                                                                                    <plantname>$Kingdom</plantname>
257
                                                                                                                </plantname>
258
                                                                                                            </parent_id>
259
                                                                                                        </plantname>
260
                                                                                                    </parent_id>
261
                                                                                                </plantname>
262
                                                                                            </parent_id>
263
                                                                                        </plantname>
264
                                                                                    </parent_id>
265
                                                                                </plantname>
266
                                                                            </parent_id>
267
                                                                        </plantname>
268
                                                                    </parent_id>
269
                                                                </plantname>
270
                                                            </parent_id>
271
                                                        </plantname>
272
                                                    </parent_id>
273
                                                </plantname>
274
                                            </parent_id>
275
                                        </plantname>
276
                                    </path>
277
                                </_simplifyPath>
278
                            </plantname_id>
279
                        </plantconcept>
280
                    </plantconcept_id>
281
                </taxondetermination>
282
                <verbatimcollectorname>$Collector</verbatimcollectorname>
283
            </taxonoccurrence>
284
        </locationevent>
285
        <locationnarrative><_merge><1>$Locality</1></_merge></locationnarrative>
286
    </location>
287
</VegBIEN>
288
Inserted 38 new rows into database
    (1-1/1)