Project

General

Profile

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