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
                                            <6>
56
                                                <_label>
57
                                                    <label>loaned to</label>
58
                                                    <value>$loanto</value>
59
                                                </_label>
60
                                            </6>
61
                                            <7>
62
                                                <_label>
63
                                                    <label>in or out</label>
64
                                                    <value>$inorout</value>
65
                                                </_label>
66
                                            </7>
67
                                        </_join>
68
                                    </notes>
69
                                    <plantobservation>
70
                                        <authorplantcode>$collectno</authorplantcode>
71
                                        <specimenreplicate>
72
                                            <catalognumber_dwc>$accession</catalognumber_dwc>
73
                                            <collectionnumber>$collectno</collectionnumber>
74
                                        </specimenreplicate>
75
                                    </plantobservation>
76
                                </aggregateoccurrence>
77
                                <collector_id>
78
                                    <party>
79
                                        <fullname>
80
                                            <_join>
81
                                                <1>$collector</1>
82
                                                <2>$collector1</2>
83
                                                <3>$collector2</3>
84
                                                <4>$collector3</4>
85
                                            </_join>
86
                                        </fullname>
87
                                    </party>
88
                                </collector_id>
89
                                <iscultivated>
90
                                    <_alt>
91
                                        <1>
92
                                            <_map>
93
                                                <*>true</*>
94
                                                <value>$cultivated</value>
95
                                            </_map>
96
                                        </1>
97
                                        <2>
98
                                            <_map>
99
                                                <*>true</*>
100
                                                <value>$campus</value>
101
                                            </_map>
102
                                        </2>
103
                                    </_alt>
104
                                </iscultivated>
105
                                <taxondetermination>
106
                                    <taxonverbatim_id>
107
                                        <taxonverbatim>
108
                                            <taxonlabel_id>
109
                                                <taxonlabel>
110
                                                    <parent_id>
111
                                                        <taxonlabel>
112
                                                            <rank>
113
                                                                <_alt>
114
                                                                    <1>$usdaRank</1>
115
                                                                    <2>$infrarank</2>
116
                                                                </_alt>
117
                                                            </rank>
118
                                                            <parent_id>
119
                                                                <taxonlabel>
120
                                                                    <rank>cultivar</rank>
121
                                                                    <parent_id>
122
                                                                        <taxonlabel>
123
                                                                            <rank>forma</rank>
124
                                                                            <parent_id>
125
                                                                                <taxonlabel>
126
                                                                                    <rank>variety</rank>
127
                                                                                    <parent_id>
128
                                                                                        <taxonlabel>
129
                                                                                            <rank>subspecies</rank>
130
                                                                                            <parent_id>
131
                                                                                                <taxonlabel>
132
                                                                                                    <rank>species</rank>
133
                                                                                                    <taxonepithet>$species</taxonepithet>
134
                                                                                                    <parent_id>
135
                                                                                                        <taxonlabel>
136
                                                                                                            <rank>genus</rank>
137
                                                                                                            <taxonepithet>$genus</taxonepithet>
138
                                                                                                            <parent_id>
139
                                                                                                                <taxonlabel>
140
                                                                                                                    <rank>family</rank>
141
                                                                                                                    <taxonepithet>$family</taxonepithet>
142
                                                                                                                </taxonlabel>
143
                                                                                                            </parent_id>
144
                                                                                                        </taxonlabel>
145
                                                                                                    </parent_id>
146
                                                                                                </taxonlabel>
147
                                                                                            </parent_id>
148
                                                                                        </taxonlabel>
149
                                                                                    </parent_id>
150
                                                                                </taxonlabel>
151
                                                                            </parent_id>
152
                                                                        </taxonlabel>
153
                                                                    </parent_id>
154
                                                                </taxonlabel>
155
                                                            </parent_id>
156
                                                            <taxonepithet>$infraname</taxonepithet>
157
                                                        </taxonlabel>
158
                                                    </parent_id>
159
                                                    <rank>
160
                                                        <_alt>
161
                                                            <1>$usdaRank</1>
162
                                                            <2>$infrarank</2>
163
                                                        </_alt>
164
                                                    </rank>
165
                                                    <taxonomicname>
166
                                                        <_merge_prefix>
167
                                                            <prefix><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></prefix>
168
                                                            <value>
169
                                                                <_join_words>
170
                                                                    <1>
171
                                                                        <_alt>
172
                                                                            <1>$SciName</1>
173
                                                                            <2>
174
                                                                                <_join_words>
175
                                                                                    <2>$genus</2>
176
                                                                                    <3>$species</3>
177
                                                                                    <5>
178
                                                                                        <_join_words>
179
                                                                                            <1>
180
                                                                                                <_if name="if has infraspecificEpithet">
181
                                                                                                    <cond>$infraname</cond>
182
                                                                                                    <then>
183
                                                                                                        <_alt>
184
                                                                                                            <1>$usdaRank</1>
185
                                                                                                            <2>$infrarank</2>
186
                                                                                                        </_alt>
187
                                                                                                    </then>
188
                                                                                                </_if>
189
                                                                                            </1>
190
                                                                                            <2>$infraname</2>
191
                                                                                        </_join_words>
192
                                                                                    </5>
193
                                                                                </_join_words>
194
                                                                            </2>
195
                                                                        </_alt>
196
                                                                    </1>
197
                                                                    <2>$authors</2>
198
                                                                </_join_words>
199
                                                            </value>
200
                                                        </_merge_prefix>
201
                                                    </taxonomicname>
202
                                                </taxonlabel>
203
                                            </taxonlabel_id>
204
                                            <author>$authors</author>
205
                                            <family>$family</family>
206
                                            <genus>$genus</genus>
207
                                            <specific_epithet>$species</specific_epithet>
208
                                            <taxonname>$SciName</taxonname>
209
                                            <verbatimrank>
210
                                                <_alt>
211
                                                    <1>$usdaRank</1>
212
                                                    <2>$infrarank</2>
213
                                                </_alt>
214
                                            </verbatimrank>
215
                                        </taxonverbatim>
216
                                    </taxonverbatim_id>
217
                                </taxondetermination>
218
                            </taxonoccurrence>
219
                        </locationevent>
220
                        <locationnarrative>
221
                            <_merge>
222
                                <1>$locality</1>
223
                                <3>
224
                                    <_label>
225
                                        <label>habitat</label>
226
                                        <value>$habitat</value>
227
                                    </_label>
228
                                </3>
229
                            </_merge>
230
                        </locationnarrative>
231
                        <locationplace>
232
                            <place_id>
233
                                <place>
234
                                    <country>$country</country>
235
                                    <county>$county</county>
236
                                    <matched_place_id>
237
                                        <place>
238
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
239
                                            <country>$country</country>
240
                                            <county>$county</county>
241
                                            <stateprovince>$state</stateprovince>
242
                                        </place>
243
                                    </matched_place_id>
244
                                    <stateprovince>$state</stateprovince>
245
                                </place>
246
                            </place_id>
247
                        </locationplace>
248
                    </location>
249
                </path>
250
            </_simplifyPath>
251
        </path>
252
    </_setDefault>
253
</VegBIEN>
254
Inserted 24 new rows into database
(7-7/8)