Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>UNCC</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>$accession</authorlocationcode>
11
                        <iscultivated>
12
                            <_locationnarrative_is_cultivated>
13
                                <locationnarrative>
14
                                    <_join>
15
                                        <1>$locality</1>
16
                                        <3>$habitat</3>
17
                                    </_join>
18
                                </locationnarrative>
19
                            </_locationnarrative_is_cultivated>
20
                        </iscultivated>
21
                        <locationevent>
22
                            <taxonoccurrence>
23
                                <aggregateoccurrence>
24
                                    <collectiondate>
25
                                        <_date>
26
                                            <day>
27
                                                <_nullIf>
28
                                                    <null>0</null>
29
                                                    <type>float</type>
30
                                                    <value>$collday</value>
31
                                                </_nullIf>
32
                                            </day>
33
                                            <month>
34
                                                <_nullIf>
35
                                                    <null>0</null>
36
                                                    <type>float</type>
37
                                                    <value>$collmonth</value>
38
                                                </_nullIf>
39
                                            </month>
40
                                            <year>
41
                                                <_nullIf>
42
                                                    <null>0</null>
43
                                                    <type>float</type>
44
                                                    <value>$collyear</value>
45
                                                </_nullIf>
46
                                            </year>
47
                                        </_date>
48
                                    </collectiondate>
49
                                    <notes>
50
                                        <_join>
51
                                            <1>$comment1</1>
52
                                            <2>$comment2</2>
53
                                            <3>$comment3</3>
54
                                            <4>$comment4</4>
55
                                            <5>
56
                                                <_label>
57
                                                    <label>campus</label>
58
                                                    <value>$campus</value>
59
                                                </_label>
60
                                            </5>
61
                                            <6>
62
                                                <_label>
63
                                                    <label>loaned to</label>
64
                                                    <value>$loanto</value>
65
                                                </_label>
66
                                            </6>
67
                                            <7>
68
                                                <_label>
69
                                                    <label>in or out</label>
70
                                                    <value>$inorout</value>
71
                                                </_label>
72
                                            </7>
73
                                        </_join>
74
                                    </notes>
75
                                    <plantobservation>
76
                                        <collectionnumber>$collectno</collectionnumber>
77
                                        <specimenreplicate>
78
                                            <institution_id>
79
                                                <sourcelist>
80
                                                    <name>$herbarium</name>
81
                                                    <sourcename>
82
                                                        <name>
83
                                                            <_split>
84
                                                                <separator>, </separator>
85
                                                                <value>$herbarium</value>
86
                                                            </_split>
87
                                                        </name>
88
                                                    </sourcename>
89
                                                </sourcelist>
90
                                            </institution_id>
91
                                            <sourceaccessioncode>$accession</sourceaccessioncode>
92
                                        </specimenreplicate>
93
                                    </plantobservation>
94
                                </aggregateoccurrence>
95
                                <collector_id>
96
                                    <party>
97
                                        <fullname>
98
                                            <_join>
99
                                                <1>$collector</1>
100
                                                <2>$collector1</2>
101
                                                <3>$collector2</3>
102
                                                <4>$collector3</4>
103
                                            </_join>
104
                                        </fullname>
105
                                    </party>
106
                                </collector_id>
107
                                <iscultivated>$cultivated</iscultivated>
108
                                <sourceaccessioncode>$accession</sourceaccessioncode>
109
                                <taxondetermination>
110
                                    <taxonverbatim_id>
111
                                        <taxonverbatim>
112
                                            <taxonlabel_id>
113
                                                <taxonlabel>
114
                                                    <matched_label_id>
115
                                                        <taxonlabel>
116
                                                            <source_id><source><shortname>TNRS</shortname></source></source_id>
117
                                                            <taxonomicname>
118
                                                                <_join_words>
119
                                                                    <1>
120
                                                                        <_taxon_family_require_std>
121
                                                                            <family>
122
                                                                                <_nullIf>
123
                                                                                    <null>$SciName</null>
124
                                                                                    <value>$family</value>
125
                                                                                </_nullIf>
126
                                                                            </family>
127
                                                                        </_taxon_family_require_std>
128
                                                                    </1>
129
                                                                    <2>
130
                                                                        <_join_words>
131
                                                                            <1>
132
                                                                                <_alt>
133
                                                                                    <1>$SciName</1>
134
                                                                                    <2>
135
                                                                                        <_join_words>
136
                                                                                            <2>$genus</2>
137
                                                                                            <3>$species</3>
138
                                                                                            <5>
139
                                                                                                <_join_words>
140
                                                                                                    <1>
141
                                                                                                        <_if name="if has infraspecificEpithet">
142
                                                                                                            <cond>$infraname</cond>
143
                                                                                                            <then>
144
                                                                                                                <_alt>
145
                                                                                                                    <1>$usdaRank</1>
146
                                                                                                                    <2>$infrarank</2>
147
                                                                                                                </_alt>
148
                                                                                                            </then>
149
                                                                                                        </_if>
150
                                                                                                    </1>
151
                                                                                                    <2>$infraname</2>
152
                                                                                                </_join_words>
153
                                                                                            </5>
154
                                                                                        </_join_words>
155
                                                                                    </2>
156
                                                                                </_alt>
157
                                                                            </1>
158
                                                                            <2>$authors</2>
159
                                                                        </_join_words>
160
                                                                    </2>
161
                                                                </_join_words>
162
                                                            </taxonomicname>
163
                                                        </taxonlabel>
164
                                                    </matched_label_id>
165
                                                    <parent_id>
166
                                                        <taxonlabel>
167
                                                            <rank>
168
                                                                <_alt>
169
                                                                    <1>$usdaRank</1>
170
                                                                    <2>$infrarank</2>
171
                                                                </_alt>
172
                                                            </rank>
173
                                                            <taxonverbatim>
174
                                                                <verbatimrank>
175
                                                                    <_alt>
176
                                                                        <1>$usdaRank</1>
177
                                                                        <2>$infrarank</2>
178
                                                                    </_alt>
179
                                                                </verbatimrank>
180
                                                            </taxonverbatim>
181
                                                            <parent_id>
182
                                                                <taxonlabel>
183
                                                                    <rank>cultivar</rank>
184
                                                                    <parent_id>
185
                                                                        <taxonlabel>
186
                                                                            <rank>forma</rank>
187
                                                                            <parent_id>
188
                                                                                <taxonlabel>
189
                                                                                    <rank>variety</rank>
190
                                                                                    <parent_id>
191
                                                                                        <taxonlabel>
192
                                                                                            <rank>subspecies</rank>
193
                                                                                            <parent_id>
194
                                                                                                <taxonlabel>
195
                                                                                                    <rank>species</rank>
196
                                                                                                    <taxonepithet>$species</taxonepithet>
197
                                                                                                    <parent_id>
198
                                                                                                        <taxonlabel>
199
                                                                                                            <rank>genus</rank>
200
                                                                                                            <taxonepithet>$genus</taxonepithet>
201
                                                                                                            <parent_id>
202
                                                                                                                <taxonlabel>
203
                                                                                                                    <rank>family</rank>
204
                                                                                                                    <taxonepithet>$family</taxonepithet>
205
                                                                                                                </taxonlabel>
206
                                                                                                            </parent_id>
207
                                                                                                        </taxonlabel>
208
                                                                                                    </parent_id>
209
                                                                                                </taxonlabel>
210
                                                                                            </parent_id>
211
                                                                                        </taxonlabel>
212
                                                                                    </parent_id>
213
                                                                                </taxonlabel>
214
                                                                            </parent_id>
215
                                                                        </taxonlabel>
216
                                                                    </parent_id>
217
                                                                </taxonlabel>
218
                                                            </parent_id>
219
                                                            <taxonepithet>$infraname</taxonepithet>
220
                                                        </taxonlabel>
221
                                                    </parent_id>
222
                                                    <rank>
223
                                                        <_alt>
224
                                                            <1>$usdaRank</1>
225
                                                            <2>$infrarank</2>
226
                                                        </_alt>
227
                                                    </rank>
228
                                                    <taxonomicname>
229
                                                        <_join_words>
230
                                                            <1>
231
                                                                <_taxon_family_require_std>
232
                                                                    <family>
233
                                                                        <_nullIf>
234
                                                                            <null>$SciName</null>
235
                                                                            <value>$family</value>
236
                                                                        </_nullIf>
237
                                                                    </family>
238
                                                                </_taxon_family_require_std>
239
                                                            </1>
240
                                                            <2>
241
                                                                <_join_words>
242
                                                                    <1>
243
                                                                        <_alt>
244
                                                                            <1>$SciName</1>
245
                                                                            <2>
246
                                                                                <_join_words>
247
                                                                                    <2>$genus</2>
248
                                                                                    <3>$species</3>
249
                                                                                    <5>
250
                                                                                        <_join_words>
251
                                                                                            <1>
252
                                                                                                <_if name="if has infraspecificEpithet">
253
                                                                                                    <cond>$infraname</cond>
254
                                                                                                    <then>
255
                                                                                                        <_alt>
256
                                                                                                            <1>$usdaRank</1>
257
                                                                                                            <2>$infrarank</2>
258
                                                                                                        </_alt>
259
                                                                                                    </then>
260
                                                                                                </_if>
261
                                                                                            </1>
262
                                                                                            <2>$infraname</2>
263
                                                                                        </_join_words>
264
                                                                                    </5>
265
                                                                                </_join_words>
266
                                                                            </2>
267
                                                                        </_alt>
268
                                                                    </1>
269
                                                                    <2>$authors</2>
270
                                                                </_join_words>
271
                                                            </2>
272
                                                        </_join_words>
273
                                                    </taxonomicname>
274
                                                </taxonlabel>
275
                                            </taxonlabel_id>
276
                                            <author>$authors</author>
277
                                            <family>$family</family>
278
                                            <genus>$genus</genus>
279
                                            <specific_epithet>$species</specific_epithet>
280
                                            <taxonname>$SciName</taxonname>
281
                                            <verbatimrank>
282
                                                <_alt>
283
                                                    <1>$usdaRank</1>
284
                                                    <2>$infrarank</2>
285
                                                </_alt>
286
                                            </verbatimrank>
287
                                        </taxonverbatim>
288
                                    </taxonverbatim_id>
289
                                </taxondetermination>
290
                            </taxonoccurrence>
291
                        </locationevent>
292
                        <locationnarrative>
293
                            <_merge>
294
                                <1>$locality</1>
295
                                <3>
296
                                    <_label>
297
                                        <label>habitat</label>
298
                                        <value>$habitat</value>
299
                                    </_label>
300
                                </3>
301
                            </_merge>
302
                        </locationnarrative>
303
                        <locationplace>
304
                            <place_id>
305
                                <place>
306
                                    <country>$country</country>
307
                                    <county>$county</county>
308
                                    <matched_place_id>
309
                                        <place>
310
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
311
                                            <country>$country</country>
312
                                            <county>$county</county>
313
                                            <stateprovince>$state</stateprovince>
314
                                        </place>
315
                                    </matched_place_id>
316
                                    <stateprovince>$state</stateprovince>
317
                                </place>
318
                            </place_id>
319
                        </locationplace>
320
                    </location>
321
                </path>
322
            </_simplifyPath>
323
        </path>
324
    </_setDefault>
325
</VegBIEN>
326
Inserted 29 new rows into database
(5-5/6)