Inside <divebase> data of a dive base are given.
Any number of <divebase> elements can be given one after the other; but all must be given before the following <site> elements. By this it is possible to refer to a <divebase> with every individual <site>.
<divebase>
<address>, <aliasname>, <contact>, <guide>, <link/>, <name>, <notes>, <pricedivepackage>, <priceperdive>, <rating>
<divetrip>
(see also <divetrip>)
<divebase id="db_top-diving"> <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 id="g_Emil_TL2"> <!-- Guide Emil must be described inside the <buddy> section, --> <!-- therefore here only a reference --> <link ref="buddy_Emil_TL2"/> </guide> <guide id="g_Franka"> <!-- Guide Franka must be described inside the <buddy> section, --> <!-- therefore here only a reference --> <link ref="buddy_Franka"/> </guide> <rating> <ratingvalue>8</ratingvalue> </rating> <notes> <para>familiar atmosphere, very friendly and obligy</para> </notes> </divebase>