Project

General

Profile

« Previous | Next » 

Revision 4820

mappings/VegCore-VegBIEN.csv: Removed /_units:[default=m,to=m,to=]/value filter from fields. It should be added on a per-datasource basis instead.

View differences:

inputs/XAL/Specimen/VegBIEN.csv
2 2
darwin:InstitutionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/1",
3 3
darwin:CollectionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1",
4 4
darwin:CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
5
darwin:MaximumElevation,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
6
darwin:MinimumElevation,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
7
darwin:MinimumElevation,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
8
darwin:MaximumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
9
darwin:MinimumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
5
darwin:MaximumElevation,/location/elevation_m/_alt/2/_avg/max,
6
darwin:MinimumElevation,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
7
darwin:MinimumElevation,/location/elevationrange_m/_range/from/_rangeStart/value,
8
darwin:MaximumElevation,/location/elevationrange_m/_range/to/_alt/1,
9
darwin:MinimumElevation,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
10 10
darwin:CoordinatePrecision,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/2,
11 11
darwin:Latitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
12 12
darwin:Longitude,"/location/locationcoords/longitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
......
40 40
darwin:YearIdentified,"/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/determinationdate/_alt/2/_date/year/_nullIf:[null=0,type=float]/value",
41 41
darwin:Collector,/location/locationevent/taxonoccurrence/verbatimcollectorname,
42 42
darwin:CatalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then",
43
darwin:MaximumDepth,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value",
44
darwin:MinimumDepth,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value",
43
darwin:MaximumDepth,/location/locationevent/waterdepth_m/_avg/max,
44
darwin:MinimumDepth,/location/locationevent/waterdepth_m/_avg/min,
45 45
darwin:Locality,/location/locationnarrative/_merge/1,
46 46
darwin:ContinentOcean,/location/locationplace/*_id/placepath/continent,
47 47
darwin:Country,/location/locationplace/*_id/placepath/country,
inputs/NY/Specimen/VegBIEN.csv
3 3
InstitutionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/1",
4 4
CollectionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1",
5 5
CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
6
MaximumElevation,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
7
MinimumElevation,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value/_nullIf:[null=.]/value",
8
MinimumElevation,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value/_nullIf:[null=.]/value",
9
MaximumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
10
MinimumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value/_nullIf:[null=.]/value",
6
MaximumElevation,/location/elevation_m/_alt/2/_avg/max,
7
MinimumElevation,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value/_nullIf:[null=.]/value,
8
MinimumElevation,/location/elevationrange_m/_range/from/_rangeStart/value/_nullIf:[null=.]/value,
9
MaximumElevation,/location/elevationrange_m/_range/to/_alt/1,
10
MinimumElevation,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value/_nullIf:[null=.]/value,
11 11
CoordinatePrecision,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/2,
12 12
BoundingBox,/location/locationcoords/footprintgeometry_dwc,
13 13
Latitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
......
44 44
YearIdentified,"/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/determinationdate/_alt/2/_date/year/_nullIf:[null=0,type=float]/value",
45 45
Collector,/location/locationevent/taxonoccurrence/verbatimcollectorname,
46 46
CatalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then",
47
MaximumDepth,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value",
48
MinimumDepth,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value",
47
MaximumDepth,/location/locationevent/waterdepth_m/_avg/max,
48
MinimumDepth,/location/locationevent/waterdepth_m/_avg/min,
49 49
Locality,/location/locationnarrative/_merge/1/_join/1,
50 50
Substrate,"/location/locationnarrative/_merge/1/_join/2/_label[label=""substrate""]/value",
51 51
Vegetation,"/location/locationnarrative/_merge/1/_join/3/_label[label=""vegetation""]/value",
inputs/NY/Specimen/test.xml.ref
18 18
                </authorlocationcode>
19 19
                <elevation_m>
20 20
                    <_avg>
21
                        <max>
22
                            <_units>
23
                                <default>m</default>
24
                                <to>m</to>
25
                                <to></to>
26
                                <value>$MaximumElevation</value>
27
                            </_units>
28
                        </max>
21
                        <max>$MaximumElevation</max>
29 22
                        <min>
30
                            <_units>
31
                                <default>m</default>
32
                                <to>m</to>
33
                                <to></to>
23
                            <_rangeStart>
34 24
                                <value>
35
                                    <_rangeStart>
36
                                        <value>
37
                                            <_nullIf>
38
                                                <null>.</null>
39
                                                <value>$MinimumElevation</value>
40
                                            </_nullIf>
41
                                        </value>
42
                                    </_rangeStart>
25
                                    <_nullIf>
26
                                        <null>.</null>
27
                                        <value>$MinimumElevation</value>
28
                                    </_nullIf>
43 29
                                </value>
44
                            </_units>
30
                            </_rangeStart>
45 31
                        </min>
46 32
                    </_avg>
47 33
                </elevation_m>
48 34
                <elevationrange_m>
49 35
                    <_range>
50 36
                        <from>
51
                            <_units>
52
                                <default>m</default>
53
                                <to>m</to>
54
                                <to></to>
37
                            <_rangeStart>
55 38
                                <value>
56
                                    <_rangeStart>
39
                                    <_nullIf>
40
                                        <null>.</null>
41
                                        <value>$MinimumElevation</value>
42
                                    </_nullIf>
43
                                </value>
44
                            </_rangeStart>
45
                        </from>
46
                        <to>
47
                            <_alt>
48
                                <1>$MaximumElevation</1>
49
                                <2>
50
                                    <_rangeEnd>
57 51
                                        <value>
58 52
                                            <_nullIf>
59 53
                                                <null>.</null>
60 54
                                                <value>$MinimumElevation</value>
61 55
                                            </_nullIf>
62 56
                                        </value>
63
                                    </_rangeStart>
64
                                </value>
65
                            </_units>
66
                        </from>
67
                        <to>
68
                            <_units>
69
                                <default>m</default>
70
                                <to>m</to>
71
                                <to></to>
72
                                <value>
73
                                    <_alt>
74
                                        <1>$MaximumElevation</1>
75
                                        <2>
76
                                            <_rangeEnd>
77
                                                <value>
78
                                                    <_nullIf>
79
                                                        <null>.</null>
80
                                                        <value>$MinimumElevation</value>
81
                                                    </_nullIf>
82
                                                </value>
83
                                            </_rangeEnd>
84
                                        </2>
85
                                    </_alt>
86
                                </value>
87
                            </_units>
57
                                    </_rangeEnd>
58
                                </2>
59
                            </_alt>
88 60
                        </to>
89 61
                    </_range>
90 62
                </elevationrange_m>
......
223 195
                    </taxonoccurrence>
224 196
                    <waterdepth_m>
225 197
                        <_avg>
226
                            <max>
227
                                <_units>
228
                                    <default>m</default>
229
                                    <to>m</to>
230
                                    <to></to>
231
                                    <value>$MaximumDepth</value>
232
                                </_units>
233
                            </max>
234
                            <min>
235
                                <_units>
236
                                    <default>m</default>
237
                                    <to>m</to>
238
                                    <to></to>
239
                                    <value>$MinimumDepth</value>
240
                                </_units>
241
                            </min>
198
                            <max>$MaximumDepth</max>
199
                            <min>$MinimumDepth</min>
242 200
                        </_avg>
243 201
                    </waterdepth_m>
244 202
                </locationevent>
inputs/SALVIAS-CSV/Plot/VegBIEN.csv
6 6
PLOT_ID,"/location/_if[@name=""if subplot""]/then/parent_id/location/sourceaccessioncode","Brad: This is artificial internal database ID; a unique identifier within SALVIAS DB to each plot, within the table plotMetadata."
7 7
plot_area_ha,/location/area_m2/_ha_to_m2/value,"Brad: Area in hectares. Is there any way to store units?; Aaron: VegX plot area annotation says ""Total area of the plot in square meters."" so units are fixed"
8 8
elev_m,/location/elevation_m/_alt/1,Brad: Mean elevation in meters. This is a constrained decimal value; is there no place for this in VegX other than verbatimElevation? Check with Nick.
9
elev_max_m,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
10
elev_min_m,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
11
elev_min_m,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
12
elev_max_m,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
13
elev_min_m,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
9
elev_max_m,/location/elevation_m/_alt/2/_avg/max,
10
elev_min_m,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
11
elev_min_m,/location/elevationrange_m/_range/from/_rangeStart/value,
12
elev_max_m,/location/elevationrange_m/_range/to/_alt/1,
13
elev_min_m,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
14 14
lat_decimal,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
15 15
long_decimal,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
16 16
plot_methodology,/location/locationevent/*_id/method/name,
inputs/SALVIAS-CSV/Plot/test.xml.ref
12 12
                        <1>$elev_m</1>
13 13
                        <2>
14 14
                            <_avg>
15
                                <max>
16
                                    <_units>
17
                                        <default>m</default>
18
                                        <to>m</to>
19
                                        <to></to>
20
                                        <value>$elev_max_m</value>
21
                                    </_units>
22
                                </max>
23
                                <min>
24
                                    <_units>
25
                                        <default>m</default>
26
                                        <to>m</to>
27
                                        <to></to>
28
                                        <value><_rangeStart><value>$elev_min_m</value></_rangeStart></value>
29
                                    </_units>
30
                                </min>
15
                                <max>$elev_max_m</max>
16
                                <min><_rangeStart><value>$elev_min_m</value></_rangeStart></min>
31 17
                            </_avg>
32 18
                        </2>
33 19
                    </_alt>
34 20
                </elevation_m>
35 21
                <elevationrange_m>
36 22
                    <_range>
37
                        <from>
38
                            <_units>
39
                                <default>m</default>
40
                                <to>m</to>
41
                                <to></to>
42
                                <value><_rangeStart><value>$elev_min_m</value></_rangeStart></value>
43
                            </_units>
44
                        </from>
23
                        <from><_rangeStart><value>$elev_min_m</value></_rangeStart></from>
45 24
                        <to>
46
                            <_units>
47
                                <default>m</default>
48
                                <to>m</to>
49
                                <to></to>
50
                                <value>
51
                                    <_alt>
52
                                        <1>$elev_max_m</1>
53
                                        <2><_rangeEnd><value>$elev_min_m</value></_rangeEnd></2>
54
                                    </_alt>
55
                                </value>
56
                            </_units>
25
                            <_alt>
26
                                <1>$elev_max_m</1>
27
                                <2><_rangeEnd><value>$elev_min_m</value></_rangeEnd></2>
28
                            </_alt>
57 29
                        </to>
58 30
                    </_range>
59 31
                </elevationrange_m>
inputs/SALVIAS/plotMetadata/VegBIEN.csv
6 6
PlotID,"/location/_if[@name=""if subplot""]/then/parent_id/location/sourceaccessioncode","Brad: This is artificial internal database ID; a unique identifier within SALVIAS DB to each plot, within the table plotMetadata."
7 7
plot_area_ha,/location/area_m2/_ha_to_m2/value,"Brad: Area in hectares. Is there any way to store units?; Aaron: VegX plot area annotation says ""Total area of the plot in square meters."" so units are fixed"
8 8
Elev,/location/elevation_m/_alt/1,Brad: Mean elevation in meters. This is a constrained decimal value; is there no place for this in VegX other than verbatimElevation? Check with Nick.
9
elev_max_m,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
10
elev_min_m,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
11
elev_min_m,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
12
elev_max_m,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
13
elev_min_m,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
9
elev_max_m,/location/elevation_m/_alt/2/_avg/max,
10
elev_min_m,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
11
elev_min_m,/location/elevationrange_m/_range/from/_rangeStart/value,
12
elev_max_m,/location/elevationrange_m/_range/to/_alt/1,
13
elev_min_m,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
14 14
LatDec,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
15 15
LongDec,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
16 16
PlotMethod,/location/locationevent/*_id/method/name,
inputs/SALVIAS/plotMetadata/test.xml.ref
12 12
                        <1>$Elev</1>
13 13
                        <2>
14 14
                            <_avg>
15
                                <max>
16
                                    <_units>
17
                                        <default>m</default>
18
                                        <to>m</to>
19
                                        <to></to>
20
                                        <value>$elev_max_m</value>
21
                                    </_units>
22
                                </max>
23
                                <min>
24
                                    <_units>
25
                                        <default>m</default>
26
                                        <to>m</to>
27
                                        <to></to>
28
                                        <value><_rangeStart><value>$elev_min_m</value></_rangeStart></value>
29
                                    </_units>
30
                                </min>
15
                                <max>$elev_max_m</max>
16
                                <min><_rangeStart><value>$elev_min_m</value></_rangeStart></min>
31 17
                            </_avg>
32 18
                        </2>
33 19
                    </_alt>
34 20
                </elevation_m>
35 21
                <elevationrange_m>
36 22
                    <_range>
37
                        <from>
38
                            <_units>
39
                                <default>m</default>
40
                                <to>m</to>
41
                                <to></to>
42
                                <value><_rangeStart><value>$elev_min_m</value></_rangeStart></value>
43
                            </_units>
44
                        </from>
23
                        <from><_rangeStart><value>$elev_min_m</value></_rangeStart></from>
45 24
                        <to>
46
                            <_units>
47
                                <default>m</default>
48
                                <to>m</to>
49
                                <to></to>
50
                                <value>
51
                                    <_alt>
52
                                        <1>$elev_max_m</1>
53
                                        <2><_rangeEnd><value>$elev_min_m</value></_rangeEnd></2>
54
                                    </_alt>
55
                                </value>
56
                            </_units>
25
                            <_alt>
26
                                <1>$elev_max_m</1>
27
                                <2><_rangeEnd><value>$elev_min_m</value></_rangeEnd></2>
28
                            </_alt>
57 29
                        </to>
58 30
                    </_range>
59 31
                </elevationrange_m>
inputs/ARIZ/Specimen/VegBIEN.csv
4 4
CollectionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1",
5 5
CatalogNumberNumeric,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else/_alt/1",
6 6
CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else/_alt/2",Don't overwrite CatalogNumberNumeric
7
MaximumElevationInMeters,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
8
MinimumElevationInMeters,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
9
MinimumElevationInMeters,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
10
MaximumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
11
MinimumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
7
MaximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
8
MinimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
9
MinimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
10
MaximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
11
MinimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
12 12
CoordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
13 13
BoundingBox,/location/locationcoords/footprintgeometry_dwc,
14 14
DecimalLatitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
......
52 52
Collector,/location/locationevent/taxonoccurrence/verbatimcollectorname,
53 53
CatalogNumberNumeric,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then/_alt/1",
54 54
CatalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then/_alt/2",Don't overwrite CatalogNumberNumeric
55
MaximumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value",
56
MinimumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value",
55
MaximumDepthInMeters,/location/locationevent/waterdepth_m/_avg/max,
56
MinimumDepthInMeters,/location/locationevent/waterdepth_m/_avg/min,
57 57
Locality,/location/locationnarrative/_merge/1,
58 58
ContinentOcean,/location/locationplace/*_id/placepath/continent,
59 59
Country,/location/locationplace/*_id/placepath/country,
inputs/ARIZ/Specimen/test.xml.ref
23 23
                </authorlocationcode>
24 24
                <elevation_m>
25 25
                    <_avg>
26
                        <max>
27
                            <_units>
28
                                <default>m</default>
29
                                <to>m</to>
30
                                <to></to>
31
                                <value>$MaximumElevationInMeters</value>
32
                            </_units>
33
                        </max>
34
                        <min>
35
                            <_units>
36
                                <default>m</default>
37
                                <to>m</to>
38
                                <to></to>
39
                                <value><_rangeStart><value>$MinimumElevationInMeters</value></_rangeStart></value>
40
                            </_units>
41
                        </min>
26
                        <max>$MaximumElevationInMeters</max>
27
                        <min><_rangeStart><value>$MinimumElevationInMeters</value></_rangeStart></min>
42 28
                    </_avg>
43 29
                </elevation_m>
44 30
                <elevationrange_m>
45 31
                    <_range>
46
                        <from>
47
                            <_units>
48
                                <default>m</default>
49
                                <to>m</to>
50
                                <to></to>
51
                                <value><_rangeStart><value>$MinimumElevationInMeters</value></_rangeStart></value>
52
                            </_units>
53
                        </from>
32
                        <from><_rangeStart><value>$MinimumElevationInMeters</value></_rangeStart></from>
54 33
                        <to>
55
                            <_units>
56
                                <default>m</default>
57
                                <to>m</to>
58
                                <to></to>
59
                                <value>
60
                                    <_alt>
61
                                        <1>$MaximumElevationInMeters</1>
62
                                        <2><_rangeEnd><value>$MinimumElevationInMeters</value></_rangeEnd></2>
63
                                    </_alt>
64
                                </value>
65
                            </_units>
34
                            <_alt>
35
                                <1>$MaximumElevationInMeters</1>
36
                                <2><_rangeEnd><value>$MinimumElevationInMeters</value></_rangeEnd></2>
37
                            </_alt>
66 38
                        </to>
67 39
                    </_range>
68 40
                </elevationrange_m>
......
234 206
                    </taxonoccurrence>
235 207
                    <waterdepth_m>
236 208
                        <_avg>
237
                            <max>
238
                                <_units>
239
                                    <default>m</default>
240
                                    <to>m</to>
241
                                    <to></to>
242
                                    <value>$MaximumDepthInMeters</value>
243
                                </_units>
244
                            </max>
245
                            <min>
246
                                <_units>
247
                                    <default>m</default>
248
                                    <to>m</to>
249
                                    <to></to>
250
                                    <value>$MinimumDepthInMeters</value>
251
                                </_units>
252
                            </min>
209
                            <max>$MaximumDepthInMeters</max>
210
                            <min>$MinimumDepthInMeters</min>
253 211
                        </_avg>
254 212
                    </waterdepth_m>
255 213
                </locationevent>
inputs/GBIF/Specimen/VegBIEN.csv
2 2
InstitutionCD,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/1",
3 3
CollectionCD,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1",
4 4
CatalogNO,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
5
MaximumElevationInMeter,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
6
MinimumElevationInMeter,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
7
MinimumElevationInMeter,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
8
MaximumElevationInMeter,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
9
MinimumElevationInMeter,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
5
MaximumElevationInMeter,/location/elevation_m/_alt/2/_avg/max,
6
MinimumElevationInMeter,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
7
MinimumElevationInMeter,/location/elevationrange_m/_range/from/_rangeStart/value,
8
MaximumElevationInMeter,/location/elevationrange_m/_range/to/_alt/1,
9
MinimumElevationInMeter,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
10 10
DecimalLatitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
11 11
VerbatimLatitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
12 12
DecimalLongitude,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
inputs/GBIF/Specimen/test.xml.ref
13 13
                </authorlocationcode>
14 14
                <elevation_m>
15 15
                    <_avg>
16
                        <max>
17
                            <_units>
18
                                <default>m</default>
19
                                <to>m</to>
20
                                <to></to>
21
                                <value>$MaximumElevationInMeter</value>
22
                            </_units>
23
                        </max>
24
                        <min>
25
                            <_units>
26
                                <default>m</default>
27
                                <to>m</to>
28
                                <to></to>
29
                                <value><_rangeStart><value>$MinimumElevationInMeter</value></_rangeStart></value>
30
                            </_units>
31
                        </min>
16
                        <max>$MaximumElevationInMeter</max>
17
                        <min><_rangeStart><value>$MinimumElevationInMeter</value></_rangeStart></min>
32 18
                    </_avg>
33 19
                </elevation_m>
34 20
                <elevationrange_m>
35 21
                    <_range>
36
                        <from>
37
                            <_units>
38
                                <default>m</default>
39
                                <to>m</to>
40
                                <to></to>
41
                                <value><_rangeStart><value>$MinimumElevationInMeter</value></_rangeStart></value>
42
                            </_units>
43
                        </from>
22
                        <from><_rangeStart><value>$MinimumElevationInMeter</value></_rangeStart></from>
44 23
                        <to>
45
                            <_units>
46
                                <default>m</default>
47
                                <to>m</to>
48
                                <to></to>
49
                                <value>
50
                                    <_alt>
51
                                        <1>$MaximumElevationInMeter</1>
52
                                        <2><_rangeEnd><value>$MinimumElevationInMeter</value></_rangeEnd></2>
53
                                    </_alt>
54
                                </value>
55
                            </_units>
24
                            <_alt>
25
                                <1>$MaximumElevationInMeter</1>
26
                                <2><_rangeEnd><value>$MinimumElevationInMeter</value></_rangeEnd></2>
27
                            </_alt>
56 28
                        </to>
57 29
                    </_range>
58 30
                </elevationrange_m>
inputs/SpeciesLink/Specimen/VegBIEN.csv
10 10
conceptual_darwin_2003_1_0_CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
11 11
dwc_dwcore_CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
12 12
dwc_terms_catalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
13
conceptual_darwin_2003_1_0_MaximumElevation,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
14
dwc_dwcore_MaximumElevationInMeters,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
15
dwc_terms_maximumElevationInMeters,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
16
conceptual_darwin_2003_1_0_MinimumElevation,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
17
dwc_dwcore_MinimumElevationInMeters,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
18
dwc_terms_minimumElevationInMeters,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
19
conceptual_darwin_2003_1_0_MinimumElevation,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
20
dwc_dwcore_MinimumElevationInMeters,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
21
dwc_terms_minimumElevationInMeters,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
22
conceptual_darwin_2003_1_0_MaximumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
23
dwc_dwcore_MaximumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
24
dwc_terms_maximumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
25
conceptual_darwin_2003_1_0_MinimumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
26
dwc_dwcore_MinimumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
27
dwc_terms_minimumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
13
conceptual_darwin_2003_1_0_MaximumElevation,/location/elevation_m/_alt/2/_avg/max,
14
dwc_dwcore_MaximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
15
dwc_terms_maximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
16
conceptual_darwin_2003_1_0_MinimumElevation,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
17
dwc_dwcore_MinimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
18
dwc_terms_minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
19
conceptual_darwin_2003_1_0_MinimumElevation,/location/elevationrange_m/_range/from/_rangeStart/value,
20
dwc_dwcore_MinimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
21
dwc_terms_minimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
22
conceptual_darwin_2003_1_0_MaximumElevation,/location/elevationrange_m/_range/to/_alt/1,
23
dwc_dwcore_MaximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
24
dwc_terms_maximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
25
conceptual_darwin_2003_1_0_MinimumElevation,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
26
dwc_dwcore_MinimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
27
dwc_terms_minimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
28 28
dwc_terms_coordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
29 29
conceptual_darwin_2003_1_0_CoordinatePrecision,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/2,
30 30
conceptual_darwin_2003_1_0_BoundingBox,/location/locationcoords/footprintgeometry_dwc,
......
148 148
conceptual_darwin_2003_1_0_CatalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then",
149 149
dwc_dwcore_CatalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then",
150 150
dwc_terms_catalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then",
151
conceptual_darwin_2003_1_0_MaximumDepth,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value",
152
dwc_dwcore_MaximumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value",
153
dwc_terms_maximumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value",
154
conceptual_darwin_2003_1_0_MinimumDepth,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value",
155
dwc_dwcore_MinimumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value",
156
dwc_terms_minimumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value",
151
conceptual_darwin_2003_1_0_MaximumDepth,/location/locationevent/waterdepth_m/_avg/max,
152
dwc_dwcore_MaximumDepthInMeters,/location/locationevent/waterdepth_m/_avg/max,
153
dwc_terms_maximumDepthInMeters,/location/locationevent/waterdepth_m/_avg/max,
154
conceptual_darwin_2003_1_0_MinimumDepth,/location/locationevent/waterdepth_m/_avg/min,
155
dwc_dwcore_MinimumDepthInMeters,/location/locationevent/waterdepth_m/_avg/min,
156
dwc_terms_minimumDepthInMeters,/location/locationevent/waterdepth_m/_avg/min,
157 157
conceptual_darwin_2003_1_0_Locality,/location/locationnarrative/_merge/1,
158 158
dwc_dwcore_Locality,/location/locationnarrative/_merge/1,
159 159
dwc_terms_locality,/location/locationnarrative/_merge/1,
inputs/SpeciesLink/Specimen/test.xml.ref
42 42
                <elevation_m>
43 43
                    <_avg>
44 44
                        <max>
45
                            <_units>
46
                                <default>m</default>
47
                                <to>m</to>
48
                                <to></to>
45
                            <_alt>
46
                                <0>$conceptual_darwin_2003_1_0_MaximumElevation</0>
47
                                <1>$dwc_dwcore_MaximumElevationInMeters</1>
48
                                <2>$dwc_terms_maximumElevationInMeters</2>
49
                            </_alt>
50
                        </max>
51
                        <min>
52
                            <_rangeStart>
49 53
                                <value>
50 54
                                    <_alt>
51
                                        <0>$conceptual_darwin_2003_1_0_MaximumElevation</0>
52
                                        <1>$dwc_dwcore_MaximumElevationInMeters</1>
53
                                        <2>$dwc_terms_maximumElevationInMeters</2>
55
                                        <0>$conceptual_darwin_2003_1_0_MinimumElevation</0>
56
                                        <1>$dwc_dwcore_MinimumElevationInMeters</1>
57
                                        <2>$dwc_terms_minimumElevationInMeters</2>
54 58
                                    </_alt>
55 59
                                </value>
56
                            </_units>
57
                        </max>
58
                        <min>
59
                            <_units>
60
                                <default>m</default>
61
                                <to>m</to>
62
                                <to></to>
63
                                <value>
64
                                    <_rangeStart>
65
                                        <value>
66
                                            <_alt>
67
                                                <0>$conceptual_darwin_2003_1_0_MinimumElevation</0>
68
                                                <1>$dwc_dwcore_MinimumElevationInMeters</1>
69
                                                <2>$dwc_terms_minimumElevationInMeters</2>
70
                                            </_alt>
71
                                        </value>
72
                                    </_rangeStart>
73
                                </value>
74
                            </_units>
60
                            </_rangeStart>
75 61
                        </min>
76 62
                    </_avg>
77 63
                </elevation_m>
78 64
                <elevationrange_m>
79 65
                    <_range>
80 66
                        <from>
81
                            <_units>
82
                                <default>m</default>
83
                                <to>m</to>
84
                                <to></to>
67
                            <_rangeStart>
85 68
                                <value>
86
                                    <_rangeStart>
69
                                    <_alt>
70
                                        <0>$conceptual_darwin_2003_1_0_MinimumElevation</0>
71
                                        <1>$dwc_dwcore_MinimumElevationInMeters</1>
72
                                        <2>$dwc_terms_minimumElevationInMeters</2>
73
                                    </_alt>
74
                                </value>
75
                            </_rangeStart>
76
                        </from>
77
                        <to>
78
                            <_alt>
79
                                <1>
80
                                    <_alt>
81
                                        <0>$conceptual_darwin_2003_1_0_MaximumElevation</0>
82
                                        <1>$dwc_dwcore_MaximumElevationInMeters</1>
83
                                        <2>$dwc_terms_maximumElevationInMeters</2>
84
                                    </_alt>
85
                                </1>
86
                                <2>
87
                                    <_rangeEnd>
87 88
                                        <value>
88 89
                                            <_alt>
89 90
                                                <0>$conceptual_darwin_2003_1_0_MinimumElevation</0>
......
91 92
                                                <2>$dwc_terms_minimumElevationInMeters</2>
92 93
                                            </_alt>
93 94
                                        </value>
94
                                    </_rangeStart>
95
                                </value>
96
                            </_units>
97
                        </from>
98
                        <to>
99
                            <_units>
100
                                <default>m</default>
101
                                <to>m</to>
102
                                <to></to>
103
                                <value>
104
                                    <_alt>
105
                                        <1>
106
                                            <_alt>
107
                                                <0>$conceptual_darwin_2003_1_0_MaximumElevation</0>
108
                                                <1>$dwc_dwcore_MaximumElevationInMeters</1>
109
                                                <2>$dwc_terms_maximumElevationInMeters</2>
110
                                            </_alt>
111
                                        </1>
112
                                        <2>
113
                                            <_rangeEnd>
114
                                                <value>
115
                                                    <_alt>
116
                                                        <0>$conceptual_darwin_2003_1_0_MinimumElevation</0>
117
                                                        <1>$dwc_dwcore_MinimumElevationInMeters</1>
118
                                                        <2>$dwc_terms_minimumElevationInMeters</2>
119
                                                    </_alt>
120
                                                </value>
121
                                            </_rangeEnd>
122
                                        </2>
123
                                    </_alt>
124
                                </value>
125
                            </_units>
95
                                    </_rangeEnd>
96
                                </2>
97
                            </_alt>
126 98
                        </to>
127 99
                    </_range>
128 100
                </elevationrange_m>
......
490 462
                    <waterdepth_m>
491 463
                        <_avg>
492 464
                            <max>
493
                                <_units>
494
                                    <default>m</default>
495
                                    <to>m</to>
496
                                    <to></to>
497
                                    <value>
498
                                        <_alt>
499
                                            <0>$conceptual_darwin_2003_1_0_MaximumDepth</0>
500
                                            <1>$dwc_dwcore_MaximumDepthInMeters</1>
501
                                            <2>$dwc_terms_maximumDepthInMeters</2>
502
                                        </_alt>
503
                                    </value>
504
                                </_units>
465
                                <_alt>
466
                                    <0>$conceptual_darwin_2003_1_0_MaximumDepth</0>
467
                                    <1>$dwc_dwcore_MaximumDepthInMeters</1>
468
                                    <2>$dwc_terms_maximumDepthInMeters</2>
469
                                </_alt>
505 470
                            </max>
506 471
                            <min>
507
                                <_units>
508
                                    <default>m</default>
509
                                    <to>m</to>
510
                                    <to></to>
511
                                    <value>
512
                                        <_alt>
513
                                            <0>$conceptual_darwin_2003_1_0_MinimumDepth</0>
514
                                            <1>$dwc_dwcore_MinimumDepthInMeters</1>
515
                                            <2>$dwc_terms_minimumDepthInMeters</2>
516
                                        </_alt>
517
                                    </value>
518
                                </_units>
472
                                <_alt>
473
                                    <0>$conceptual_darwin_2003_1_0_MinimumDepth</0>
474
                                    <1>$dwc_dwcore_MinimumDepthInMeters</1>
475
                                    <2>$dwc_terms_minimumDepthInMeters</2>
476
                                </_alt>
519 477
                            </min>
520 478
                        </_avg>
521 479
                    </waterdepth_m>
inputs/MO/Specimen/VegBIEN.csv
2 2
InstitutionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/1",
3 3
CollectionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1",
4 4
CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
5
MaximumElevation,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
6
MinimumElevation,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
7
MinimumElevation,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
8
MaximumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
9
MinimumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
5
MaximumElevation,/location/elevation_m/_alt/2/_avg/max,
6
MinimumElevation,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
7
MinimumElevation,/location/elevationrange_m/_range/from/_rangeStart/value,
8
MaximumElevation,/location/elevationrange_m/_range/to/_alt/1,
9
MinimumElevation,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
10 10
latitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
11 11
longitude,"/location/locationcoords/longitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
12 12
DayCollected,"/location/locationevent/taxonoccurrence/aggregateoccurrence/collectiondate/_alt/2/_date/day/_nullIf:[null=0,type=float]/value",
inputs/MO/Specimen/test.xml.ref
13 13
                </authorlocationcode>
14 14
                <elevation_m>
15 15
                    <_avg>
16
                        <max>
17
                            <_units>
18
                                <default>m</default>
19
                                <to>m</to>
20
                                <to></to>
21
                                <value>$MaximumElevation</value>
22
                            </_units>
23
                        </max>
24
                        <min>
25
                            <_units>
26
                                <default>m</default>
27
                                <to>m</to>
28
                                <to></to>
29
                                <value><_rangeStart><value>$MinimumElevation</value></_rangeStart></value>
30
                            </_units>
31
                        </min>
16
                        <max>$MaximumElevation</max>
17
                        <min><_rangeStart><value>$MinimumElevation</value></_rangeStart></min>
32 18
                    </_avg>
33 19
                </elevation_m>
34 20
                <elevationrange_m>
35 21
                    <_range>
36
                        <from>
37
                            <_units>
38
                                <default>m</default>
39
                                <to>m</to>
40
                                <to></to>
41
                                <value><_rangeStart><value>$MinimumElevation</value></_rangeStart></value>
42
                            </_units>
43
                        </from>
22
                        <from><_rangeStart><value>$MinimumElevation</value></_rangeStart></from>
44 23
                        <to>
45
                            <_units>
46
                                <default>m</default>
47
                                <to>m</to>
48
                                <to></to>
49
                                <value>
50
                                    <_alt>
51
                                        <1>$MaximumElevation</1>
52
                                        <2><_rangeEnd><value>$MinimumElevation</value></_rangeEnd></2>
53
                                    </_alt>
54
                                </value>
55
                            </_units>
24
                            <_alt>
25
                                <1>$MaximumElevation</1>
26
                                <2><_rangeEnd><value>$MinimumElevation</value></_rangeEnd></2>
27
                            </_alt>
56 28
                        </to>
57 29
                    </_range>
58 30
                </elevationrange_m>
inputs/QMOR/Specimen/VegBIEN.csv
5 5
collectionID,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/2",
6 6
catalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
7 7
verbatimElevation,"/location/elevation_m/_alt/1/_units:[to=m,to=]/value",
8
maximumElevationInMeters,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
9
minimumElevationInMeters,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
10
minimumElevationInMeters,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
11
maximumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
12
minimumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
8
maximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
9
minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
10
minimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
11
maximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
12
minimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
13 13
coordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
14 14
footprintWKT,/location/locationcoords/footprintgeometry_dwc,
15 15
decimalLatitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
inputs/QMOR/Specimen/test.xml.ref
32 32
                        </1>
33 33
                        <2>
34 34
                            <_avg>
35
                                <max>
36
                                    <_units>
37
                                        <default>m</default>
38
                                        <to>m</to>
39
                                        <to></to>
40
                                        <value>$maximumElevationInMeters</value>
41
                                    </_units>
42
                                </max>
43
                                <min>
44
                                    <_units>
45
                                        <default>m</default>
46
                                        <to>m</to>
47
                                        <to></to>
48
                                        <value><_rangeStart><value>$minimumElevationInMeters</value></_rangeStart></value>
49
                                    </_units>
50
                                </min>
35
                                <max>$maximumElevationInMeters</max>
36
                                <min><_rangeStart><value>$minimumElevationInMeters</value></_rangeStart></min>
51 37
                            </_avg>
52 38
                        </2>
53 39
                    </_alt>
54 40
                </elevation_m>
55 41
                <elevationrange_m>
56 42
                    <_range>
57
                        <from>
58
                            <_units>
59
                                <default>m</default>
60
                                <to>m</to>
61
                                <to></to>
62
                                <value><_rangeStart><value>$minimumElevationInMeters</value></_rangeStart></value>
63
                            </_units>
64
                        </from>
43
                        <from><_rangeStart><value>$minimumElevationInMeters</value></_rangeStart></from>
65 44
                        <to>
66
                            <_units>
67
                                <default>m</default>
68
                                <to>m</to>
69
                                <to></to>
70
                                <value>
71
                                    <_alt>
72
                                        <1>$maximumElevationInMeters</1>
73
                                        <2><_rangeEnd><value>$minimumElevationInMeters</value></_rangeEnd></2>
74
                                    </_alt>
75
                                </value>
76
                            </_units>
45
                            <_alt>
46
                                <1>$maximumElevationInMeters</1>
47
                                <2><_rangeEnd><value>$minimumElevationInMeters</value></_rangeEnd></2>
48
                            </_alt>
77 49
                        </to>
78 50
                    </_range>
79 51
                </elevationrange_m>
mappings/VegCore-VegBIEN.csv
18 18
subplot,/location/authorlocationcode,
19 19
elevationInMeters,/location/elevation_m/_alt/1,
20 20
verbatimElevation,"/location/elevation_m/_alt/1/_units:[to=m,to=]/value",
21
maximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
21 22
verbatimElevation_m,/location/elevation_m/_alt/2/_avg/max/_rangeEnd/value,
22
maximumElevationInMeters,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
23
minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
23 24
verbatimElevation_m,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
24
minimumElevationInMeters,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
25
minimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
25 26
verbatimElevation_m,/location/elevationrange_m/_range/from/_rangeStart/value,
26
minimumElevationInMeters,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
27
maximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
28
minimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
27 29
verbatimElevation_m,/location/elevationrange_m/_range/to/_rangeEnd/value,
28
maximumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
29
minimumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
30 30
landform,/location/landform,
31 31
coordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
32 32
coordinatePrecision,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/2,
......
160 160
voucherType,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/cond/_eq:[right=indirect]/left",
161 161
catalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then",
162 162
temperature,/location/locationevent/temperature_c,
163
maximumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value",
164
minimumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value",
163
maximumDepthInMeters,/location/locationevent/waterdepth_m/_avg/max,
164
minimumDepthInMeters,/location/locationevent/waterdepth_m/_avg/min,
165 165
locality,/location/locationnarrative/_merge/1,
166 166
verbatimLocality,/location/locationnarrative/_merge/2,
167 167
habitat,"/location/locationnarrative/_merge/3/_label[label=""habitat""]/value","Brad: Free-text description of vegetation community where collected, frequently redundane wrt 'Vegetation'. Bob, Nick: keep as user defined or create special element?"
mappings/for_review/VegCore-VegBIEN.csv
18 18
subplot,//location/authorlocationcode,
19 19
elevationInMeters,//location/elevation_m,
20 20
verbatimElevation,//location/elevation_m,
21
verbatimElevation_m,//location/elevation_m,
22 21
maximumElevationInMeters,//location/elevation_m,
23 22
verbatimElevation_m,//location/elevation_m,
24 23
minimumElevationInMeters,//location/elevation_m,
25
verbatimElevation_m,//location/elevationrange_m,
24
verbatimElevation_m,//location/elevation_m,
26 25
minimumElevationInMeters,//location/elevationrange_m,
27 26
verbatimElevation_m,//location/elevationrange_m,
28 27
maximumElevationInMeters,//location/elevationrange_m,
29 28
minimumElevationInMeters,//location/elevationrange_m,
29
verbatimElevation_m,//location/elevationrange_m,
30 30
landform,//location/landform,
31 31
coordinateUncertaintyInMeters,//locationcoords/coordsaccuracy_deg,
32 32
coordinatePrecision,//locationcoords/coordsaccuracy_deg,

Also available in: Unified diff