Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <sourceaccessioncode>$PlotCD</sourceaccessioncode>
8
                <locationcoords>
9
                    <latitude_deg>
10
                        <_nullIf>
11
                            <null>0</null>
12
                            <type>float</type>
13
                            <value>$DecimalLatitude</value>
14
                        </_nullIf>
15
                    </latitude_deg>
16
                    <longitude_deg>
17
                        <_nullIf>
18
                            <null>0</null>
19
                            <type>float</type>
20
                            <value>$DecimalLongitude</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>$MeasDay</value>
34
                                        </_nullIf>
35
                                    </day>
36
                                    <month>
37
                                        <_nullIf>
38
                                            <null>0</null>
39
                                            <type>float</type>
40
                                            <value>$MeasMon</value>
41
                                        </_nullIf>
42
                                    </month>
43
                                    <year>
44
                                        <_nullIf>
45
                                            <null>0</null>
46
                                            <type>float</type>
47
                                            <value>$MeasYear</value>
48
                                        </_nullIf>
49
                                    </year>
50
                                </_date>
51
                            </collectiondate>
52
                            <plantobservation>
53
                                <stemobservation>
54
                                    <basaldiameter_m>$BasalDiameter</basaldiameter_m>
55
                                    <diameterbreastheight_m><_in_to_m><value>$DBH</value></_in_to_m></diameterbreastheight_m>
56
                                    <height_m><_ft_to_m><value>$Height</value></_ft_to_m></height_m>
57
                                    <tag>$TreeTag</tag>
58
                                </stemobservation>
59
                            </plantobservation>
60
                        </aggregateoccurrence>
61
                        <authortaxoncode>$TreeTag</authortaxoncode>
62
                        <taxondetermination>
63
                            <taxonverbatim_id>
64
                                <taxonverbatim>
65
                                    <taxonlabel_id>
66
                                        <taxonlabel>
67
                                            <matched_label_id>
68
                                                <taxonlabel>
69
                                                    <creator_id>
70
                                                        <party>
71
                                                            <creator_id>0</creator_id>
72
                                                            <organizationname>TNRS</organizationname>
73
                                                        </party>
74
                                                    </creator_id>
75
                                                    <taxonomicname>
76
                                                        <_join_words>
77
                                                            <2>$Genus</2>
78
                                                            <3>$SpecificEpithet</3>
79
                                                        </_join_words>
80
                                                    </taxonomicname>
81
                                                </taxonlabel>
82
                                            </matched_label_id>
83
                                            <parent_id>
84
                                                <taxonlabel>
85
                                                    <parent_id>
86
                                                        <taxonlabel>
87
                                                            <rank>cultivar</rank>
88
                                                            <parent_id>
89
                                                                <taxonlabel>
90
                                                                    <rank>forma</rank>
91
                                                                    <parent_id>
92
                                                                        <taxonlabel>
93
                                                                            <rank>variety</rank>
94
                                                                            <parent_id>
95
                                                                                <taxonlabel>
96
                                                                                    <rank>subspecies</rank>
97
                                                                                    <parent_id>
98
                                                                                        <taxonlabel>
99
                                                                                            <rank>species</rank>
100
                                                                                            <taxonepithet>$SpecificEpithet</taxonepithet>
101
                                                                                            <parent_id>
102
                                                                                                <taxonlabel>
103
                                                                                                    <rank>genus</rank>
104
                                                                                                    <taxonepithet>$Genus</taxonepithet>
105
                                                                                                </taxonlabel>
106
                                                                                            </parent_id>
107
                                                                                        </taxonlabel>
108
                                                                                    </parent_id>
109
                                                                                </taxonlabel>
110
                                                                            </parent_id>
111
                                                                        </taxonlabel>
112
                                                                    </parent_id>
113
                                                                </taxonlabel>
114
                                                            </parent_id>
115
                                                        </taxonlabel>
116
                                                    </parent_id>
117
                                                </taxonlabel>
118
                                            </parent_id>
119
                                            <taxonomicname>
120
                                                <_join_words>
121
                                                    <2>$Genus</2>
122
                                                    <3>$SpecificEpithet</3>
123
                                                </_join_words>
124
                                            </taxonomicname>
125
                                        </taxonlabel>
126
                                    </taxonlabel_id>
127
                                    <genus>$Genus</genus>
128
                                    <specific_epithet>$SpecificEpithet</specific_epithet>
129
                                </taxonverbatim>
130
                            </taxonverbatim_id>
131
                        </taxondetermination>
132
                    </taxonoccurrence>
133
                </locationevent>
134
                <locationplace>
135
                    <place_id>
136
                        <place>
137
                            <county>$County</county>
138
                            <stateprovince>$StateProvince</stateprovince>
139
                        </place>
140
                    </place_id>
141
                </locationplace>
142
            </location>
143
        </path>
144
    </_simplifyPath>
145
</VegBIEN>
146
Inserted 22 new rows into database
(5-5/6)