Project

General

Profile

« Previous | Next » 

Revision 4753

schemas/vegbien.sql: Added units suffix to all core VegBIEN fields that have units. It is the responsibility of the mappings to ensure that all units are properly translated.

View differences:

test.xml.ref
6 6
            <location>
7 7
                <authorlocationcode>$authorObsCode</authorlocationcode>
8 8
                <locationcoords>
9
                    <coordsaccuracy><_noCV><value>$locationAccuracy-m</value></_noCV></coordsaccuracy>
10
                    <latitude>
9
                    <coordsaccuracy_deg><_noCV><value>$locationAccuracy-m</value></_noCV></coordsaccuracy_deg>
10
                    <latitude_deg>
11 11
                        <_nullIf>
12 12
                            <null>0</null>
13 13
                            <type>float</type>
14 14
                            <value>$publicLatitude</value>
15 15
                        </_nullIf>
16
                    </latitude>
17
                    <longitude>
16
                    </latitude_deg>
17
                    <longitude_deg>
18 18
                        <_nullIf>
19 19
                            <null>0</null>
20 20
                            <type>float</type>
21 21
                            <value>$publicLongitude</value>
22 22
                        </_nullIf>
23
                    </longitude>
23
                    </longitude_deg>
24 24
                </locationcoords>
25 25
                <locationevent>
26 26
                    <authoreventcode>$authorObsCode</authoreventcode>

Also available in: Unified diff