Inside <divebase> data of a dive base, at which the dives during a holiday were made, are given.
<divetrip>
<address>, <contact>, <guide>, <name>, <notes>, <pricedivepackage>, <priceperdive>, <rating>
<divetrip>
(see also <divetrip>)
<divebase>
    <name>Top Diving</name>
    <address>
        <!-- address of dive base -->
    </address>
    <contact>
        <!-- email address, homepage of dive base -->
    </contact>
    <priceperdive currency="EUR">35.0</priceperdive>
    <pricedivepackage currency="EUR" noofdives="10">320.0</pricedivepackage>
    <guide>
        <!-- Guide Emil already described inside the <buddy> section, -->
        <!-- therefore here only a reference -->
        <buddyref ref="buddy_Emil_TL2"/>
    </guide>
    <guide>
        <!-- Guide Franka already described inside the <buddy> section, -->
        <!-- therefore here only a reference -->
        <buddyref ref="buddy_Franka"/>
    </guide>
    <rating>8</rating>
    <notes>
        <text>familiar atmosphere, very friendly and obligy</text>
    </notes>
</divebase>