Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_setDefault id="-1">
4
        <source_id><source><shortname>bien_web</shortname></source></source_id>
5
        <path>
6
            <_simplifyPath>
7
                <next>parent_id</next>
8
                <path>
9
                    <location>
10
                        <authorlocationcode>$plotCode</authorlocationcode>
11
                        <sourceaccessioncode>$plotID</sourceaccessioncode>
12
                        <area_m2><_ha_to_m2><value>$plotAreaHa</value></_ha_to_m2></area_m2>
13
                        <elevation_m>$elevation_m</elevation_m>
14
                        <locationevent>
15
                            <method_id><method><name>$plotMethod</name></method></method_id>
16
                            <taxonoccurrence>
17
                                <aggregateoccurrence>
18
                                    <collectiondate>$observationDate</collectiondate>
19
                                    <cover_fraction><_percent_to_fraction><value>$pctCover</value></_percent_to_fraction></cover_fraction>
20
                                    <plantobservation>
21
                                        <collectionnumber>$collectionNumber</collectionnumber>
22
                                        <specimenreplicate>
23
                                            <institution_id>
24
                                                <sourcelist>
25
                                                    <name>$dataSourceName</name>
26
                                                    <sourcename>
27
                                                        <name>
28
                                                            <_split>
29
                                                                <separator>, </separator>
30
                                                                <value>$dataSourceName</value>
31
                                                            </_split>
32
                                                        </name>
33
                                                    </sourcename>
34
                                                </sourcelist>
35
                                            </institution_id>
36
                                            <sourceaccessioncode>$observationID</sourceaccessioncode>
37
                                        </specimenreplicate>
38
                                    </plantobservation>
39
                                </aggregateoccurrence>
40
                                <authortaxoncode>$collectionNumber</authortaxoncode>
41
                                <collector_id><party><fullname>$collector</fullname></party></collector_id>
42
                                <iscultivated>$isCultivated</iscultivated>
43
                                <sourceaccessioncode>$observationID</sourceaccessioncode>
44
                                <taxondetermination>
45
                                    <party_id><party><fullname>$identifiedBy</fullname></party></party_id>
46
                                    <taxonverbatim_id>
47
                                        <taxonverbatim>
48
                                            <taxonlabel_id>
49
                                                <taxonlabel>
50
                                                    <matched_label_id>
51
                                                        <taxonlabel>
52
                                                            <source_id><source><shortname>TNRS</shortname></source></source_id>
53
                                                            <taxonomicname>
54
                                                                <_join_words>
55
                                                                    <1>
56
                                                                        <_taxon_family_require_std>
57
                                                                            <family>
58
                                                                                <_nullIf>
59
                                                                                    <null>$taxon</null>
60
                                                                                    <value>$family</value>
61
                                                                                </_nullIf>
62
                                                                            </family>
63
                                                                        </_taxon_family_require_std>
64
                                                                    </1>
65
                                                                    <2>
66
                                                                        <_alt>
67
                                                                            <1>$taxon</1>
68
                                                                            <2>
69
                                                                                <_join_words>
70
                                                                                    <1>
71
                                                                                        <_join_words>
72
                                                                                            <2>$genus</2>
73
                                                                                            <3>$species</3>
74
                                                                                        </_join_words>
75
                                                                                    </1>
76
                                                                                    <2>$taxonAuthor</2>
77
                                                                                </_join_words>
78
                                                                            </2>
79
                                                                        </_alt>
80
                                                                    </2>
81
                                                                </_join_words>
82
                                                            </taxonomicname>
83
                                                        </taxonlabel>
84
                                                    </matched_label_id>
85
                                                    <parent_id>
86
                                                        <taxonlabel>
87
                                                            <parent_id>
88
                                                                <taxonlabel>
89
                                                                    <rank>cultivar</rank>
90
                                                                    <parent_id>
91
                                                                        <taxonlabel>
92
                                                                            <rank>forma</rank>
93
                                                                            <parent_id>
94
                                                                                <taxonlabel>
95
                                                                                    <rank>variety</rank>
96
                                                                                    <parent_id>
97
                                                                                        <taxonlabel>
98
                                                                                            <rank>subspecies</rank>
99
                                                                                            <parent_id>
100
                                                                                                <taxonlabel>
101
                                                                                                    <rank>species</rank>
102
                                                                                                    <taxonepithet>$species</taxonepithet>
103
                                                                                                    <parent_id>
104
                                                                                                        <taxonlabel>
105
                                                                                                            <rank>genus</rank>
106
                                                                                                            <taxonepithet>$genus</taxonepithet>
107
                                                                                                            <parent_id>
108
                                                                                                                <taxonlabel>
109
                                                                                                                    <rank>family</rank>
110
                                                                                                                    <taxonepithet>$family</taxonepithet>
111
                                                                                                                </taxonlabel>
112
                                                                                                            </parent_id>
113
                                                                                                        </taxonlabel>
114
                                                                                                    </parent_id>
115
                                                                                                </taxonlabel>
116
                                                                                            </parent_id>
117
                                                                                        </taxonlabel>
118
                                                                                    </parent_id>
119
                                                                                </taxonlabel>
120
                                                                            </parent_id>
121
                                                                        </taxonlabel>
122
                                                                    </parent_id>
123
                                                                </taxonlabel>
124
                                                            </parent_id>
125
                                                        </taxonlabel>
126
                                                    </parent_id>
127
                                                    <taxonomicname>
128
                                                        <_join_words>
129
                                                            <1>
130
                                                                <_taxon_family_require_std>
131
                                                                    <family>
132
                                                                        <_nullIf>
133
                                                                            <null>$taxon</null>
134
                                                                            <value>$family</value>
135
                                                                        </_nullIf>
136
                                                                    </family>
137
                                                                </_taxon_family_require_std>
138
                                                            </1>
139
                                                            <2>
140
                                                                <_alt>
141
                                                                    <1>$taxon</1>
142
                                                                    <2>
143
                                                                        <_join_words>
144
                                                                            <1>
145
                                                                                <_join_words>
146
                                                                                    <2>$genus</2>
147
                                                                                    <3>$species</3>
148
                                                                                </_join_words>
149
                                                                            </1>
150
                                                                            <2>$taxonAuthor</2>
151
                                                                        </_join_words>
152
                                                                    </2>
153
                                                                </_alt>
154
                                                            </2>
155
                                                        </_join_words>
156
                                                    </taxonomicname>
157
                                                </taxonlabel>
158
                                            </taxonlabel_id>
159
                                            <author>$taxonAuthor</author>
160
                                            <family>$family</family>
161
                                            <genus>$genus</genus>
162
                                            <specific_epithet>$species</specific_epithet>
163
                                            <taxonomicname>$taxon</taxonomicname>
164
                                        </taxonverbatim>
165
                                    </taxonverbatim_id>
166
                                </taxondetermination>
167
                            </taxonoccurrence>
168
                        </locationevent>
169
                        <locationplace>
170
                            <place_id>
171
                                <place>
172
                                    <coordinates_id>
173
                                        <coordinates>
174
                                            <latitude_deg>
175
                                                <_nullIf>
176
                                                    <null>0</null>
177
                                                    <type>float</type>
178
                                                    <value>$latitude</value>
179
                                                </_nullIf>
180
                                            </latitude_deg>
181
                                            <longitude_deg>
182
                                                <_nullIf>
183
                                                    <null>0</null>
184
                                                    <type>float</type>
185
                                                    <value>$longitude</value>
186
                                                </_nullIf>
187
                                            </longitude_deg>
188
                                        </coordinates>
189
                                    </coordinates_id>
190
                                    <country>$country</country>
191
                                    <county>$countyParish</county>
192
                                    <matched_place_id>
193
                                        <place>
194
                                            <source_id><source><shortname>geoscrub</shortname></source></source_id>
195
                                            <coordinates_id>
196
                                                <coordinates>
197
                                                    <source_id><source><shortname>geoscrub</shortname></source></source_id>
198
                                                    <latitude_deg>
199
                                                        <_nullIf>
200
                                                            <null>0</null>
201
                                                            <type>float</type>
202
                                                            <value>$latitude</value>
203
                                                        </_nullIf>
204
                                                    </latitude_deg>
205
                                                    <longitude_deg>
206
                                                        <_nullIf>
207
                                                            <null>0</null>
208
                                                            <type>float</type>
209
                                                            <value>$longitude</value>
210
                                                        </_nullIf>
211
                                                    </longitude_deg>
212
                                                </coordinates>
213
                                            </coordinates_id>
214
                                            <country>$country</country>
215
                                            <county>$countyParish</county>
216
                                            <stateprovince>$stateProvince</stateprovince>
217
                                        </place>
218
                                    </matched_place_id>
219
                                    <stateprovince>$stateProvince</stateprovince>
220
                                </place>
221
                            </place_id>
222
                        </locationplace>
223
                    </location>
224
                </path>
225
            </_simplifyPath>
226
        </path>
227
    </_setDefault>
228
</VegBIEN>
229
Inserted 0 new rows into database
(6-6/7)