Project

General

Profile

1 3641 aaronmk
Put template:
2 4385 aaronmk
<VegBIEN>
3 4621 aaronmk
    <_simplifyPath id="-1">
4
        <next>parent_id</next>
5
        <path>
6 4385 aaronmk
            <location>
7 4621 aaronmk
                <parent_id>
8
                    <location>
9
                        <authorlocationcode>$Inventory name</authorlocationcode>
10
                        <sourceaccessioncode>$Inventory code</sourceaccessioncode>
11
                    </location>
12
                </parent_id>
13
                <authorlocationcode>$Number of subplot</authorlocationcode>
14
                <locationevent>
15
                    <project_id><project><projectname>$Expedition</projectname></project></project_id>
16
                    <taxonoccurrence>
17
                        <aggregateoccurrence>
18
                            <notes>$Observations</notes>
19
                            <plantobservation>
20
                                <collectionnumber>$Tree number</collectionnumber>
21
                                <specimenreplicate><catalognumber_dwc>$Specimen</catalognumber_dwc></specimenreplicate>
22
                                <stemobservation>
23
                                    <authorstemcode>$Trunk</authorstemcode>
24
                                    <definedvalue fkey="tablerecord_id">
25
                                        <userdefined_id>
26
                                            <userdefined>
27
                                                <tablename>stemobservation</tablename>
28
                                                <userdefinedname>lianaInfestation</userdefinedname>
29
                                            </userdefined>
30
                                        </userdefined_id>
31
                                        <definedvalue>$Liana presence</definedvalue>
32
                                    </definedvalue>
33 4868 aaronmk
                                    <diameterbreastheight_m><_cm_to_m><value>$Diameter</value></_cm_to_m></diameterbreastheight_m>
34 4753 aaronmk
                                    <height_m>$Total height</height_m>
35 4828 aaronmk
                                    <tag>$Tag number</tag>
36 4753 aaronmk
                                    <xposition_m>$Subplot X</xposition_m>
37
                                    <yposition_m>$Subplot Y</yposition_m>
38 4621 aaronmk
                                </stemobservation>
39
                            </plantobservation>
40
                        </aggregateoccurrence>
41 4833 aaronmk
                        <authortaxoncode>$Tree number</authortaxoncode>
42 4621 aaronmk
                        <growthform>
43
                            <_map>
44
                                <T>tree</T>
45
                                <Arbol>tree</Arbol>
46
                                <palm>tree</palm>
47
                                <H>hemiepiphyte</H>
48
                                <Hemiepífito>hemiepiphyte</Hemiepífito>
49
                                <L>liana</L>
50
                                <l>liana</l>
51
                                <L?>liana</L?>
52
                                <Liana>liana</Liana>
53
                                <E>epiphyte</E>
54
                                <S>shrub</S>
55
                                <Hb>herb</Hb>
56
                                <vine-herbaceous>vine</vine-herbaceous>
57
                                <graminoid>grass</graminoid>
58
                                <rosette>forb</rosette>
59
                                <*>*</*>
60
                                <value>$Habit</value>
61
                            </_map>
62
                        </growthform>
63
                        <taxondetermination>
64
                            <party_id>
65
                                <party>
66
                                    <givenname><_namePart><first>$Determined by</first></_namePart></givenname>
67
                                    <middlename><_namePart><middle>$Determined by</middle></_namePart></middlename>
68
                                    <surname><_namePart><last>$Determined by</last></_namePart></surname>
69
                                </party>
70
                            </party_id>
71 4718 aaronmk
                            <taxonpath_id>
72
                                <taxonpath>
73 4944 aaronmk
                                    <author>$Autor (revised)</author>
74 4703 aaronmk
                                    <family>$Family (revised)</family>
75
                                    <genus>$Genera</genus>
76
                                    <species>$Specific epithet</species>
77 4965 aaronmk
                                    <taxonomicname>$Species and morphotypes</taxonomicname>
78 5072 aaronmk
                                    <taxonomicnamewithauthor>
79
                                        <_alt>
80
                                            <1>$Specie+autor</1>
81
                                            <2>
82
                                                <_join_words>
83
                                                    <1>
84
                                                        <_alt>
85
                                                            <1>$Species and morphotypes</1>
86
                                                            <2>
87
                                                                <_join_words>
88
                                                                    <1>$Family (revised)</1>
89
                                                                    <2>$Genera</2>
90
                                                                    <3>$Specific epithet</3>
91
                                                                </_join_words>
92
                                                            </2>
93
                                                        </_alt>
94
                                                    </1>
95
                                                    <2>$Autor (revised)</2>
96
                                                </_join_words>
97
                                            </2>
98
                                        </_alt>
99
                                    </taxonomicnamewithauthor>
100 4718 aaronmk
                                </taxonpath>
101
                            </taxonpath_id>
102 4621 aaronmk
                            <taxonfit>$Qualifier</taxonfit>
103
                        </taxondetermination>
104
                        <taxondetermination>
105
                            <isoriginal>true</isoriginal>
106 4718 aaronmk
                            <taxonpath_id>
107
                                <taxonpath>
108 4703 aaronmk
                                    <family>$Field family</family>
109
                                    <genus>$Field name</genus>
110 5044 aaronmk
                                    <taxonomicnamewithauthor>
111
                                        <_join_words>
112
                                            <1>$Field family</1>
113
                                            <2>$Field name</2>
114
                                        </_join_words>
115
                                    </taxonomicnamewithauthor>
116 4718 aaronmk
                                </taxonpath>
117
                            </taxonpath_id>
118 4621 aaronmk
                        </taxondetermination>
119
                        <verbatimcollectorname>$Index collector</verbatimcollectorname>
120
                    </taxonoccurrence>
121
                </locationevent>
122
            </location>
123
        </path>
124
    </_simplifyPath>
125 4385 aaronmk
</VegBIEN>
126 4947 aaronmk
Inserted 27 new rows into database