Project

General

Profile

1
Put template:
2
<VegBIEN>
3
    <location id="-1">
4
        <locationevent>
5
            <taxonoccurrence>
6
                <aggregateoccurrence>
7
                    <count>$NoInd</count>
8
                    <plantobservation>
9
                        <overallheight>$stem_height_m</overallheight>
10
                        <sourceaccessioncode>$PlotObsID</sourceaccessioncode>
11
                        <stemcount>$NoInd</stemcount>
12
                        <stemobservation>
13
                            <basaldiameter>$basal_diam</basaldiameter>
14
                            <definedvalue fkey="tablerecord_id">
15
                                <userdefined_id>
16
                                    <userdefined>
17
                                        <tablename>stemobservation</tablename>
18
                                        <userdefinedname>canopyForm</userdefinedname>
19
                                    </userdefined>
20
                                </userdefined_id>
21
                                <definedvalue>$stem_canopy_form</definedvalue>
22
                            </definedvalue>
23
                            <definedvalue fkey="tablerecord_id">
24
                                <userdefined_id>
25
                                    <userdefined>
26
                                        <tablename>stemobservation</tablename>
27
                                        <userdefinedname>canopyPosition</userdefinedname>
28
                                    </userdefined>
29
                                </userdefined_id>
30
                                <definedvalue>$stem_canopy_position</definedvalue>
31
                            </definedvalue>
32
                            <definedvalue fkey="tablerecord_id">
33
                                <userdefined_id>
34
                                    <userdefined>
35
                                        <tablename>stemobservation</tablename>
36
                                        <userdefinedname>gentryDiameter</userdefinedname>
37
                                    </userdefined>
38
                                </userdefined_id>
39
                                <definedvalue>$gentry_dbh</definedvalue>
40
                            </definedvalue>
41
                            <definedvalue fkey="tablerecord_id">
42
                                <userdefined_id>
43
                                    <userdefined>
44
                                        <tablename>stemobservation</tablename>
45
                                        <userdefinedname>lianaInfestation</userdefinedname>
46
                                    </userdefined>
47
                                </userdefined_id>
48
                                <definedvalue>$stem_liana_infestation</definedvalue>
49
                            </definedvalue>
50
                            <definedvalue fkey="tablerecord_id">
51
                                <userdefined_id>
52
                                    <userdefined>
53
                                        <tablename>stemobservation</tablename>
54
                                        <userdefinedname>notes</userdefinedname>
55
                                    </userdefined>
56
                                </userdefined_id>
57
                                <definedvalue>$stem_notes</definedvalue>
58
                            </definedvalue>
59
                            <diameterbreastheight>$stem_dbh</diameterbreastheight>
60
                            <height>$stem_height_m</height>
61
                            <heightfirstbranch>$stem_height_first_branch_m</heightfirstbranch>
62
                            <stemtag>
63
                                <iscurrent>
64
                                    <_alt>
65
                                        <2>true</2>
66
                                        <1>false</1>
67
                                    </_alt>
68
                                </iscurrent>
69
                                <tag>$stem_tag1</tag>
70
                            </stemtag>
71
                            <stemtag>
72
                                <iscurrent>true</iscurrent>
73
                                <tag>$stem_tag2</tag>
74
                            </stemtag>
75
                        </stemobservation>
76
                    </plantobservation>
77
                </aggregateoccurrence>
78
                <sourceaccessioncode><_alt><1>$PlotObsID</1></_alt></sourceaccessioncode>
79
            </taxonoccurrence>
80
        </locationevent>
81
    </location>
82
</VegBIEN>
83
Inserted 24 new rows into database
(3-3/3)