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
                                                        <matched_source_id><source><shortname>$herbarium</shortname></source></matched_source_id>
83
                                                        <name>$herbarium</name>
84
                                                    </sourcename>
85
                                                </sourcelist>
86
                                            </institution_id>
87
                                            <sourceaccessioncode>$accession</sourceaccessioncode>
88
                                        </specimenreplicate>
89
                                    </plantobservation>
90
                                </aggregateoccurrence>
91
                                <collector_id>
92
                                    <party>
93
                                        <fullname>
94
                                            <_join>
95
                                                <1>$collector</1>
96
                                                <2>$collector1</2>
97
                                                <3>$collector2</3>
98
                                                <4>$collector3</4>
99
                                            </_join>
100
                                        </fullname>
101
                                    </party>
102
                                </collector_id>
103
                                <iscultivated>$cultivated</iscultivated>
104
                                <sourceaccessioncode>$accession</sourceaccessioncode>
105
                                <taxondetermination>
106
                                    <taxonverbatim_id>
107
                                        <taxonverbatim>
108
                                            <taxonlabel_id>
109
                                                <taxonlabel>
110
                                                    <matched_label_id>
111
                                                        <taxonlabel>
112
                                                            <source_id><source><shortname>TNRS</shortname></source></source_id>
113
                                                            <taxonomicname>
114
                                                                <_join_words>
115
                                                                    <1>
116
                                                                        <_taxon_family_require_std>
117
                                                                            <family>
118
                                                                                <_nullIf>
119
                                                                                    <null>$SciName</null>
120
                                                                                    <value>$family</value>
121
                                                                                </_nullIf>
122
                                                                            </family>
123
                                                                        </_taxon_family_require_std>
124
                                                                    </1>
125
                                                                    <2>
126
                                                                        <_join_words>
127
                                                                            <1>
128
                                                                                <_alt>
129
                                                                                    <1>$SciName</1>
130
                                                                                    <2>
131
                                                                                        <_join_words>
132
                                                                                            <2>$genus</2>
133
                                                                                            <3>$species</3>
134
                                                                                            <5>
135
                                                                                                <_join_words>
136
                                                                                                    <1>
137
                                                                                                        <_if name="if has infraspecificEpithet">
138
                                                                                                            <cond>$infraname</cond>
139
                                                                                                            <then>
140
                                                                                                                <_alt>
141
                                                                                                                    <1>$usdaRank</1>
142
                                                                                                                    <2>$infrarank</2>
143
                                                                                                                </_alt>
144
                                                                                                            </then>
145
                                                                                                        </_if>
146
                                                                                                    </1>
147
                                                                                                    <2>$infraname</2>
148
                                                                                                </_join_words>
149
                                                                                            </5>
150
                                                                                        </_join_words>
151
                                                                                    </2>
152
                                                                                </_alt>
153
                                                                            </1>
154
                                                                            <2>$authors</2>
155
                                                                        </_join_words>
156
                                                                    </2>
157
                                                                </_join_words>
158
                                                            </taxonomicname>
159
                                                        </taxonlabel>
160
                                                    </matched_label_id>
161
                                                    <parent_id>
162
                                                        <taxonlabel>
163
                                                            <rank>
164
                                                                <_alt>
165
                                                                    <1>$usdaRank</1>
166
                                                                    <2>$infrarank</2>
167
                                                                </_alt>
168
                                                            </rank>
169
                                                            <taxonverbatim>
170
                                                                <verbatimrank>
171
                                                                    <_alt>
172
                                                                        <1>$usdaRank</1>
173
                                                                        <2>$infrarank</2>
174
                                                                    </_alt>
175
                                                                </verbatimrank>
176
                                                            </taxonverbatim>
177
                                                            <parent_id>
178
                                                                <taxonlabel>
179
                                                                    <rank>cultivar</rank>
180
                                                                    <parent_id>
181
                                                                        <taxonlabel>
182
                                                                            <rank>forma</rank>
183
                                                                            <parent_id>
184
                                                                                <taxonlabel>
185
                                                                                    <rank>variety</rank>
186
                                                                                    <parent_id>
187
                                                                                        <taxonlabel>
188
                                                                                            <rank>subspecies</rank>
189
                                                                                            <parent_id>
190
                                                                                                <taxonlabel>
191
                                                                                                    <rank>species</rank>
192
                                                                                                    <taxonepithet>$species</taxonepithet>
193
                                                                                                    <parent_id>
194
                                                                                                        <taxonlabel>
195
                                                                                                            <rank>genus</rank>
196
                                                                                                            <taxonepithet>$genus</taxonepithet>
197
                                                                                                            <parent_id>
198
                                                                                                                <taxonlabel>
199
                                                                                                                    <rank>family</rank>
200
                                                                                                                    <taxonepithet>$family</taxonepithet>
201
                                                                                                                </taxonlabel>
202
                                                                                                            </parent_id>
203
                                                                                                        </taxonlabel>
204
                                                                                                    </parent_id>
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
                                                            <taxonepithet>$infraname</taxonepithet>
216
                                                        </taxonlabel>
217
                                                    </parent_id>
218
                                                    <rank>
219
                                                        <_alt>
220
                                                            <1>$usdaRank</1>
221
                                                            <2>$infrarank</2>
222
                                                        </_alt>
223
                                                    </rank>
224
                                                    <taxonomicname>
225
                                                        <_join_words>
226
                                                            <1>
227
                                                                <_taxon_family_require_std>
228
                                                                    <family>
229
                                                                        <_nullIf>
230
                                                                            <null>$SciName</null>
231
                                                                            <value>$family</value>
232
                                                                        </_nullIf>
233
                                                                    </family>
234
                                                                </_taxon_family_require_std>
235
                                                            </1>
236
                                                            <2>
237
                                                                <_join_words>
238
                                                                    <1>
239
                                                                        <_alt>
240
                                                                            <1>$SciName</1>
241
                                                                            <2>
242
                                                                                <_join_words>
243
                                                                                    <2>$genus</2>
244
                                                                                    <3>$species</3>
245
                                                                                    <5>
246
                                                                                        <_join_words>
247
                                                                                            <1>
248
                                                                                                <_if name="if has infraspecificEpithet">
249
                                                                                                    <cond>$infraname</cond>
250
                                                                                                    <then>
251
                                                                                                        <_alt>
252
                                                                                                            <1>$usdaRank</1>
253
                                                                                                            <2>$infrarank</2>
254
                                                                                                        </_alt>
255
                                                                                                    </then>
256
                                                                                                </_if>
257
                                                                                            </1>
258
                                                                                            <2>$infraname</2>
259
                                                                                        </_join_words>
260
                                                                                    </5>
261
                                                                                </_join_words>
262
                                                                            </2>
263
                                                                        </_alt>
264
                                                                    </1>
265
                                                                    <2>$authors</2>
266
                                                                </_join_words>
267
                                                            </2>
268
                                                        </_join_words>
269
                                                    </taxonomicname>
270
                                                </taxonlabel>
271
                                            </taxonlabel_id>
272
                                            <author>$authors</author>
273
                                            <family>$family</family>
274
                                            <genus>$genus</genus>
275
                                            <specific_epithet>$species</specific_epithet>
276
                                            <taxonname>$SciName</taxonname>
277
                                            <verbatimrank>
278
                                                <_alt>
279
                                                    <1>$usdaRank</1>
280
                                                    <2>$infrarank</2>
281
                                                </_alt>
282
                                            </verbatimrank>
283
                                        </taxonverbatim>
284
                                    </taxonverbatim_id>
285
                                </taxondetermination>
286
                            </taxonoccurrence>
287
                        </locationevent>
288
                        <locationnarrative>
289
                            <_merge>
290
                                <1>$locality</1>
291
                                <3>
292
                                    <_label>
293
                                        <label>habitat</label>
294
                                        <value>$habitat</value>
295
                                    </_label>
296
                                </3>
297
                            </_merge>
298
                        </locationnarrative>
299
                        <locationplace>
300
                            <place_id>
301
                                <place>
302
                                    <country>$country</country>
303
                                    <county>$county</county>
304
                                    <matched_place_id>
305
                                        <place>
306
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
307
                                            <country>$country</country>
308
                                            <county>$county</county>
309
                                            <stateprovince>$state</stateprovince>
310
                                        </place>
311
                                    </matched_place_id>
312
                                    <stateprovince>$state</stateprovince>
313
                                </place>
314
                            </place_id>
315
                        </locationplace>
316
                    </location>
317
                </path>
318
            </_simplifyPath>
319
        </path>
320
    </_setDefault>
321
</VegBIEN>
322
Inserted 30 new rows into database
(5-5/6)