Revision 10997
Added by Aaron Marcuse-Kubitza about 11 years ago
inputs/VegBank/taxonobservation_/test.xml.ref | ||
---|---|---|
7 | 7 |
<next>parent_id</next> |
8 | 8 |
<path> |
9 | 9 |
<location> |
10 |
<authorlocationcode> |
|
11 |
<_if name="if plot"> |
|
12 |
<cond> |
|
13 |
<_eq> |
|
14 |
<right>plot</right> |
|
15 |
<left>$observationGranularity</left> |
|
16 |
</_eq> |
|
17 |
</cond> |
|
18 |
<else>$accessionNumber</else> |
|
19 |
</_if> |
|
20 |
</authorlocationcode> |
|
21 | 10 |
<locationevent> |
22 | 11 |
<sourceaccessioncode>$eventID</sourceaccessioncode> |
23 | 12 |
<taxonoccurrence> |
Also available in: Unified diff
bugfix: inputs/VegBank/taxonobservation_/test.xml.ref: updated after reloading staging table. this fixed a bug where observationGranularity apparently either did not exist or was not the right type of constant column to be properly inlined the last time the tester was run. the inlining is important for using metadata switches to generate the correct XML import script.