Project

General

Profile

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