Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <authorlocationcode><_merge><3>$Barcode</3></_merge></authorlocationcode>
5
        <locationdetermination>
6
            <latitude>
7
                <_alt>
8
                    <1>
9
                        <_nullIf>
10
                            <null>0</null>
11
                            <type>float</type>
12
                            <value>$Lat</value>
13
                        </_nullIf>
14
                    </1>
15
                </_alt>
16
            </latitude>
17
            <longitude>
18
                <_alt>
19
                    <1>
20
                        <_nullIf>
21
                            <null>0</null>
22
                            <type>float</type>
23
                            <value>$Long</value>
24
                        </_nullIf>
25
                    </1>
26
                </_alt>
27
            </longitude>
28
            <namedplace_id>
29
                <_simplifyPath>
30
                    <next>parent_id/namedplace</next>
31
                    <require>placename</require>
32
                    <path>
33
                        <namedplace>
34
                            <rank>county</rank>
35
                            <parent_id>
36
                                <namedplace>
37
                                    <rank>stateProvince</rank>
38
                                    <parent_id>
39
                                        <namedplace>
40
                                            <rank>country</rank>
41
                                            <placename>$Country</placename>
42
                                        </namedplace>
43
                                    </parent_id>
44
                                </namedplace>
45
                            </parent_id>
46
                        </namedplace>
47
                    </path>
48
                </_simplifyPath>
49
            </namedplace_id>
50
        </locationdetermination>
51
        <locationevent>
52
            <taxonoccurrence>
53
                <aggregateoccurrence>
54
                    <collectiondate>
55
                        <_date>
56
                            <date>
57
                                <_dateRangeStart>
58
                                    <value>
59
                                        <_alt>
60
                                            <1>
61
                                                <_date>
62
                                                    <day>
63
                                                        <_nullIf>
64
                                                            <null>0</null>
65
                                                            <type>float</type>
66
                                                            <value>$Colldd</value>
67
                                                        </_nullIf>
68
                                                    </day>
69
                                                    <month>
70
                                                        <_nullIf>
71
                                                            <null>0</null>
72
                                                            <type>float</type>
73
                                                            <value>$Collmm</value>
74
                                                        </_nullIf>
75
                                                    </month>
76
                                                    <year>
77
                                                        <_nullIf>
78
                                                            <null>0</null>
79
                                                            <type>float</type>
80
                                                            <value>$Collyy</value>
81
                                                        </_nullIf>
82
                                                    </year>
83
                                                </_date>
84
                                            </1>
85
                                        </_alt>
86
                                    </value>
87
                                </_dateRangeStart>
88
                            </date>
89
                        </_date>
90
                    </collectiondate>
91
                    <notes>$Notes</notes>
92
                    <plantobservation>
93
                        <specimenreplicate>
94
                            <_if name="if indirect voucher"><else><catalognumber_dwc>$Barcode</catalognumber_dwc></else></_if>
95
                            <collectionnumber><_alt><2>$Number</2></_alt></collectionnumber>
96
                            <sourceaccessioncode>$ID</sourceaccessioncode>
97
                        </specimenreplicate>
98
                    </plantobservation>
99
                </aggregateoccurrence>
100
                <taxondetermination>
101
                    <isoriginal>true</isoriginal>
102
                    <role>identifier</role>
103
                    <party_id>
104
                        <party>
105
                            <givenname><_namePart><first>$Detby</first></_namePart></givenname>
106
                            <middlename><_namePart><middle>$Detby</middle></_namePart></middlename>
107
                            <surname><_namePart><last>$Detby</last></_namePart></surname>
108
                        </party>
109
                    </party_id>
110
                    <plantconcept_id>
111
                        <plantconcept>
112
                            <plantname_id>
113
                                <_simplifyPath>
114
                                    <next>parent_id/plantname</next>
115
                                    <require>plantname</require>
116
                                    <path>
117
                                        <plantname>
118
                                            <rank>binomial</rank>
119
                                            <parent_id>
120
                                                <plantname>
121
                                                    <rank>authority</rank>
122
                                                    <parent_id>
123
                                                        <plantname>
124
                                                            <rank>subspecies</rank>
125
                                                            <parent_id>
126
                                                                <plantname>
127
                                                                    <rank>species</rank>
128
                                                                    <parent_id>
129
                                                                        <plantname>
130
                                                                            <rank>genus</rank>
131
                                                                            <plantname>$Genus</plantname>
132
                                                                            <parent_id>
133
                                                                                <plantname>
134
                                                                                    <rank>family</rank>
135
                                                                                    <plantname>$Family</plantname>
136
                                                                                </plantname>
137
                                                                            </parent_id>
138
                                                                        </plantname>
139
                                                                    </parent_id>
140
                                                                </plantname>
141
                                                            </parent_id>
142
                                                        </plantname>
143
                                                    </parent_id>
144
                                                </plantname>
145
                                            </parent_id>
146
                                        </plantname>
147
                                    </path>
148
                                </_simplifyPath>
149
                            </plantname_id>
150
                        </plantconcept>
151
                    </plantconcept_id>
152
                    <determinationdate>
153
                        <_date>
154
                            <date>
155
                                <_dateRangeStart>
156
                                    <value>
157
                                        <_alt>
158
                                            <1>
159
                                                <_date>
160
                                                    <year>
161
                                                        <_nullIf>
162
                                                            <null>0</null>
163
                                                            <type>float</type>
164
                                                            <value>$Detyy</value>
165
                                                        </_nullIf>
166
                                                    </year>
167
                                                </_date>
168
                                            </1>
169
                                        </_alt>
170
                                    </value>
171
                                </_dateRangeStart>
172
                            </date>
173
                        </_date>
174
                    </determinationdate>
175
                    <taxonfit>$cf</taxonfit>
176
                </taxondetermination>
177
                <verbatimcollectorname>
178
                    <_merge>
179
                        <1>$Collector</1>
180
                        <2>$Addcoll</2>
181
                    </_merge>
182
                </verbatimcollectorname>
183
            </taxonoccurrence>
184
        </locationevent>
185
        <locationnarrative>
186
            <_merge>
187
                <2>
188
                    <_merge>
189
                        <1>
190
                            <_label>
191
                                <label>gazetteer</label>
192
                                <value>
193
                                    <_merge>
194
                                        <1>$Gazetteer</1>
195
                                        <2>$Newgazett</2>
196
                                    </_merge>
197
                                </value>
198
                            </_label>
199
                        </1>
200
                        <2>$Locnotes</2>
201
                    </_merge>
202
                </2>
203
                <3>
204
                    <_label>
205
                        <label>habitat</label>
206
                        <value>$Ecology</value>
207
                    </_label>
208
                </3>
209
            </_merge>
210
        </locationnarrative>
211
        <sourceaccessioncode>$ID</sourceaccessioncode>
212
    </location>
213
</VegBIEN>
214
Inserted 26 new rows into database
    (1-1/1)