Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6
            <location>
7
                <sourceaccessioncode>$PlotCD</sourceaccessioncode>
8
                <locationcoords>
9
                    <latitude_deg>
10
                        <_nullIf>
11
                            <null>0</null>
12
                            <type>float</type>
13
                            <value>$DecimalLatitude</value>
14
                        </_nullIf>
15
                    </latitude_deg>
16
                    <longitude_deg>
17
                        <_nullIf>
18
                            <null>0</null>
19
                            <type>float</type>
20
                            <value>$DecimalLongitude</value>
21
                        </_nullIf>
22
                    </longitude_deg>
23
                </locationcoords>
24
                <locationevent>
25
                    <taxonoccurrence>
26
                        <aggregateoccurrence>
27
                            <collectiondate>
28
                                <_date>
29
                                    <day>
30
                                        <_nullIf>
31
                                            <null>0</null>
32
                                            <type>float</type>
33
                                            <value>$MeasDay</value>
34
                                        </_nullIf>
35
                                    </day>
36
                                    <month>
37
                                        <_nullIf>
38
                                            <null>0</null>
39
                                            <type>float</type>
40
                                            <value>$MeasMon</value>
41
                                        </_nullIf>
42
                                    </month>
43
                                    <year>
44
                                        <_nullIf>
45
                                            <null>0</null>
46
                                            <type>float</type>
47
                                            <value>$MeasYear</value>
48
                                        </_nullIf>
49
                                    </year>
50
                                </_date>
51
                            </collectiondate>
52
                            <plantobservation>
53
                                <stemobservation>
54
                                    <basaldiameter_m>$BasalDiameter</basaldiameter_m>
55
                                    <diameterbreastheight_m><_in_to_m><value>$DBH</value></_in_to_m></diameterbreastheight_m>
56
                                    <height_m><_ft_to_m><value>$Height</value></_ft_to_m></height_m>
57
                                    <tag>$TreeTag</tag>
58
                                </stemobservation>
59
                            </plantobservation>
60
                        </aggregateoccurrence>
61
                        <authortaxoncode>$TreeTag</authortaxoncode>
62
                        <taxondetermination>
63
                            <taxonlabel_id>
64
                                <taxonlabel>
65
                                    <matched_label_id>
66
                                        <taxonlabel>
67
                                            <creator_id>
68
                                                <party>
69
                                                    <creator_id>0</creator_id>
70
                                                    <organizationname>TNRS</organizationname>
71
                                                </party>
72
                                            </creator_id>
73
                                            <identifyingtaxonomicname>
74
                                                <_join_words>
75
                                                    <2>$Genus</2>
76
                                                    <3>$SpecificEpithet</3>
77
                                                </_join_words>
78
                                            </identifyingtaxonomicname>
79
                                        </taxonlabel>
80
                                    </matched_label_id>
81
                                    <genus>$Genus</genus>
82
                                    <identifyingtaxonomicname>
83
                                        <_join_words>
84
                                            <2>$Genus</2>
85
                                            <3>$SpecificEpithet</3>
86
                                        </_join_words>
87
                                    </identifyingtaxonomicname>
88
                                    <parent_id>
89
                                        <taxonlabel>
90
                                            <parent_id>
91
                                                <taxonlabel>
92
                                                    <rank>cultivar</rank>
93
                                                    <parent_id>
94
                                                        <taxonlabel>
95
                                                            <rank>forma</rank>
96
                                                            <parent_id>
97
                                                                <taxonlabel>
98
                                                                    <rank>variety</rank>
99
                                                                    <parent_id>
100
                                                                        <taxonlabel>
101
                                                                            <rank>subspecies</rank>
102
                                                                            <parent_id>
103
                                                                                <taxonlabel>
104
                                                                                    <rank>species</rank>
105
                                                                                    <taxonepithet>$SpecificEpithet</taxonepithet>
106
                                                                                    <parent_id>
107
                                                                                        <taxonlabel>
108
                                                                                            <rank>genus</rank>
109
                                                                                            <taxonepithet>$Genus</taxonepithet>
110
                                                                                        </taxonlabel>
111
                                                                                    </parent_id>
112
                                                                                </taxonlabel>
113
                                                                            </parent_id>
114
                                                                        </taxonlabel>
115
                                                                    </parent_id>
116
                                                                </taxonlabel>
117
                                                            </parent_id>
118
                                                        </taxonlabel>
119
                                                    </parent_id>
120
                                                </taxonlabel>
121
                                            </parent_id>
122
                                        </taxonlabel>
123
                                    </parent_id>
124
                                    <species>$SpecificEpithet</species>
125
                                </taxonlabel>
126
                            </taxonlabel_id>
127
                        </taxondetermination>
128
                    </taxonoccurrence>
129
                </locationevent>
130
                <locationplace>
131
                    <placepath_id>
132
                        <placepath>
133
                            <county>$County</county>
134
                            <stateprovince>$StateProvince</stateprovince>
135
                        </placepath>
136
                    </placepath_id>
137
                </locationplace>
138
            </location>
139
        </path>
140
    </_simplifyPath>
141
</VegBIEN>
142
Inserted 25 new rows into database
(5-5/6)