Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$authorplotcode</authorlocationcode>
8
                <sourceaccessioncode>$plot_id</sourceaccessioncode>
9
                <area>$area</area>
10
                <elevation>
11
                    <_replace>
12
                        <\bca\.?></\bca\.?>
13
                        <value>$elevation</value>
14
                    </_replace>
15
                </elevation>
16
                <landform>$landform</landform>
17
                <locationdetermination>
18
                    <coordsaccuracy><_noCV><value>$locationaccuracy</value></_noCV></coordsaccuracy>
19
                    <footprintgeometry_dwc>$shape</footprintgeometry_dwc>
20
                    <latitude>
21
                        <_nullIf>
22
                            <null>0</null>
23
                            <type>float</type>
24
                            <value>$latitude</value>
25
                        </_nullIf>
26
                    </latitude>
27
                    <longitude>
28
                        <_nullIf>
29
                            <null>0</null>
30
                            <type>float</type>
31
                            <value>$longitude</value>
32
                        </_nullIf>
33
                    </longitude>
34
                    <namedplace_id>
35
                        <namedplace>
36
                            <rank>county</rank>
37
                            <placename>$county</placename>
38
                            <parent_id>
39
                                <namedplace>
40
                                    <rank>stateProvince</rank>
41
                                    <placename>
42
                                        <_alt>
43
                                            <0>$region|state|province</0>
44
                                            <1>$stateprovince</1>
45
                                        </_alt>
46
                                    </placename>
47
                                    <parent_id>
48
                                        <namedplace>
49
                                            <rank>country</rank>
50
                                            <placename>
51
                                                <_alt>
52
                                                    <0>$area|country|territory</0>
53
                                                    <1>$country</1>
54
                                                </_alt>
55
                                            </placename>
56
                                            <parent_id>
57
                                                <namedplace>
58
                                                    <rank>continent</rank>
59
                                                    <placename>$continent</placename>
60
                                                </namedplace>
61
                                            </parent_id>
62
                                        </namedplace>
63
                                    </parent_id>
64
                                </namedplace>
65
                            </parent_id>
66
                        </namedplace>
67
                    </namedplace_id>
68
                </locationdetermination>
69
                <locationnarrative>$locationnarrative</locationnarrative>
70
                <slopeaspect>
71
                    <_alt>
72
                        <1><_compass><value>$slopeaspect</value></_compass></1>
73
                        <2>
74
                            <_avg>
75
                                <max>$maxslopeaspect</max>
76
                                <min>$minslopeaspect</min>
77
                            </_avg>
78
                        </2>
79
                    </_alt>
80
                </slopeaspect>
81
                <slopegradient>
82
                    <_alt>
83
                        <1>$slopegradient</1>
84
                        <2>
85
                            <_avg>
86
                                <max>$maxslopegradient</max>
87
                                <min>$minslopegradient</min>
88
                            </_avg>
89
                        </2>
90
                    </_alt>
91
                </slopegradient>
92
            </location>
93
        </path>
94
    </_simplifyPath>
95
</VegBIEN>
96
Inserted 7 new rows into database
(7-7/8)