Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <elevation>
5
            <_alt>
6
                <2>
7
                    <_avg>
8
                        <max>
9
                            <_units>
10
                                <default>m</default>
11
                                <to>m</to>
12
                                <to></to>
13
                                <value>$MaximumElevationInMeter</value>
14
                            </_units>
15
                        </max>
16
                        <min>
17
                            <_units>
18
                                <default>m</default>
19
                                <to>m</to>
20
                                <to></to>
21
                                <value>
22
                                    <_rangeStart>
23
                                        <value>
24
                                            <_replace>
25
                                                <\bca\.?></\bca\.?>
26
                                                <value>$MinimumElevationInMeter</value>
27
                                            </_replace>
28
                                        </value>
29
                                    </_rangeStart>
30
                                </value>
31
                            </_units>
32
                        </min>
33
                    </_avg>
34
                </2>
35
            </_alt>
36
        </elevation>
37
        <elevationrange>
38
            <_range>
39
                <from>
40
                    <_units>
41
                        <default>m</default>
42
                        <to>m</to>
43
                        <to></to>
44
                        <value>
45
                            <_rangeStart>
46
                                <value>
47
                                    <_replace>
48
                                        <\bca\.?></\bca\.?>
49
                                        <value>$MinimumElevationInMeter</value>
50
                                    </_replace>
51
                                </value>
52
                            </_rangeStart>
53
                        </value>
54
                    </_units>
55
                </from>
56
                <to>
57
                    <_units>
58
                        <default>m</default>
59
                        <to>m</to>
60
                        <to></to>
61
                        <value>
62
                            <_alt>
63
                                <1>$MaximumElevationInMeter</1>
64
                                <2>
65
                                    <_rangeEnd>
66
                                        <value>
67
                                            <_replace>
68
                                                <\bca\.?></\bca\.?>
69
                                                <value>$MinimumElevationInMeter</value>
70
                                            </_replace>
71
                                        </value>
72
                                    </_rangeEnd>
73
                                </2>
74
                            </_alt>
75
                        </value>
76
                    </_units>
77
                </to>
78
            </_range>
79
        </elevationrange>
80
        <locationdetermination>
81
            <latitude>
82
                <_alt>
83
                    <1>
84
                        <_nullIf>
85
                            <null>0</null>
86
                            <type>float</type>
87
                            <value>
88
                                <_alt>
89
                                    <0>$DecimalLatitude</0>
90
                                    <1>$VerbatimLatitude</1>
91
                                </_alt>
92
                            </value>
93
                        </_nullIf>
94
                    </1>
95
                </_alt>
96
            </latitude>
97
            <longitude>
98
                <_alt>
99
                    <1>
100
                        <_nullIf>
101
                            <null>0</null>
102
                            <type>float</type>
103
                            <value>
104
                                <_alt>
105
                                    <0>$DecimalLongitude</0>
106
                                    <1>$VerbatimLongitude</1>
107
                                </_alt>
108
                            </value>
109
                        </_nullIf>
110
                    </1>
111
                </_alt>
112
            </longitude>
113
            <namedplace_id>
114
                <_simplifyPath>
115
                    <next>parent_id/namedplace</next>
116
                    <require>placename</require>
117
                    <path>
118
                        <namedplace>
119
                            <rank>county</rank>
120
                            <placename>$County</placename>
121
                            <parent_id>
122
                                <namedplace>
123
                                    <rank>stateProvince</rank>
124
                                    <placename>$StateProvince</placename>
125
                                    <parent_id>
126
                                        <namedplace>
127
                                            <rank>country</rank>
128
                                            <placename>$Country</placename>
129
                                        </namedplace>
130
                                    </parent_id>
131
                                </namedplace>
132
                            </parent_id>
133
                        </namedplace>
134
                    </path>
135
                </_simplifyPath>
136
            </namedplace_id>
137
        </locationdetermination>
138
        <locationevent>
139
            <obsenddate><_date><date><_dateRangeEnd><value><_alt><2>$LatestDateCollected</2></_alt></value></_dateRangeEnd></date></_date></obsenddate>
140
            <obsstartdate><_date><date><_dateRangeStart><value><_alt><2>$LatestDateCollected</2></_alt></value></_dateRangeStart></date></_date></obsstartdate>
141
            <specimenreplicate>
142
                <catalognumber_dwc>$CatalogNO</catalognumber_dwc>
143
                <collectioncode_dwc>$CollectionCD</collectioncode_dwc>
144
                <institution_id><party><organizationname>$InstitutionCD</organizationname></party></institution_id>
145
                <taxondetermination>
146
                    <iscurrent>true</iscurrent>
147
                    <role>identifier</role>
148
                    <party_id>
149
                        <party>
150
                            <givenname><_namePart><first>$IdentifiedBy</first></_namePart></givenname>
151
                            <middlename><_namePart><middle>$IdentifiedBy</middle></_namePart></middlename>
152
                            <surname><_namePart><last>$IdentifiedBy</last></_namePart></surname>
153
                        </party>
154
                    </party_id>
155
                    <isoriginal>true</isoriginal>
156
                    <plantconcept_id>
157
                        <plantconcept>
158
                            <plantname_id>
159
                                <_simplifyPath>
160
                                    <next>parent_id/plantname</next>
161
                                    <require>plantname</require>
162
                                    <path>
163
                                        <plantname>
164
                                            <rank>binomial</rank>
165
                                            <plantname>$ScientificName</plantname>
166
                                            <parent_id>
167
                                                <plantname>
168
                                                    <rank>authority</rank>
169
                                                    <plantname>$AuthorOfScientificName</plantname>
170
                                                    <parent_id>
171
                                                        <plantname>
172
                                                            <rank>subspecies</rank>
173
                                                            <plantname>$InfraspecificEpithet</plantname>
174
                                                            <parent_id>
175
                                                                <plantname>
176
                                                                    <rank>species</rank>
177
                                                                    <plantname>$SpecificEpithet</plantname>
178
                                                                    <parent_id>
179
                                                                        <plantname>
180
                                                                            <rank>genus</rank>
181
                                                                            <plantname>$Genus</plantname>
182
                                                                            <parent_id>
183
                                                                                <plantname>
184
                                                                                    <rank>family</rank>
185
                                                                                    <plantname>$Family</plantname>
186
                                                                                </plantname>
187
                                                                            </parent_id>
188
                                                                        </plantname>
189
                                                                    </parent_id>
190
                                                                </plantname>
191
                                                            </parent_id>
192
                                                        </plantname>
193
                                                    </parent_id>
194
                                                </plantname>
195
                                            </parent_id>
196
                                        </plantname>
197
                                    </path>
198
                                </_simplifyPath>
199
                            </plantname_id>
200
                        </plantconcept>
201
                    </plantconcept_id>
202
                </taxondetermination>
203
                <verbatimcollectorname>$Collector</verbatimcollectorname>
204
            </specimenreplicate>
205
        </locationevent>
206
        <locationnarrative><_merge><1>$Locality</1></_merge></locationnarrative>
207
        <sourceaccessioncode>
208
            <_alt>
209
                <2>
210
                    <_merge>
211
                        <1>$InstitutionCD</1>
212
                        <2>$CollectionCD</2>
213
                        <3>$CatalogNO</3>
214
                    </_merge>
215
                </2>
216
            </_alt>
217
        </sourceaccessioncode>
218
    </location>
219
</VegBIEN>
220
Inserted 25 new rows into database
    (1-1/1)