Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>MO</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>
11
                            <_join>
12
                                <1>$InstitutionCode</1>
13
                                <2>$CollectionCode</2>
14
                                <3>$CatalogNumber</3>
15
                            </_join>
16
                        </authorlocationcode>
17
                        <elevation_m>
18
                            <_avg>
19
                                <max>$MaximumElevation</max>
20
                                <min>$MinimumElevation</min>
21
                            </_avg>
22
                        </elevation_m>
23
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$Locality</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
24
                        <locationevent>
25
                            <taxonoccurrence>
26
                                <aggregateoccurrence>
27
                                    <collectiondate>
28
                                        <_date>
29
                                            <day>
30
                                                <_nullIf>
31
                                                    <null>0</null>
32
                                                    <type>float</type>
33
                                                    <value>$DayCollected</value>
34
                                                </_nullIf>
35
                                            </day>
36
                                            <month>
37
                                                <_nullIf>
38
                                                    <null>0</null>
39
                                                    <type>float</type>
40
                                                    <value>$MonthCollected</value>
41
                                                </_nullIf>
42
                                            </month>
43
                                            <year>
44
                                                <_nullIf>
45
                                                    <null>0</null>
46
                                                    <type>float</type>
47
                                                    <value>$YearCollected</value>
48
                                                </_nullIf>
49
                                            </year>
50
                                        </_date>
51
                                    </collectiondate>
52
                                    <count>$IndividualCount</count>
53
                                    <notes>
54
                                        <_alt>
55
                                            <0>$convertednotes</0>
56
                                            <1>$notes</1>
57
                                        </_alt>
58
                                    </notes>
59
                                    <plantobservation>
60
                                        <collectionnumber>$CollectorNumber</collectionnumber>
61
                                        <specimenreplicate>
62
                                            <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
63
                                            <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
64
                                            <institution_id>
65
                                                <sourcelist>
66
                                                    <name>$InstitutionCode</name>
67
                                                    <sourcename>
68
                                                        <name>
69
                                                            <_split>
70
                                                                <separator>, </separator>
71
                                                                <value>$InstitutionCode</value>
72
                                                            </_split>
73
                                                        </name>
74
                                                    </sourcename>
75
                                                </sourcelist>
76
                                            </institution_id>
77
                                        </specimenreplicate>
78
                                    </plantobservation>
79
                                </aggregateoccurrence>
80
                                <collector_id><party><fullname>$Collector</fullname></party></collector_id>
81
                                <taxondetermination>
82
                                    <party_id><party><fullname>$IdentifiedBy</fullname></party></party_id>
83
                                    <taxonverbatim_id>
84
                                        <taxonverbatim>
85
                                            <taxonlabel_id>
86
                                                <taxonlabel>
87
                                                    <matched_label_id>
88
                                                        <taxonlabel>
89
                                                            <source_id><source><shortname>TNRS</shortname></source></source_id>
90
                                                            <taxonomicname>
91
                                                                <_join_words>
92
                                                                    <1>
93
                                                                        <_taxon_family_require_std>
94
                                                                            <family>
95
                                                                                <_nullIf>
96
                                                                                    <null>$ScientificName</null>
97
                                                                                    <value>$family</value>
98
                                                                                </_nullIf>
99
                                                                            </family>
100
                                                                        </_taxon_family_require_std>
101
                                                                    </1>
102
                                                                    <2>
103
                                                                        <_join_words>
104
                                                                            <1>
105
                                                                                <_alt>
106
                                                                                    <1>$ScientificName</1>
107
                                                                                    <2>
108
                                                                                        <_join_words>
109
                                                                                            <2>$genus</2>
110
                                                                                            <3>$species</3>
111
                                                                                            <4>$Subspecies</4>
112
                                                                                        </_join_words>
113
                                                                                    </2>
114
                                                                                </_alt>
115
                                                                            </1>
116
                                                                            <2>$ScientificNameAuthor</2>
117
                                                                        </_join_words>
118
                                                                    </2>
119
                                                                </_join_words>
120
                                                            </taxonomicname>
121
                                                        </taxonlabel>
122
                                                    </matched_label_id>
123
                                                    <parent_id>
124
                                                        <taxonlabel>
125
                                                            <parent_id>
126
                                                                <taxonlabel>
127
                                                                    <rank>cultivar</rank>
128
                                                                    <parent_id>
129
                                                                        <taxonlabel>
130
                                                                            <rank>forma</rank>
131
                                                                            <parent_id>
132
                                                                                <taxonlabel>
133
                                                                                    <rank>variety</rank>
134
                                                                                    <parent_id>
135
                                                                                        <taxonlabel>
136
                                                                                            <rank>subspecies</rank>
137
                                                                                            <taxonepithet>$Subspecies</taxonepithet>
138
                                                                                            <parent_id>
139
                                                                                                <taxonlabel>
140
                                                                                                    <rank>species</rank>
141
                                                                                                    <taxonepithet>$species</taxonepithet>
142
                                                                                                    <parent_id>
143
                                                                                                        <taxonlabel>
144
                                                                                                            <rank>genus</rank>
145
                                                                                                            <taxonepithet>$genus</taxonepithet>
146
                                                                                                            <parent_id>
147
                                                                                                                <taxonlabel>
148
                                                                                                                    <rank>family</rank>
149
                                                                                                                    <taxonepithet>$family</taxonepithet>
150
                                                                                                                    <parent_id>
151
                                                                                                                        <taxonlabel>
152
                                                                                                                            <rank>order</rank>
153
                                                                                                                            <parent_id>
154
                                                                                                                                <taxonlabel>
155
                                                                                                                                    <rank>class</rank>
156
                                                                                                                                    <parent_id>
157
                                                                                                                                        <taxonlabel>
158
                                                                                                                                            <rank>phylum</rank>
159
                                                                                                                                            <parent_id>
160
                                                                                                                                                <taxonlabel>
161
                                                                                                                                                    <rank>kingdom</rank>
162
                                                                                                                                                    <taxonepithet>$Kingdom</taxonepithet>
163
                                                                                                                                                </taxonlabel>
164
                                                                                                                                            </parent_id>
165
                                                                                                                                        </taxonlabel>
166
                                                                                                                                    </parent_id>
167
                                                                                                                                </taxonlabel>
168
                                                                                                                            </parent_id>
169
                                                                                                                        </taxonlabel>
170
                                                                                                                    </parent_id>
171
                                                                                                                </taxonlabel>
172
                                                                                                            </parent_id>
173
                                                                                                        </taxonlabel>
174
                                                                                                    </parent_id>
175
                                                                                                </taxonlabel>
176
                                                                                            </parent_id>
177
                                                                                        </taxonlabel>
178
                                                                                    </parent_id>
179
                                                                                </taxonlabel>
180
                                                                            </parent_id>
181
                                                                        </taxonlabel>
182
                                                                    </parent_id>
183
                                                                </taxonlabel>
184
                                                            </parent_id>
185
                                                        </taxonlabel>
186
                                                    </parent_id>
187
                                                    <taxonomicname>
188
                                                        <_join_words>
189
                                                            <1>
190
                                                                <_taxon_family_require_std>
191
                                                                    <family>
192
                                                                        <_nullIf>
193
                                                                            <null>$ScientificName</null>
194
                                                                            <value>$family</value>
195
                                                                        </_nullIf>
196
                                                                    </family>
197
                                                                </_taxon_family_require_std>
198
                                                            </1>
199
                                                            <2>
200
                                                                <_join_words>
201
                                                                    <1>
202
                                                                        <_alt>
203
                                                                            <1>$ScientificName</1>
204
                                                                            <2>
205
                                                                                <_join_words>
206
                                                                                    <2>$genus</2>
207
                                                                                    <3>$species</3>
208
                                                                                    <4>$Subspecies</4>
209
                                                                                </_join_words>
210
                                                                            </2>
211
                                                                        </_alt>
212
                                                                    </1>
213
                                                                    <2>$ScientificNameAuthor</2>
214
                                                                </_join_words>
215
                                                            </2>
216
                                                        </_join_words>
217
                                                    </taxonomicname>
218
                                                </taxonlabel>
219
                                            </taxonlabel_id>
220
                                            <author>$ScientificNameAuthor</author>
221
                                            <family>$family</family>
222
                                            <genus>$genus</genus>
223
                                            <specific_epithet>$species</specific_epithet>
224
                                            <taxonname>$ScientificName</taxonname>
225
                                        </taxonverbatim>
226
                                    </taxonverbatim_id>
227
                                </taxondetermination>
228
                            </taxonoccurrence>
229
                        </locationevent>
230
                        <locationnarrative>$Locality</locationnarrative>
231
                        <locationplace>
232
                            <place_id>
233
                                <place>
234
                                    <coordinates_id>
235
                                        <coordinates>
236
                                            <latitude_deg>
237
                                                <_nullIf>
238
                                                    <null>0</null>
239
                                                    <type>float</type>
240
                                                    <value>$latitude</value>
241
                                                </_nullIf>
242
                                            </latitude_deg>
243
                                            <longitude_deg>
244
                                                <_nullIf>
245
                                                    <null>0</null>
246
                                                    <type>float</type>
247
                                                    <value>$longitude</value>
248
                                                </_nullIf>
249
                                            </longitude_deg>
250
                                        </coordinates>
251
                                    </coordinates_id>
252
                                    <continent>$ContinentOcean</continent>
253
                                    <country>$Country</country>
254
                                    <county>$County</county>
255
                                    <matched_place_id>
256
                                        <place>
257
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
258
                                            <coordinates_id>
259
                                                <coordinates>
260
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
261
                                                    <latitude_deg>
262
                                                        <_nullIf>
263
                                                            <null>0</null>
264
                                                            <type>float</type>
265
                                                            <value>$latitude</value>
266
                                                        </_nullIf>
267
                                                    </latitude_deg>
268
                                                    <longitude_deg>
269
                                                        <_nullIf>
270
                                                            <null>0</null>
271
                                                            <type>float</type>
272
                                                            <value>$longitude</value>
273
                                                        </_nullIf>
274
                                                    </longitude_deg>
275
                                                </coordinates>
276
                                            </coordinates_id>
277
                                            <country>$Country</country>
278
                                            <county>$County</county>
279
                                            <stateprovince>$StateProvince</stateprovince>
280
                                        </place>
281
                                    </matched_place_id>
282
                                    <stateprovince>$StateProvince</stateprovince>
283
                                </place>
284
                            </place_id>
285
                        </locationplace>
286
                    </location>
287
                </path>
288
            </_simplifyPath>
289
        </path>
290
    </_setDefault>
291
</VegBIEN>
292
Inserted 41 new rows into database
(5-5/6)