Project

General

Profile

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