Project

General

Profile

« Previous | Next » 

Revision 5596

schemas/vegbien.sql: taxonconcept: Renamed taxonname to taxonepithet for clarity and to be consistent with TCS's use of "epithet" to denote what the taxonname was intended to be (http://www.tdwg.org/standards/117/download/#/UserGuidev_1.3.pdf)

View differences:

test.xml.ref
171 171
                                                                            <parent_id>
172 172
                                                                                <taxonconcept>
173 173
                                                                                    <rank>species</rank>
174
                                                                                    <taxonname>$specificEpithet</taxonname>
174
                                                                                    <taxonepithet>$specificEpithet</taxonepithet>
175 175
                                                                                    <parent_id>
176 176
                                                                                        <taxonconcept>
177 177
                                                                                            <rank>genus</rank>
178
                                                                                            <taxonname>$genus</taxonname>
178
                                                                                            <taxonepithet>$genus</taxonepithet>
179 179
                                                                                            <parent_id>
180 180
                                                                                                <taxonconcept>
181 181
                                                                                                    <rank>family</rank>
182
                                                                                                    <taxonname>$family</taxonname>
182
                                                                                                    <taxonepithet>$family</taxonepithet>
183 183
                                                                                                    <parent_id>
184 184
                                                                                                        <taxonconcept>
185 185
                                                                                                            <rank>order</rank>
186
                                                                                                            <taxonname>$order</taxonname>
186
                                                                                                            <taxonepithet>$order</taxonepithet>
187 187
                                                                                                            <parent_id>
188 188
                                                                                                                <taxonconcept>
189 189
                                                                                                                    <rank>class</rank>
190
                                                                                                                    <taxonname>$class</taxonname>
190
                                                                                                                    <taxonepithet>$class</taxonepithet>
191 191
                                                                                                                    <parent_id>
192 192
                                                                                                                        <taxonconcept>
193 193
                                                                                                                            <rank>phylum</rank>
194
                                                                                                                            <taxonname>$phylum</taxonname>
194
                                                                                                                            <taxonepithet>$phylum</taxonepithet>
195 195
                                                                                                                            <parent_id>
196 196
                                                                                                                                <taxonconcept>
197 197
                                                                                                                                    <rank>kingdom</rank>
198
                                                                                                                                    <taxonname>$kingdom</taxonname>
198
                                                                                                                                    <taxonepithet>$kingdom</taxonepithet>
199 199
                                                                                                                                </taxonconcept>
200 200
                                                                                                                            </parent_id>
201 201
                                                                                                                        </taxonconcept>
......
218 218
                                                    </parent_id>
219 219
                                                </taxonconcept>
220 220
                                            </parent_id>
221
                                            <taxonname>$infraspecificEpithet</taxonname>
221
                                            <taxonepithet>$infraspecificEpithet</taxonepithet>
222 222
                                        </taxonconcept>
223 223
                                    </parent_id>
224 224
                                    <rank>$taxonRank</rank>

Also available in: Unified diff