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
147 147
                                                                            <parent_id>
148 148
                                                                                <taxonconcept>
149 149
                                                                                    <rank>species</rank>
150
                                                                                    <taxonname>$specificEpithet</taxonname>
150
                                                                                    <taxonepithet>$specificEpithet</taxonepithet>
151 151
                                                                                    <parent_id>
152 152
                                                                                        <taxonconcept>
153 153
                                                                                            <rank>genus</rank>
154
                                                                                            <taxonname>$genus</taxonname>
154
                                                                                            <taxonepithet>$genus</taxonepithet>
155 155
                                                                                            <parent_id>
156 156
                                                                                                <taxonconcept>
157 157
                                                                                                    <rank>family</rank>
158
                                                                                                    <taxonname>$family</taxonname>
158
                                                                                                    <taxonepithet>$family</taxonepithet>
159 159
                                                                                                    <parent_id>
160 160
                                                                                                        <taxonconcept>
161 161
                                                                                                            <rank>order</rank>
162
                                                                                                            <taxonname>$order</taxonname>
162
                                                                                                            <taxonepithet>$order</taxonepithet>
163 163
                                                                                                            <parent_id>
164 164
                                                                                                                <taxonconcept>
165 165
                                                                                                                    <rank>class</rank>
166
                                                                                                                    <taxonname>$class</taxonname>
166
                                                                                                                    <taxonepithet>$class</taxonepithet>
167 167
                                                                                                                    <parent_id>
168 168
                                                                                                                        <taxonconcept>
169 169
                                                                                                                            <rank>phylum</rank>
170
                                                                                                                            <taxonname>$phylum</taxonname>
170
                                                                                                                            <taxonepithet>$phylum</taxonepithet>
171 171
                                                                                                                            <parent_id>
172 172
                                                                                                                                <taxonconcept>
173 173
                                                                                                                                    <rank>kingdom</rank>
174
                                                                                                                                    <taxonname>$kingdom</taxonname>
174
                                                                                                                                    <taxonepithet>$kingdom</taxonepithet>
175 175
                                                                                                                                </taxonconcept>
176 176
                                                                                                                            </parent_id>
177 177
                                                                                                                        </taxonconcept>
......
194 194
                                                    </parent_id>
195 195
                                                </taxonconcept>
196 196
                                            </parent_id>
197
                                            <taxonname>$infraspecificEpithet</taxonname>
197
                                            <taxonepithet>$infraspecificEpithet</taxonepithet>
198 198
                                        </taxonconcept>
199 199
                                    </parent_id>
200 200
                                    <rank>$taxonRank</rank>

Also available in: Unified diff