Inside the <divesite> section all data concerning dive spots - geography, relevant data to dives etc. - are given.
The <divesite> section stands after the <diver> section and before the <divetrip> section.
The only element inside <divesite> is <site> which can be repeated any times.
<uddf>
<site>
<uddf version="2.2.0">
<generator>
<!-- here information about the software generating the UDDF file -->
</generator>
<diver>
<owner id="o1">
<!-- description of the owner of the UDDF file -->
</owner>
<buddy id="b1">
<!-- description of the first dive buddy -->
</buddy>
<!-- here more <buddy> elements if necessary -->
</diver>
<divesite>
<site id="site-1">
<!-- here description of the first dive site -->
</site>
<site id="site-2">
<!-- here description of the second dive site -->
</site>
<site id="site-3">
<!-- here description of the third dive site -->
</site>
<!-- here more <site> elements if necessary -->
</divesite>
<!-- here more sections (<divetrip>, <gasdefinitions>, <profiledata> etc.) -->
</uddf>