Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <authorlocationcode>$Inventory name</authorlocationcode>
5
        <sourceaccessioncode>$Inventory code</sourceaccessioncode>
6
        <area>$Area</area>
7
        <elevation>
8
            <_alt>
9
                <1>
10
                    <_replace>
11
                        <\bca\.?></\bca\.?>
12
                        <value>$Altitude</value>
13
                    </_replace>
14
                </1>
15
                <2>
16
                    <_avg>
17
                        <min>
18
                            <_units>
19
                                <default>m</default>
20
                                <to>m</to>
21
                                <to></to>
22
                                <value>
23
                                    <_rangeStart>
24
                                        <value>
25
                                            <_replace>
26
                                                <\bca\.?></\bca\.?>
27
                                                <value>$Minimum altitude</value>
28
                                            </_replace>
29
                                        </value>
30
                                    </_rangeStart>
31
                                </value>
32
                            </_units>
33
                        </min>
34
                    </_avg>
35
                </2>
36
            </_alt>
37
        </elevation>
38
        <elevationrange>
39
            <_range>
40
                <from>
41
                    <_units>
42
                        <default>m</default>
43
                        <to>m</to>
44
                        <to></to>
45
                        <value>
46
                            <_rangeStart>
47
                                <value>
48
                                    <_replace>
49
                                        <\bca\.?></\bca\.?>
50
                                        <value>$Minimum altitude</value>
51
                                    </_replace>
52
                                </value>
53
                            </_rangeStart>
54
                        </value>
55
                    </_units>
56
                </from>
57
                <to>
58
                    <_units>
59
                        <default>m</default>
60
                        <to>m</to>
61
                        <to></to>
62
                        <value>
63
                            <_rangeEnd>
64
                                <value>
65
                                    <_replace>
66
                                        <\bca\.?></\bca\.?>
67
                                        <value>$Minimum altitude</value>
68
                                    </_replace>
69
                                </value>
70
                            </_rangeEnd>
71
                        </value>
72
                    </_units>
73
                </to>
74
            </_range>
75
        </elevationrange>
76
        <landform>$Topographical situation</landform>
77
        <locationdetermination>
78
            <latitude>
79
                <_alt>
80
                    <1>
81
                        <_nullIf>
82
                            <null>0</null>
83
                            <type>float</type>
84
                            <value>$Latitude</value>
85
                        </_nullIf>
86
                    </1>
87
                    <2>
88
                        <_nullIf>
89
                            <null>0</null>
90
                            <type>float</type>
91
                            <value>$Latitude (DMS)</value>
92
                        </_nullIf>
93
                    </2>
94
                </_alt>
95
            </latitude>
96
            <longitude>
97
                <_alt>
98
                    <1>
99
                        <_nullIf>
100
                            <null>0</null>
101
                            <type>float</type>
102
                            <value>$Longitude</value>
103
                        </_nullIf>
104
                    </1>
105
                    <2>
106
                        <_nullIf>
107
                            <null>0</null>
108
                            <type>float</type>
109
                            <value>$Longitude (DMS)</value>
110
                        </_nullIf>
111
                    </2>
112
                </_alt>
113
            </longitude>
114
        </locationdetermination>
115
        <locationevent>
116
            <project_id>
117
                <project>
118
                    <projectname>$Expedition name</projectname>
119
                    <sourceaccessioncode>$Expedition number</sourceaccessioncode>
120
                </project>
121
            </project_id>
122
            <commclass>
123
                <commdetermination>
124
                    <commconcept_id>
125
                        <commconcept>
126
                            <commname_id><commname><commname>$Vegetation type</commname></commname></commname_id>
127
                            <commdescription>$Locality description</commdescription>
128
                        </commconcept>
129
                    </commconcept_id>
130
                </commdetermination>
131
            </commclass>
132
            <obsstartdate><_date><date><_dateRangeStart><value>$First evaluation</value></_dateRangeStart></date></_date></obsstartdate>
133
            <soilobs>
134
                <acidity>$Acidez intercambiable (ISRIC 11&#8211;cmolc/Kg&#8211;0.05)</acidity>
135
                <calcium>$Calcio intercambiable (WSP S-5,10&#8211;cmolc/Kg&#8211;0.016)</calcium>
136
                <carbon>$Carb&#243;n Org&#225;nico (WSP S-9,10&#8211;%&#8211;0.06)</carbon>
137
                <cationexchangecapacity>$CIC (ISRIC 11&#8211;cmolc/Kg&#8211;0.05)</cationexchangecapacity>
138
                <clay>$Arcilla (DIN 18 123&#8211;%&#8211;1)</clay>
139
                <conductivity>$Conductividad electrica (ASPT 6&#8211;&#181;S/cm&#8211; 1 - 10000)</conductivity>
140
                <magnesium>$Magnesio intercambiable (WSP S-5,10&#8211;cmolc/Kg&#8211;0.00083)</magnesium>
141
                <nitrogen>$Nitr&#243;geno total (ISRIC 6&#8211;%&#8211;0.0014)</nitrogen>
142
                <organic>$Materia Org&#225;nica (WSP S-9,10&#8211;%&#8211;0.1)</organic>
143
                <ph>$pH acuoso (ISRIC 4&#8211;&#8211; 1 - 14)</ph>
144
                <phosphorus>$F&#243;sforo disponible (ISRIC 14-2&#8211;mg/Kg&#8211;1.5)</phosphorus>
145
                <potassium>$Potasio intercambiable (WSP S-5,10&#8211;cmolc/Kg&#8211;0.0053)</potassium>
146
                <sand>$Arena (DIN 18 123&#8211;%&#8211;2.5)</sand>
147
                <silt>$Limo (DIN 18 123&#8211;%&#8211;1)</silt>
148
                <sodium>$Sodio intercambiable (WSP S-5,10&#8211;cmolc/Kg&#8211;0.00083)</sodium>
149
                <texture>$Textural class</texture>
150
            </soilobs>
151
        </locationevent>
152
        <locationnarrative>$Locality</locationnarrative>
153
        <notespublic>$Observaciones</notespublic>
154
        <slopeaspect>
155
            <_compass>
156
                <value>
157
                    <_alt>
158
                        <1>$Direction</1>
159
                        <2>$Orientaci&#243;n/exposicion</2>
160
                    </_alt>
161
                </value>
162
            </_compass>
163
        </slopeaspect>
164
        <slopegradient>$Slope</slopegradient>
165
    </location>
166
</VegBIEN>
167
Inserted 19 new rows into database
(8-8/8)