Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>FIA</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <parent_id>
11
                            <location>
12
                                <authorlocationcode>$locationName</authorlocationcode>
13
                                <sourceaccessioncode>$locationID</sourceaccessioncode>
14
                            </location>
15
                        </parent_id>
16
                        <authorlocationcode>$subplot</authorlocationcode>
17
                        <elevation_m>$elevationInMeters</elevation_m>
18
                        <locationevent>
19
                            <parent_id>
20
                                <locationevent>
21
                                    <location_id>
22
                                        <location>
23
                                            <authorlocationcode>
24
                                                <_if name="if subplot">
25
                                                    <cond>$subplotID</cond>
26
                                                    <then>$locationName</then>
27
                                                </_if>
28
                                            </authorlocationcode>
29
                                            <sourceaccessioncode>
30
                                                <_if name="if subplot">
31
                                                    <cond>$subplotID</cond>
32
                                                    <then>$locationID</then>
33
                                                </_if>
34
                                            </sourceaccessioncode>
35
                                        </location>
36
                                    </location_id>
37
                                    <authoreventcode>$authorEventCode</authoreventcode>
38
                                </locationevent>
39
                            </parent_id>
40
                            <commclass>
41
                                <commdetermination>
42
                                    <commconcept_id>
43
                                        <commconcept>
44
                                            <commname_id><commname><commname>$communityID</commname></commname></commname_id>
45
                                            <commdescription>$communityName</commdescription>
46
                                        </commconcept>
47
                                    </commconcept_id>
48
                                </commdetermination>
49
                            </commclass>
50
                            <taxonoccurrence>
51
                                <aggregateoccurrence>
52
                                    <plantobservation>
53
                                        <authorplantcode>$individualCode</authorplantcode>
54
                                        <sourceaccessioncode>$individualObservationID</sourceaccessioncode>
55
                                        <stemobservation>
56
                                            <diameterbreastheight_m><_in_to_m><value>$diameterBreastHeight_in</value></_in_to_m></diameterbreastheight_m>
57
                                            <height_m><_ft_to_m><value>$height_ft</value></_ft_to_m></height_m>
58
                                        </stemobservation>
59
                                    </plantobservation>
60
                                </aggregateoccurrence>
61
                                <authortaxoncode>$individualCode</authortaxoncode>
62
                                <iscultivated><_not><value>$oldGrowth</value></_not></iscultivated>
63
                                <sourceaccessioncode>$individualObservationID</sourceaccessioncode>
64
                                <taxondetermination>
65
                                    <taxonverbatim_id>
66
                                        <taxonverbatim>
67
                                            <taxonlabel_id>
68
                                                <taxonlabel>
69
                                                    <parent_id>
70
                                                        <taxonlabel>
71
                                                            <parent_id>
72
                                                                <taxonlabel>
73
                                                                    <rank>cultivar</rank>
74
                                                                    <parent_id>
75
                                                                        <taxonlabel>
76
                                                                            <rank>forma</rank>
77
                                                                            <taxonepithet>$forma</taxonepithet>
78
                                                                            <parent_id>
79
                                                                                <taxonlabel>
80
                                                                                    <rank>variety</rank>
81
                                                                                    <taxonepithet>$variety</taxonepithet>
82
                                                                                    <parent_id>
83
                                                                                        <taxonlabel>
84
                                                                                            <rank>subspecies</rank>
85
                                                                                            <taxonepithet>$subspecies</taxonepithet>
86
                                                                                            <parent_id>
87
                                                                                                <taxonlabel>
88
                                                                                                    <rank>species</rank>
89
                                                                                                    <taxonepithet>$specificEpithet</taxonepithet>
90
                                                                                                    <parent_id>
91
                                                                                                        <taxonlabel>
92
                                                                                                            <rank>genus</rank>
93
                                                                                                            <taxonepithet>$genus</taxonepithet>
94
                                                                                                            <parent_id>
95
                                                                                                                <taxonlabel>
96
                                                                                                                    <rank>family</rank>
97
                                                                                                                    <taxonepithet>$family</taxonepithet>
98
                                                                                                                </taxonlabel>
99
                                                                                                            </parent_id>
100
                                                                                                        </taxonlabel>
101
                                                                                                    </parent_id>
102
                                                                                                </taxonlabel>
103
                                                                                            </parent_id>
104
                                                                                        </taxonlabel>
105
                                                                                    </parent_id>
106
                                                                                </taxonlabel>
107
                                                                            </parent_id>
108
                                                                        </taxonlabel>
109
                                                                    </parent_id>
110
                                                                </taxonlabel>
111
                                                            </parent_id>
112
                                                        </taxonlabel>
113
                                                    </parent_id>
114
                                                    <taxonomicname>
115
                                                        <_merge_prefix>
116
                                                            <prefix><_taxon_family_require_std><family>$family</family></_taxon_family_require_std></prefix>
117
                                                            <value>
118
                                                                <_alt>
119
                                                                    <1>$scientificName</1>
120
                                                                    <2>
121
                                                                        <_alt>
122
                                                                            <1>$taxonName</1>
123
                                                                            <2>
124
                                                                                <_join_words>
125
                                                                                    <2>$genus</2>
126
                                                                                    <3>$specificEpithet</3>
127
                                                                                    <4>$subspecies</4>
128
                                                                                    <6>
129
                                                                                        <_join_words>
130
                                                                                            <1>var. </1>
131
                                                                                            <2>$variety</2>
132
                                                                                        </_join_words>
133
                                                                                    </6>
134
                                                                                    <7>
135
                                                                                        <_join_words>
136
                                                                                            <1>fm. </1>
137
                                                                                            <2>$forma</2>
138
                                                                                        </_join_words>
139
                                                                                    </7>
140
                                                                                </_join_words>
141
                                                                            </2>
142
                                                                        </_alt>
143
                                                                    </2>
144
                                                                </_alt>
145
                                                            </value>
146
                                                        </_merge_prefix>
147
                                                    </taxonomicname>
148
                                                </taxonlabel>
149
                                            </taxonlabel_id>
150
                                            <family>$family</family>
151
                                            <genus>$genus</genus>
152
                                            <specific_epithet>$specificEpithet</specific_epithet>
153
                                            <taxonname>$taxonName</taxonname>
154
                                            <taxonomicname>$scientificName</taxonomicname>
155
                                        </taxonverbatim>
156
                                    </taxonverbatim_id>
157
                                </taxondetermination>
158
                            </taxonoccurrence>
159
                        </locationevent>
160
                        <locationplace>
161
                            <place_id>
162
                                <place>
163
                                    <coordinates_id>
164
                                        <coordinates>
165
                                            <latitude_deg>
166
                                                <_nullIf>
167
                                                    <null>0</null>
168
                                                    <type>float</type>
169
                                                    <value>$decimalLatitude</value>
170
                                                </_nullIf>
171
                                            </latitude_deg>
172
                                            <longitude_deg>
173
                                                <_nullIf>
174
                                                    <null>0</null>
175
                                                    <type>float</type>
176
                                                    <value>$decimalLongitude</value>
177
                                                </_nullIf>
178
                                            </longitude_deg>
179
                                        </coordinates>
180
                                    </coordinates_id>
181
                                    <county>$county</county>
182
                                    <matched_place_id>
183
                                        <place>
184
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
185
                                            <coordinates_id>
186
                                                <coordinates>
187
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
188
                                                    <latitude_deg>
189
                                                        <_nullIf>
190
                                                            <null>0</null>
191
                                                            <type>float</type>
192
                                                            <value>$decimalLatitude</value>
193
                                                        </_nullIf>
194
                                                    </latitude_deg>
195
                                                    <longitude_deg>
196
                                                        <_nullIf>
197
                                                            <null>0</null>
198
                                                            <type>float</type>
199
                                                            <value>$decimalLongitude</value>
200
                                                        </_nullIf>
201
                                                    </longitude_deg>
202
                                                </coordinates>
203
                                            </coordinates_id>
204
                                            <county>$county</county>
205
                                            <stateprovince>$stateProvince</stateprovince>
206
                                        </place>
207
                                    </matched_place_id>
208
                                    <stateprovince>$stateProvince</stateprovince>
209
                                </place>
210
                            </place_id>
211
                        </locationplace>
212
                        <slopeaspect_deg><_compass><value>$slopeAspect</value></_compass></slopeaspect_deg>
213
                        <slopegradient_fraction>$slopeGradient</slopegradient_fraction>
214
                        <sourceaccessioncode>$subplotID</sourceaccessioncode>
215
                    </location>
216
                </path>
217
            </_simplifyPath>
218
        </path>
219
    </_setDefault>
220
</VegBIEN>
221
Inserted 39 new rows into database
(6-6/7)