Project

General

Profile

« Previous | Next » 

Revision 10301

inputs/Madidi/: switched to new-style import

View differences:

test.xml.ref
7 7
                <next>parent_id</next>
8 8
                <path>
9 9
                    <location>
10
                        <authorlocationcode>$PlotName</authorlocationcode>
11
                        <sourceaccessioncode>$PlotID</sourceaccessioncode>
12
                        <area_m2><_ha_to_m2><value>$Area</value></_ha_to_m2></area_m2>
10
                        <authorlocationcode>$locationName</authorlocationcode>
11
                        <sourceaccessioncode>$locationID</sourceaccessioncode>
12
                        <area_m2><_ha_to_m2><value>$plotArea_ha</value></_ha_to_m2></area_m2>
13 13
                        <elevation_m>
14 14
                            <_avg>
15
                                <1>$MinimumElevationMeters</1>
16
                                <2>$MaximumElevationMeters</2>
15
                                <1>$minimumElevationInMeters</1>
16
                                <2>$maximumElevationInMeters</2>
17 17
                            </_avg>
18 18
                        </elevation_m>
19
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$LocalityDescription</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
20
                        <landform>$Topography</landform>
19
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$locality</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
20
                        <landform>$landform</landform>
21 21
                        <locationnarrative>
22 22
                            <_merge>
23
                                <1>$LocalityDescription</1>
24
                                <4>$Note</4>
23
                                <1>$locality</1>
24
                                <4>$locationRemarks</4>
25 25
                            </_merge>
26 26
                        </locationnarrative>
27 27
                        <locationplace>
......
33 33
                                                <_nullIf>
34 34
                                                    <null>0</null>
35 35
                                                    <type>float</type>
36
                                                    <value>$LatitudeDecDeg</value>
36
                                                    <value>$decimalLatitude</value>
37 37
                                                </_nullIf>
38 38
                                            </latitude_deg>
39 39
                                            <longitude_deg>
40 40
                                                <_nullIf>
41 41
                                                    <null>0</null>
42 42
                                                    <type>float</type>
43
                                                    <value>$LongitudeDecDeg</value>
43
                                                    <value>$decimalLongitude</value>
44 44
                                                </_nullIf>
45 45
                                            </longitude_deg>
46 46
                                        </coordinates>
47 47
                                    </coordinates_id>
48
                                    <country>$CountryName</country>
49
                                    <county>$LowerName</county>
48
                                    <country>$country</country>
49
                                    <county>$county</county>
50 50
                                    <matched_place_id>
51 51
                                        <place>
52 52
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
......
57 57
                                                        <_nullIf>
58 58
                                                            <null>0</null>
59 59
                                                            <type>float</type>
60
                                                            <value>$LatitudeDecDeg</value>
60
                                                            <value>$decimalLatitude</value>
61 61
                                                        </_nullIf>
62 62
                                                    </latitude_deg>
63 63
                                                    <longitude_deg>
64 64
                                                        <_nullIf>
65 65
                                                            <null>0</null>
66 66
                                                            <type>float</type>
67
                                                            <value>$LongitudeDecDeg</value>
67
                                                            <value>$decimalLongitude</value>
68 68
                                                        </_nullIf>
69 69
                                                    </longitude_deg>
70 70
                                                </coordinates>
71 71
                                            </coordinates_id>
72
                                            <country>$CountryName</country>
73
                                            <county>$LowerName</county>
74
                                            <stateprovince>$UpperName</stateprovince>
72
                                            <country>$country</country>
73
                                            <county>$county</county>
74
                                            <stateprovince>$stateProvince</stateprovince>
75 75
                                        </place>
76 76
                                    </matched_place_id>
77
                                    <stateprovince>$UpperName</stateprovince>
77
                                    <stateprovince>$stateProvince</stateprovince>
78 78
                                </place>
79 79
                            </place_id>
80 80
                        </locationplace>

Also available in: Unified diff