Revision 3980
Added by Aaron Marcuse-Kubitza over 12 years ago
import.specimens.xml.ref | ||
---|---|---|
210 | 210 |
</plantobservation> |
211 | 211 |
</aggregateoccurrence> |
212 | 212 |
<taxondetermination> |
213 |
<iscurrent>true</iscurrent>
|
|
213 |
<isoriginal>true</isoriginal>
|
|
214 | 214 |
<role>identifier</role> |
215 | 215 |
<party_id> |
216 | 216 |
<party> |
... | ... | |
219 | 219 |
<surname><_namePart><last>$IdentifiedBy</last></_namePart></surname> |
220 | 220 |
</party> |
221 | 221 |
</party_id> |
222 |
<determinationdate> |
|
223 |
<_date> |
|
224 |
<date> |
|
225 |
<_dateRangeStart> |
|
226 |
<value> |
|
227 |
<_alt> |
|
228 |
<1> |
|
229 |
<_date> |
|
230 |
<day> |
|
231 |
<_nullIf> |
|
232 |
<null>0</null> |
|
233 |
<type>float</type> |
|
234 |
<value>$DayIdentified</value> |
|
235 |
</_nullIf> |
|
236 |
</day> |
|
237 |
<month> |
|
238 |
<_nullIf> |
|
239 |
<null>0</null> |
|
240 |
<type>float</type> |
|
241 |
<value>$MonthIdentified</value> |
|
242 |
</_nullIf> |
|
243 |
</month> |
|
244 |
<year> |
|
245 |
<_nullIf> |
|
246 |
<null>0</null> |
|
247 |
<type>float</type> |
|
248 |
<value>$YearIdentified</value> |
|
249 |
</_nullIf> |
|
250 |
</year> |
|
251 |
</_date> |
|
252 |
</1> |
|
253 |
</_alt> |
|
254 |
</value> |
|
255 |
</_dateRangeStart> |
|
256 |
</date> |
|
257 |
</_date> |
|
258 |
</determinationdate> |
|
259 |
<notes>$Remarks</notes> |
|
260 |
<taxonfit>$IdentificationModifier</taxonfit> |
|
261 |
<isoriginal>true</isoriginal> |
|
262 | 222 |
<plantconcept_id> |
263 | 223 |
<plantconcept> |
264 | 224 |
<plantname_id> |
... | ... | |
333 | 293 |
</plantname_id> |
334 | 294 |
</plantconcept> |
335 | 295 |
</plantconcept_id> |
296 |
<determinationdate> |
|
297 |
<_date> |
|
298 |
<date> |
|
299 |
<_dateRangeStart> |
|
300 |
<value> |
|
301 |
<_alt> |
|
302 |
<1> |
|
303 |
<_date> |
|
304 |
<day> |
|
305 |
<_nullIf> |
|
306 |
<null>0</null> |
|
307 |
<type>float</type> |
|
308 |
<value>$DayIdentified</value> |
|
309 |
</_nullIf> |
|
310 |
</day> |
|
311 |
<month> |
|
312 |
<_nullIf> |
|
313 |
<null>0</null> |
|
314 |
<type>float</type> |
|
315 |
<value>$MonthIdentified</value> |
|
316 |
</_nullIf> |
|
317 |
</month> |
|
318 |
<year> |
|
319 |
<_nullIf> |
|
320 |
<null>0</null> |
|
321 |
<type>float</type> |
|
322 |
<value>$YearIdentified</value> |
|
323 |
</_nullIf> |
|
324 |
</year> |
|
325 |
</_date> |
|
326 |
</1> |
|
327 |
</_alt> |
|
328 |
</value> |
|
329 |
</_dateRangeStart> |
|
330 |
</date> |
|
331 |
</_date> |
|
332 |
</determinationdate> |
|
333 |
<notes>$Remarks</notes> |
|
334 |
<taxonfit>$IdentificationModifier</taxonfit> |
|
336 | 335 |
</taxondetermination> |
337 | 336 |
<verbatimcollectorname>$Collector</verbatimcollectorname> |
338 | 337 |
</taxonoccurrence> |
Also available in: Unified diff
mappings/DwC2-VegBIEN.specimens.csv, VegCSV-VegBIEN.specimens.csv: taxondetermination mappings: Removed iscurrent=true because it is not the role of the mappings to specify which taxondetermination is the current one. Eventually, the order of the determinations will need to be specified using a sort # or similar, and the DB will select the current one for queries to use. Ensure all mappings have :[isoriginal=true] so that they match up between DwC and VegCSV.