Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>$accession_number</authorlocationcode>
8
                <locationcoords>
9
                    <latitude_deg>
10
                        <_nullIf>
11
                            <null>0</null>
12
                            <type>float</type>
13
                            <value>$lat_deg</value>
14
                        </_nullIf>
15
                    </latitude_deg>
16
                    <longitude_deg>
17
                        <_nullIf>
18
                            <null>0</null>
19
                            <type>float</type>
20
                            <value>$long_deg</value>
21
                        </_nullIf>
22
                    </longitude_deg>
23
                </locationcoords>
24
                <locationevent>
25
                    <taxonoccurrence>
26
                        <aggregateoccurrence>
27
                            <collectiondate>
28
                                <_date>
29
                                    <day>
30
                                        <_nullIf>
31
                                            <null>0</null>
32
                                            <type>float</type>
33
                                            <value>$coll_day</value>
34
                                        </_nullIf>
35
                                    </day>
36
                                    <month>
37
                                        <_nullIf>
38
                                            <null>0</null>
39
                                            <type>float</type>
40
                                            <value>$coll_month</value>
41
                                        </_nullIf>
42
                                    </month>
43
                                    <year>
44
                                        <_nullIf>
45
                                            <null>0</null>
46
                                            <type>float</type>
47
                                            <value>$coll_year</value>
48
                                        </_nullIf>
49
                                    </year>
50
                                </_date>
51
                            </collectiondate>
52
                            <plantobservation>
53
                                <specimenreplicate>
54
                                    <institution_id><party><organizationname>$acronym</organizationname></party></institution_id>
55
                                    <sourceaccessioncode>$accession_number</sourceaccessioncode>
56
                                </specimenreplicate>
57
                            </plantobservation>
58
                        </aggregateoccurrence>
59
                        <sourceaccessioncode>$accession_number</sourceaccessioncode>
60
                        <taxondetermination>
61
                            <taxonpath_id>
62
                                <taxonpath>
63
                                    <family>$family</family>
64
                                    <genus>$genus</genus>
65
                                    <species>$specificEpithet</species>
66
                                </taxonpath>
67
                            </taxonpath_id>
68
                        </taxondetermination>
69
                        <verbatimcollectorname>$collector</verbatimcollectorname>
70
                    </taxonoccurrence>
71
                </locationevent>
72
                <locationnarrative>
73
                    <_merge>
74
                        <1>$locality</1>
75
                        <3>
76
                            <_label>
77
                                <label>habitat</label>
78
                                <value>$habitat</value>
79
                            </_label>
80
                        </3>
81
                    </_merge>
82
                </locationnarrative>
83
                <locationplace>
84
                    <placepath_id>
85
                        <placepath>
86
                            <country>$country</country>
87
                            <county>$county</county>
88
                            <stateprovince>$state</stateprovince>
89
                        </placepath>
90
                    </placepath_id>
91
                </locationplace>
92
            </location>
93
        </path>
94
    </_simplifyPath>
95
</VegBIEN>
96
Inserted 23 new rows into database
(7-7/8)