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
15 15
                        </2>
16 16
                    </_alt>
17 17
                </authorlocationcode>
18
                <elevation>
18
                <elevation_m>
19 19
                    <_replace>
20 20
                        <\bca\.?></\bca\.?>
21 21
                        <value>$Elevation</value>
22 22
                    </_replace>
23
                </elevation>
23
                </elevation_m>
24 24
                <locationcoords>
25
                    <coordsaccuracy><_noCV><value>$Accuracy</value></_noCV></coordsaccuracy>
26
                    <latitude>
25
                    <coordsaccuracy_deg><_noCV><value>$Accuracy</value></_noCV></coordsaccuracy_deg>
26
                    <latitude_deg>
27 27
                        <_nullIf>
28 28
                            <null>0</null>
29 29
                            <type>float</type>
......
34 34
                                </_replace>
35 35
                            </value>
36 36
                        </_nullIf>
37
                    </latitude>
38
                    <longitude>
37
                    </latitude_deg>
38
                    <longitude_deg>
39 39
                        <_nullIf>
40 40
                            <null>0</null>
41 41
                            <type>float</type>
......
46 46
                                </_replace>
47 47
                            </value>
48 48
                        </_nullIf>
49
                    </longitude>
49
                    </longitude_deg>
50 50
                </locationcoords>
51 51
                <locationevent>
52 52
                    <taxonoccurrence>

Also available in: Unified diff