Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <parent_id>
5
            <location>
6
                <authorlocationcode>$plot_code</authorlocationcode>
7
                <sourceaccessioncode>$PLOT_ID</sourceaccessioncode>
8
            </location>
9
        </parent_id>
10
        <authorlocationcode>$subplot</authorlocationcode>
11
        <locationevent>
12
            <obsstartdate><_date><date><_dateRangeStart><value>$census_date</value></_dateRangeStart></date></_date></obsstartdate>
13
            <taxonoccurrence>
14
                <aggregateoccurrence>
15
                    <count>$no_of_individuals</count>
16
                    <cover>$cover_percent</cover>
17
                    <definedvalue fkey="tablerecord_id">
18
                        <userdefined_id>
19
                            <userdefined>
20
                                <tablename>aggregateoccurrence</tablename>
21
                                <userdefinedname>censusNo</userdefinedname>
22
                            </userdefined>
23
                        </userdefined_id>
24
                        <definedvalue>$census_no</definedvalue>
25
                    </definedvalue>
26
                    <linecover>$intercept_cm</linecover>
27
                    <plantobservation>
28
                        <collectionnumber>$individual_code</collectionnumber>
29
                        <sourceaccessioncode>$OBSERVATION_ID</sourceaccessioncode>
30
                        <specimenreplicate>
31
                            <catalognumber_dwc>
32
                                <_if name="if indirect voucher">
33
                                    <cond>
34
                                        <_eq>
35
                                            <right>indirect</right>
36
                                            <left>$det_type</left>
37
                                        </_eq>
38
                                    </cond>
39
                                    <else>
40
                                        <_alt>
41
                                            <1>$coll_number</1>
42
                                            <2>$voucher_string</2>
43
                                        </_alt>
44
                                    </else>
45
                                </_if>
46
                            </catalognumber_dwc>
47
                        </specimenreplicate>
48
                        <stemobservation>
49
                            <basaldiameter>$basal_diam</basaldiameter>
50
                            <definedvalue fkey="tablerecord_id">
51
                                <userdefined_id>
52
                                    <userdefined>
53
                                        <tablename>stemobservation</tablename>
54
                                        <userdefinedname>canopyForm</userdefinedname>
55
                                    </userdefined>
56
                                </userdefined_id>
57
                                <definedvalue>$stem_canopy_form</definedvalue>
58
                            </definedvalue>
59
                            <definedvalue fkey="tablerecord_id">
60
                                <userdefined_id>
61
                                    <userdefined>
62
                                        <tablename>stemobservation</tablename>
63
                                        <userdefinedname>canopyPosition</userdefinedname>
64
                                    </userdefined>
65
                                </userdefined_id>
66
                                <definedvalue>$stem_canopy_position</definedvalue>
67
                            </definedvalue>
68
                            <definedvalue fkey="tablerecord_id">
69
                                <userdefined_id>
70
                                    <userdefined>
71
                                        <tablename>stemobservation</tablename>
72
                                        <userdefinedname>lianaInfestation</userdefinedname>
73
                                    </userdefined>
74
                                </userdefined_id>
75
                                <definedvalue>$stem_liana_infestation</definedvalue>
76
                            </definedvalue>
77
                            <definedvalue fkey="tablerecord_id">
78
                                <userdefined_id>
79
                                    <userdefined>
80
                                        <tablename>stemobservation</tablename>
81
                                        <userdefinedname>notes</userdefinedname>
82
                                    </userdefined>
83
                                </userdefined_id>
84
                                <definedvalue>$notes</definedvalue>
85
                            </definedvalue>
86
                            <diameterbreastheight>$stem_dbh</diameterbreastheight>
87
                            <height>
88
                                <_alt>
89
                                    <1>$stem_height_m</1>
90
                                    <2>$height_m</2>
91
                                </_alt>
92
                            </height>
93
                            <heightfirstbranch>
94
                                <_alt>
95
                                    <0>$ht_first_branch_m</0>
96
                                    <1>$stem_height_first_branch_m</1>
97
                                </_alt>
98
                            </heightfirstbranch>
99
                            <stemtag>
100
                                <iscurrent>
101
                                    <_alt>
102
                                        <2>true</2>
103
                                        <1>false</1>
104
                                    </_alt>
105
                                </iscurrent>
106
                                <tag>
107
                                    <_alt>
108
                                        <1>$tag1</1>
109
                                        <2>$stem_tag1</2>
110
                                    </_alt>
111
                                </tag>
112
                            </stemtag>
113
                            <stemtag>
114
                                <iscurrent>true</iscurrent>
115
                                <tag>
116
                                    <_alt>
117
                                        <1>$tag2</1>
118
                                        <2>$stem_tag2</2>
119
                                    </_alt>
120
                                </tag>
121
                            </stemtag>
122
                            <xposition>$x_position</xposition>
123
                            <yposition>$y_position</yposition>
124
                        </stemobservation>
125
                    </plantobservation>
126
                </aggregateoccurrence>
127
                <authortaxoncode>$individual_code</authortaxoncode>
128
                <growthform>
129
                    <_map>
130
                        <T>tree</T>
131
                        <Arbol>tree</Arbol>
132
                        <palm>tree</palm>
133
                        <H>hemiepiphyte</H>
134
                        <Hemiepífito>hemiepiphyte</Hemiepífito>
135
                        <L>liana</L>
136
                        <l>liana</l>
137
                        <L?>liana</L?>
138
                        <Liana>liana</Liana>
139
                        <E>epiphyte</E>
140
                        <S>shrub</S>
141
                        <Hb>herb</Hb>
142
                        <vine-herbaceous>vine</vine-herbaceous>
143
                        <graminoid>grass</graminoid>
144
                        <rosette>forb</rosette>
145
                        <*>*</*>
146
                        <value>$habit</value>
147
                    </_map>
148
                </growthform>
149
                <sourceaccessioncode>$OBSERVATION_ID</sourceaccessioncode>
150
                <taxondetermination>
151
                    <plantconcept_id>
152
                        <plantconcept>
153
                            <plantname_id>
154
                                <_simplifyPath>
155
                                    <next>parent_id</next>
156
                                    <path>
157
                                        <plantname>
158
                                            <rank>binomial</rank>
159
                                            <parent_id>
160
                                                <plantname>
161
                                                    <rank>authority</rank>
162
                                                    <plantname>$specific_authority</plantname>
163
                                                    <parent_id>
164
                                                        <plantname>
165
                                                            <rank>subspecies</rank>
166
                                                            <plantname>
167
                                                                <_name>
168
                                                                    <first>$infra_rank_1</first>
169
                                                                    <last>$infra_ep_1</last>
170
                                                                </_name>
171
                                                            </plantname>
172
                                                            <parent_id>
173
                                                                <plantname>
174
                                                                    <rank>species</rank>
175
                                                                    <plantname>$specific_epithet</plantname>
176
                                                                    <parent_id>
177
                                                                        <plantname>
178
                                                                            <rank>genus</rank>
179
                                                                            <plantname>$genus</plantname>
180
                                                                            <parent_id>
181
                                                                                <plantname>
182
                                                                                    <rank>family</rank>
183
                                                                                    <plantname>$family</plantname>
184
                                                                                </plantname>
185
                                                                            </parent_id>
186
                                                                        </plantname>
187
                                                                    </parent_id>
188
                                                                </plantname>
189
                                                            </parent_id>
190
                                                        </plantname>
191
                                                    </parent_id>
192
                                                </plantname>
193
                                            </parent_id>
194
                                        </plantname>
195
                                    </path>
196
                                </_simplifyPath>
197
                            </plantname_id>
198
                        </plantconcept>
199
                    </plantconcept_id>
200
                    <taxonfit>$cf_aff</taxonfit>
201
                </taxondetermination>
202
                <taxondetermination>
203
                    <isoriginal>true</isoriginal>
204
                    <plantconcept_id>
205
                        <plantconcept>
206
                            <plantname_id>
207
                                <_simplifyPath>
208
                                    <next>parent_id</next>
209
                                    <path>
210
                                        <plantname>
211
                                            <rank>binomial</rank>
212
                                            <parent_id>
213
                                                <plantname>
214
                                                    <rank>authority</rank>
215
                                                    <parent_id>
216
                                                        <plantname>
217
                                                            <rank>subspecies</rank>
218
                                                            <parent_id>
219
                                                                <plantname>
220
                                                                    <rank>species</rank>
221
                                                                    <plantname>$orig_species</plantname>
222
                                                                    <parent_id>
223
                                                                        <plantname>
224
                                                                            <rank>genus</rank>
225
                                                                            <parent_id>
226
                                                                                <plantname>
227
                                                                                    <rank>family</rank>
228
                                                                                    <plantname>$orig_family</plantname>
229
                                                                                </plantname>
230
                                                                            </parent_id>
231
                                                                        </plantname>
232
                                                                    </parent_id>
233
                                                                </plantname>
234
                                                            </parent_id>
235
                                                        </plantname>
236
                                                    </parent_id>
237
                                                </plantname>
238
                                            </parent_id>
239
                                        </plantname>
240
                                    </path>
241
                                </_simplifyPath>
242
                            </plantname_id>
243
                        </plantconcept>
244
                    </plantconcept_id>
245
                </taxondetermination>
246
                <verbatimcollectorname>
247
                    <_name>
248
                        <first>$coll_firstname</first>
249
                        <last>$coll_lastname</last>
250
                    </_name>
251
                </verbatimcollectorname>
252
                <voucher>
253
                    <specimenreplicate_id>
254
                        <specimenreplicate>
255
                            <catalognumber_dwc>
256
                                <_if name="if indirect voucher">
257
                                    <cond>
258
                                        <_eq>
259
                                            <right>indirect</right>
260
                                            <left>$det_type</left>
261
                                        </_eq>
262
                                    </cond>
263
                                    <then>
264
                                        <_alt>
265
                                            <1>$coll_number</1>
266
                                            <2>$voucher_string</2>
267
                                        </_alt>
268
                                    </then>
269
                                </_if>
270
                            </catalognumber_dwc>
271
                        </specimenreplicate>
272
                    </specimenreplicate_id>
273
                </voucher>
274
            </taxonoccurrence>
275
        </locationevent>
276
    </location>
277
</VegBIEN>
278
Inserted 51 new rows into database
(7-7/7)