Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <authorlocationcode>$authorObsCode</authorlocationcode>
5
        <locationdetermination>
6
            <coordsaccuracy><_noCV><value>$locationAccuracy-m</value></_noCV></coordsaccuracy>
7
            <latitude>
8
                <_nullIf>
9
                    <null>0</null>
10
                    <type>float</type>
11
                    <value>$publicLatitude</value>
12
                </_nullIf>
13
            </latitude>
14
            <longitude>
15
                <_nullIf>
16
                    <null>0</null>
17
                    <type>float</type>
18
                    <value>$publicLongitude</value>
19
                </_nullIf>
20
            </longitude>
21
            <namedplace_id>
22
                <_simplifyPath>
23
                    <next>parent_id</next>
24
                    <path>
25
                        <namedplace>
26
                            <rank>county</rank>
27
                            <placename>$county</placename>
28
                            <parent_id>
29
                                <namedplace>
30
                                    <rank>stateProvince</rank>
31
                                    <placename>$state</placename>
32
                                </namedplace>
33
                            </parent_id>
34
                        </namedplace>
35
                    </path>
36
                </_simplifyPath>
37
            </namedplace_id>
38
        </locationdetermination>
39
        <locationevent>
40
            <authoreventcode>$authorObsCode</authoreventcode>
41
            <obsstartdate><_date><date>$obsStartDate</date></_date></obsstartdate>
42
            <taxonoccurrence>
43
                <aggregateoccurrence><cover>$%cover</cover></aggregateoccurrence>
44
                <authortaxoncode>$currentTaxonName sec Weakley 2006</authortaxoncode>
45
                <taxondetermination>
46
                    <plantconcept_id>
47
                        <plantconcept>
48
                            <plantname_id>
49
                                <_simplifyPath>
50
                                    <next>parent_id</next>
51
                                    <path>
52
                                        <plantname>
53
                                            <rank>binomial</rank>
54
                                            <plantname>$currentTaxonName sec Weakley 2006</plantname>
55
                                        </plantname>
56
                                    </path>
57
                                </_simplifyPath>
58
                            </plantname_id>
59
                        </plantconcept>
60
                    </plantconcept_id>
61
                </taxondetermination>
62
            </taxonoccurrence>
63
        </locationevent>
64
    </location>
65
</VegBIEN>
66
Inserted 16 new rows into database
(8-8/9)