Project

General

Profile

1 3641 aaronmk
Put template:
2
<VegBIEN>
3 3786 aaronmk
    <location id="-1">
4 4066 aaronmk
        <authorlocationcode>
5
            <_alt>
6
                <3>$ID</3>
7
                <4><_if name="if indirect voucher"><else>$Barcode</else></_if></4>
8
            </_alt>
9
        </authorlocationcode>
10 3786 aaronmk
        <locationdetermination>
11
            <latitude>
12 4043 aaronmk
                <_nullIf>
13
                    <null>0</null>
14
                    <type>float</type>
15
                    <value>$Lat</value>
16
                </_nullIf>
17 3786 aaronmk
            </latitude>
18
            <longitude>
19 4043 aaronmk
                <_nullIf>
20
                    <null>0</null>
21
                    <type>float</type>
22
                    <value>$Long</value>
23
                </_nullIf>
24 3786 aaronmk
            </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 4021 aaronmk
            <obsenddate>
50
                <_date>
51
                    <date>
52
                        <_dateRangeEnd>
53
                            <value>
54 4043 aaronmk
                                <_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 4021 aaronmk
                            </value>
78
                        </_dateRangeEnd>
79
                    </date>
80
                </_date>
81
            </obsenddate>
82
            <obsstartdate>
83
                <_date>
84
                    <date>
85
                        <_dateRangeStart>
86
                            <value>
87 4043 aaronmk
                                <_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 4021 aaronmk
                            </value>
111
                        </_dateRangeStart>
112
                    </date>
113
                </_date>
114
            </obsstartdate>
115 3915 aaronmk
            <taxonoccurrence>
116
                <aggregateoccurrence>
117
                    <collectiondate>
118
                        <_date>
119
                            <date>
120 4043 aaronmk
                                <_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 3915 aaronmk
                            </date>
144
                        </_date>
145
                    </collectiondate>
146 3912 aaronmk
                    <notes>$Notes</notes>
147 3907 aaronmk
                    <plantobservation>
148 4043 aaronmk
                        <authorplantcode>$Number</authorplantcode>
149 4006 aaronmk
                        <sourceaccessioncode>$ID</sourceaccessioncode>
150 3907 aaronmk
                        <specimenreplicate>
151 4057 aaronmk
                            <catalognumber_dwc><_if name="if indirect voucher"><else>$Barcode</else></_if></catalognumber_dwc>
152 4043 aaronmk
                            <collectionnumber>$Number</collectionnumber>
153 3907 aaronmk
                            <sourceaccessioncode>$ID</sourceaccessioncode>
154
                        </specimenreplicate>
155
                    </plantobservation>
156
                </aggregateoccurrence>
157 4007 aaronmk
                <sourceaccessioncode>
158
                    <_alt>
159
                        <1>$ID</1>
160 4046 aaronmk
                        <2><_if name="if indirect voucher"><else>$Barcode</else></_if></2>
161
                        <3>$Number</3>
162 4007 aaronmk
                    </_alt>
163
                </sourceaccessioncode>
164 3786 aaronmk
                <taxondetermination>
165 3980 aaronmk
                    <isoriginal>true</isoriginal>
166 3786 aaronmk
                    <role>identifier</role>
167 3979 aaronmk
                    <party_id>
168
                        <party>
169
                            <givenname><_namePart><first>$Detby</first></_namePart></givenname>
170
                            <middlename><_namePart><middle>$Detby</middle></_namePart></middlename>
171
                            <surname><_namePart><last>$Detby</last></_namePart></surname>
172
                        </party>
173
                    </party_id>
174 3786 aaronmk
                    <plantconcept_id>
175
                        <plantconcept>
176
                            <plantname_id>
177
                                <_simplifyPath>
178
                                    <next>parent_id/plantname</next>
179
                                    <require>plantname</require>
180
                                    <path>
181 3641 aaronmk
                                        <plantname>
182 3786 aaronmk
                                            <rank>binomial</rank>
183 3641 aaronmk
                                            <parent_id>
184
                                                <plantname>
185 3786 aaronmk
                                                    <rank>authority</rank>
186 3641 aaronmk
                                                    <parent_id>
187
                                                        <plantname>
188 3786 aaronmk
                                                            <rank>subspecies</rank>
189 3641 aaronmk
                                                            <parent_id>
190
                                                                <plantname>
191 3786 aaronmk
                                                                    <rank>species</rank>
192 3641 aaronmk
                                                                    <parent_id>
193
                                                                        <plantname>
194 3786 aaronmk
                                                                            <rank>genus</rank>
195
                                                                            <plantname>$Genus</plantname>
196
                                                                            <parent_id>
197
                                                                                <plantname>
198
                                                                                    <rank>family</rank>
199
                                                                                    <plantname>$Family</plantname>
200
                                                                                </plantname>
201
                                                                            </parent_id>
202 3641 aaronmk
                                                                        </plantname>
203
                                                                    </parent_id>
204
                                                                </plantname>
205
                                                            </parent_id>
206
                                                        </plantname>
207
                                                    </parent_id>
208
                                                </plantname>
209
                                            </parent_id>
210
                                        </plantname>
211 3786 aaronmk
                                    </path>
212
                                </_simplifyPath>
213
                            </plantname_id>
214
                        </plantconcept>
215
                    </plantconcept_id>
216 3980 aaronmk
                    <determinationdate>
217
                        <_date>
218
                            <date>
219
                                <_dateRangeStart>
220
                                    <value>
221 4043 aaronmk
                                        <_date>
222
                                            <year>
223
                                                <_nullIf>
224
                                                    <null>0</null>
225
                                                    <type>float</type>
226
                                                    <value>$Detyy</value>
227
                                                </_nullIf>
228
                                            </year>
229
                                        </_date>
230 3980 aaronmk
                                    </value>
231
                                </_dateRangeStart>
232
                            </date>
233
                        </_date>
234
                    </determinationdate>
235
                    <taxonfit>$cf</taxonfit>
236 3786 aaronmk
                </taxondetermination>
237 3934 aaronmk
                <verbatimcollectorname>
238
                    <_merge>
239
                        <1>$Collector</1>
240
                        <2>$Addcoll</2>
241
                    </_merge>
242
                </verbatimcollectorname>
243 3907 aaronmk
            </taxonoccurrence>
244 3786 aaronmk
        </locationevent>
245
        <locationnarrative>
246 3641 aaronmk
            <_merge>
247 3786 aaronmk
                <2>
248
                    <_merge>
249
                        <1>
250
                            <_label>
251
                                <label>gazetteer</label>
252
                                <value>
253
                                    <_merge>
254
                                        <1>$Gazetteer</1>
255
                                        <2>$Newgazett</2>
256
                                    </_merge>
257
                                </value>
258
                            </_label>
259
                        </1>
260
                        <2>$Locnotes</2>
261
                    </_merge>
262
                </2>
263
                <3>
264
                    <_label>
265
                        <label>habitat</label>
266
                        <value>$Ecology</value>
267
                    </_label>
268
                </3>
269 3641 aaronmk
            </_merge>
270 3786 aaronmk
        </locationnarrative>
271
    </location>
272 3641 aaronmk
</VegBIEN>
273 3907 aaronmk
Inserted 26 new rows into database