Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <authorlocationcode>
8
                    <_join>
9
                        <1>$InstitutionCode</1>
10
                        <2>$CollectionCode</2>
11
                        <3>$CatalogNumber</3>
12
                    </_join>
13
                </authorlocationcode>
14
                <elevation>
15
                    <_avg>
16
                        <max>
17
                            <_units>
18
                                <default>m</default>
19
                                <to>m</to>
20
                                <to></to>
21
                                <value>
22
                                    <_replace>
23
                                        <\bca\.?></\bca\.?>
24
                                        <value>$MaximumElevation</value>
25
                                    </_replace>
26
                                </value>
27
                            </_units>
28
                        </max>
29
                        <min>
30
                            <_units>
31
                                <default>m</default>
32
                                <to>m</to>
33
                                <to></to>
34
                                <value>
35
                                    <_rangeStart>
36
                                        <value>
37
                                            <_replace>
38
                                                <\bca\.?></\bca\.?>
39
                                                <value>$MinimumElevation</value>
40
                                            </_replace>
41
                                        </value>
42
                                    </_rangeStart>
43
                                </value>
44
                            </_units>
45
                        </min>
46
                    </_avg>
47
                </elevation>
48
                <elevationrange>
49
                    <_range>
50
                        <from>
51
                            <_units>
52
                                <default>m</default>
53
                                <to>m</to>
54
                                <to></to>
55
                                <value>
56
                                    <_rangeStart>
57
                                        <value>
58
                                            <_replace>
59
                                                <\bca\.?></\bca\.?>
60
                                                <value>$MinimumElevation</value>
61
                                            </_replace>
62
                                        </value>
63
                                    </_rangeStart>
64
                                </value>
65
                            </_units>
66
                        </from>
67
                        <to>
68
                            <_units>
69
                                <default>m</default>
70
                                <to>m</to>
71
                                <to></to>
72
                                <value>
73
                                    <_alt>
74
                                        <1>
75
                                            <_replace>
76
                                                <\bca\.?></\bca\.?>
77
                                                <value>$MaximumElevation</value>
78
                                            </_replace>
79
                                        </1>
80
                                        <2>
81
                                            <_rangeEnd>
82
                                                <value>
83
                                                    <_replace>
84
                                                        <\bca\.?></\bca\.?>
85
                                                        <value>$MinimumElevation</value>
86
                                                    </_replace>
87
                                                </value>
88
                                            </_rangeEnd>
89
                                        </2>
90
                                    </_alt>
91
                                </value>
92
                            </_units>
93
                        </to>
94
                    </_range>
95
                </elevationrange>
96
                <locationdetermination>
97
                    <latitude>
98
                        <_nullIf>
99
                            <null>0</null>
100
                            <type>float</type>
101
                            <value>$latitude</value>
102
                        </_nullIf>
103
                    </latitude>
104
                    <longitude>
105
                        <_nullIf>
106
                            <null>0</null>
107
                            <type>float</type>
108
                            <value>$longitude</value>
109
                        </_nullIf>
110
                    </longitude>
111
                    <namedplace_id>
112
                        <namedplace>
113
                            <rank>county</rank>
114
                            <placename>$County</placename>
115
                            <parent_id>
116
                                <namedplace>
117
                                    <rank>stateProvince</rank>
118
                                    <placename>$StateProvince</placename>
119
                                    <parent_id>
120
                                        <namedplace>
121
                                            <rank>country</rank>
122
                                            <placename>$Country</placename>
123
                                            <parent_id>
124
                                                <namedplace>
125
                                                    <rank>continent</rank>
126
                                                    <placename>$ContinentOcean</placename>
127
                                                </namedplace>
128
                                            </parent_id>
129
                                        </namedplace>
130
                                    </parent_id>
131
                                </namedplace>
132
                            </parent_id>
133
                        </namedplace>
134
                    </namedplace_id>
135
                </locationdetermination>
136
                <locationevent>
137
                    <taxonoccurrence>
138
                        <aggregateoccurrence>
139
                            <collectiondate>
140
                                <_date>
141
                                    <day>
142
                                        <_nullIf>
143
                                            <null>0</null>
144
                                            <type>float</type>
145
                                            <value>$DayCollected</value>
146
                                        </_nullIf>
147
                                    </day>
148
                                    <month>
149
                                        <_nullIf>
150
                                            <null>0</null>
151
                                            <type>float</type>
152
                                            <value>$MonthCollected</value>
153
                                        </_nullIf>
154
                                    </month>
155
                                    <year>
156
                                        <_nullIf>
157
                                            <null>0</null>
158
                                            <type>float</type>
159
                                            <value>$YearCollected</value>
160
                                        </_nullIf>
161
                                    </year>
162
                                </_date>
163
                            </collectiondate>
164
                            <count>$IndividualCount</count>
165
                            <notes>
166
                                <_alt>
167
                                    <0>$convertednotes</0>
168
                                    <1>$notes</1>
169
                                </_alt>
170
                            </notes>
171
                            <plantobservation>
172
                                <collectionnumber>$CollectorNumber</collectionnumber>
173
                                <specimenreplicate>
174
                                    <catalognumber_dwc>$CatalogNumber</catalognumber_dwc>
175
                                    <collectioncode_dwc>$CollectionCode</collectioncode_dwc>
176
                                    <institution_id><party><organizationname>$InstitutionCode</organizationname></party></institution_id>
177
                                </specimenreplicate>
178
                            </plantobservation>
179
                        </aggregateoccurrence>
180
                        <authortaxoncode>
181
                            <_alt>
182
                                <1>$CollectorNumber</1>
183
                                <2>$ScientificName</2>
184
                            </_alt>
185
                        </authortaxoncode>
186
                        <taxondetermination>
187
                            <party_id>
188
                                <party>
189
                                    <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
190
                                    <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
191
                                    <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
192
                                </party>
193
                            </party_id>
194
                            <plantconcept_id>
195
                                <plantconcept>
196
                                    <plantname_id>
197
                                        <plantname>
198
                                            <rank>binomial</rank>
199
                                            <plantname>$ScientificName</plantname>
200
                                            <parent_id>
201
                                                <plantname>
202
                                                    <rank>authority</rank>
203
                                                    <plantname>$ScientificNameAuthor</plantname>
204
                                                    <parent_id>
205
                                                        <plantname>
206
                                                            <rank>subspecies</rank>
207
                                                            <plantname>$Subspecies</plantname>
208
                                                            <parent_id>
209
                                                                <plantname>
210
                                                                    <rank>species</rank>
211
                                                                    <plantname>$species</plantname>
212
                                                                    <parent_id>
213
                                                                        <plantname>
214
                                                                            <rank>genus</rank>
215
                                                                            <plantname>$genus</plantname>
216
                                                                            <parent_id>
217
                                                                                <plantname>
218
                                                                                    <rank>family</rank>
219
                                                                                    <plantname>$family</plantname>
220
                                                                                    <parent_id>
221
                                                                                        <plantname>
222
                                                                                            <rank>order</rank>
223
                                                                                            <parent_id>
224
                                                                                                <plantname>
225
                                                                                                    <rank>class</rank>
226
                                                                                                    <parent_id>
227
                                                                                                        <plantname>
228
                                                                                                            <rank>subkingdom</rank>
229
                                                                                                            <parent_id>
230
                                                                                                                <plantname>
231
                                                                                                                    <rank>kingdom</rank>
232
                                                                                                                    <plantname>$Kingdom</plantname>
233
                                                                                                                </plantname>
234
                                                                                                            </parent_id>
235
                                                                                                        </plantname>
236
                                                                                                    </parent_id>
237
                                                                                                </plantname>
238
                                                                                            </parent_id>
239
                                                                                        </plantname>
240
                                                                                    </parent_id>
241
                                                                                </plantname>
242
                                                                            </parent_id>
243
                                                                        </plantname>
244
                                                                    </parent_id>
245
                                                                </plantname>
246
                                                            </parent_id>
247
                                                        </plantname>
248
                                                    </parent_id>
249
                                                </plantname>
250
                                            </parent_id>
251
                                        </plantname>
252
                                    </plantname_id>
253
                                </plantconcept>
254
                            </plantconcept_id>
255
                        </taxondetermination>
256
                        <verbatimcollectorname>$Collector</verbatimcollectorname>
257
                    </taxonoccurrence>
258
                </locationevent>
259
                <locationnarrative>$Locality</locationnarrative>
260
            </location>
261
        </path>
262
    </_simplifyPath>
263
</VegBIEN>
264
Inserted 38 new rows into database
(5-5/5)