Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <authorlocationcode>
5
            <_alt>
6
                <3>$ID</3>
7
                <4><_if name="if indirect voucher"><else>$Barcode</else></_if></4>
8
            </_alt>
9
        </authorlocationcode>
10
        <locationdetermination>
11
            <latitude>
12
                <_nullIf>
13
                    <null>0</null>
14
                    <type>float</type>
15
                    <value>$Lat</value>
16
                </_nullIf>
17
            </latitude>
18
            <longitude>
19
                <_nullIf>
20
                    <null>0</null>
21
                    <type>float</type>
22
                    <value>$Long</value>
23
                </_nullIf>
24
            </longitude>
25
            <namedplace_id>
26
                <_simplifyPath>
27
                    <next>parent_id/namedplace</next>
28
                    <require>placename</require>
29
                    <path>
30
                        <namedplace>
31
                            <rank>county</rank>
32
                            <parent_id>
33
                                <namedplace>
34
                                    <rank>stateProvince</rank>
35
                                    <parent_id>
36
                                        <namedplace>
37
                                            <rank>country</rank>
38
                                            <placename>$Country</placename>
39
                                        </namedplace>
40
                                    </parent_id>
41
                                </namedplace>
42
                            </parent_id>
43
                        </namedplace>
44
                    </path>
45
                </_simplifyPath>
46
            </namedplace_id>
47
        </locationdetermination>
48
        <locationevent>
49
            <obsenddate>
50
                <_date>
51
                    <date>
52
                        <_dateRangeEnd>
53
                            <value>
54
                                <_date>
55
                                    <day>
56
                                        <_nullIf>
57
                                            <null>0</null>
58
                                            <type>float</type>
59
                                            <value>$Colldd</value>
60
                                        </_nullIf>
61
                                    </day>
62
                                    <month>
63
                                        <_nullIf>
64
                                            <null>0</null>
65
                                            <type>float</type>
66
                                            <value>$Collmm</value>
67
                                        </_nullIf>
68
                                    </month>
69
                                    <year>
70
                                        <_nullIf>
71
                                            <null>0</null>
72
                                            <type>float</type>
73
                                            <value>$Collyy</value>
74
                                        </_nullIf>
75
                                    </year>
76
                                </_date>
77
                            </value>
78
                        </_dateRangeEnd>
79
                    </date>
80
                </_date>
81
            </obsenddate>
82
            <obsstartdate>
83
                <_date>
84
                    <date>
85
                        <_dateRangeStart>
86
                            <value>
87
                                <_date>
88
                                    <day>
89
                                        <_nullIf>
90
                                            <null>0</null>
91
                                            <type>float</type>
92
                                            <value>$Colldd</value>
93
                                        </_nullIf>
94
                                    </day>
95
                                    <month>
96
                                        <_nullIf>
97
                                            <null>0</null>
98
                                            <type>float</type>
99
                                            <value>$Collmm</value>
100
                                        </_nullIf>
101
                                    </month>
102
                                    <year>
103
                                        <_nullIf>
104
                                            <null>0</null>
105
                                            <type>float</type>
106
                                            <value>$Collyy</value>
107
                                        </_nullIf>
108
                                    </year>
109
                                </_date>
110
                            </value>
111
                        </_dateRangeStart>
112
                    </date>
113
                </_date>
114
            </obsstartdate>
115
            <taxonoccurrence>
116
                <aggregateoccurrence>
117
                    <collectiondate>
118
                        <_date>
119
                            <date>
120
                                <_date>
121
                                    <day>
122
                                        <_nullIf>
123
                                            <null>0</null>
124
                                            <type>float</type>
125
                                            <value>$Colldd</value>
126
                                        </_nullIf>
127
                                    </day>
128
                                    <month>
129
                                        <_nullIf>
130
                                            <null>0</null>
131
                                            <type>float</type>
132
                                            <value>$Collmm</value>
133
                                        </_nullIf>
134
                                    </month>
135
                                    <year>
136
                                        <_nullIf>
137
                                            <null>0</null>
138
                                            <type>float</type>
139
                                            <value>$Collyy</value>
140
                                        </_nullIf>
141
                                    </year>
142
                                </_date>
143
                            </date>
144
                        </_date>
145
                    </collectiondate>
146
                    <notes>$Notes</notes>
147
                    <plantobservation>
148
                        <authorplantcode>$Number</authorplantcode>
149
                        <specimenreplicate>
150
                            <catalognumber_dwc><_if name="if indirect voucher"><else>$Barcode</else></_if></catalognumber_dwc>
151
                            <collectionnumber>$Number</collectionnumber>
152
                            <sourceaccessioncode>$ID</sourceaccessioncode>
153
                        </specimenreplicate>
154
                    </plantobservation>
155
                </aggregateoccurrence>
156
                <authortaxoncode>$Number</authortaxoncode>
157
                <taxondetermination>
158
                    <isoriginal>true</isoriginal>
159
                    <role>identifier</role>
160
                    <party_id>
161
                        <party>
162
                            <givenname><_namePart><first>$Detby</first></_namePart></givenname>
163
                            <middlename><_namePart><middle>$Detby</middle></_namePart></middlename>
164
                            <surname><_namePart><last>$Detby</last></_namePart></surname>
165
                        </party>
166
                    </party_id>
167
                    <plantconcept_id>
168
                        <plantconcept>
169
                            <plantname_id>
170
                                <_simplifyPath>
171
                                    <next>parent_id/plantname</next>
172
                                    <require>plantname</require>
173
                                    <path>
174
                                        <plantname>
175
                                            <rank>binomial</rank>
176
                                            <parent_id>
177
                                                <plantname>
178
                                                    <rank>authority</rank>
179
                                                    <parent_id>
180
                                                        <plantname>
181
                                                            <rank>subspecies</rank>
182
                                                            <parent_id>
183
                                                                <plantname>
184
                                                                    <rank>species</rank>
185
                                                                    <parent_id>
186
                                                                        <plantname>
187
                                                                            <rank>genus</rank>
188
                                                                            <plantname>$Genus</plantname>
189
                                                                            <parent_id>
190
                                                                                <plantname>
191
                                                                                    <rank>family</rank>
192
                                                                                    <plantname>$Family</plantname>
193
                                                                                </plantname>
194
                                                                            </parent_id>
195
                                                                        </plantname>
196
                                                                    </parent_id>
197
                                                                </plantname>
198
                                                            </parent_id>
199
                                                        </plantname>
200
                                                    </parent_id>
201
                                                </plantname>
202
                                            </parent_id>
203
                                        </plantname>
204
                                    </path>
205
                                </_simplifyPath>
206
                            </plantname_id>
207
                        </plantconcept>
208
                    </plantconcept_id>
209
                    <determinationdate>
210
                        <_date>
211
                            <date>
212
                                <_dateRangeStart>
213
                                    <value>
214
                                        <_date>
215
                                            <year>
216
                                                <_nullIf>
217
                                                    <null>0</null>
218
                                                    <type>float</type>
219
                                                    <value>$Detyy</value>
220
                                                </_nullIf>
221
                                            </year>
222
                                        </_date>
223
                                    </value>
224
                                </_dateRangeStart>
225
                            </date>
226
                        </_date>
227
                    </determinationdate>
228
                    <taxonfit>$cf</taxonfit>
229
                </taxondetermination>
230
                <verbatimcollectorname>
231
                    <_merge>
232
                        <1>$Collector</1>
233
                        <2>$Addcoll</2>
234
                    </_merge>
235
                </verbatimcollectorname>
236
            </taxonoccurrence>
237
        </locationevent>
238
        <locationnarrative>
239
            <_merge>
240
                <2>
241
                    <_merge>
242
                        <1>
243
                            <_label>
244
                                <label>gazetteer</label>
245
                                <value>
246
                                    <_merge>
247
                                        <1>$Gazetteer</1>
248
                                        <2>$Newgazett</2>
249
                                    </_merge>
250
                                </value>
251
                            </_label>
252
                        </1>
253
                        <2>$Locnotes</2>
254
                    </_merge>
255
                </2>
256
                <3>
257
                    <_label>
258
                        <label>habitat</label>
259
                        <value>$Ecology</value>
260
                    </_label>
261
                </3>
262
            </_merge>
263
        </locationnarrative>
264
    </location>
265
</VegBIEN>
266
Inserted 26 new rows into database
    (1-1/1)