Project

General

Profile

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