divesite

Occurrence

optional, single

Attributes

Description

Inside the <divesite> section all data concerning dive bases, and dive spots - geography, relevant data to dives etc. - are given.

The <divesite> section stands after the <diver> section and before the <gasdefinitions> section.

The only two elements inside <divesite> are <divebase> and <site>. Both can be repeated any times. First, all <divebase> elements must be given, then follow all <site> elements.

Parent Elements

<uddf>

Child Elements

<divebase>, <site>

See Also

<diver>, <divetrip>, <uddf>

Examples

<uddf version="3.1.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>
        <divebase id="db-1">
            <!-- here description of the first dive base -->
        </divebase>
        <divebase id="db-2">
            <!-- here description of the second dive base -->
        </divebase>
        <divebase id="db-3">
            <!-- here description of the third dive base -->
        </divebase>
        <!-- here more <divebase> elements if necessary -->
        <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>