Inside <divecomputer> follow data concerning a dive computer used. Several <divecomputer> elements can be given one after the other.
<aliasname>, <manufacturer>, <model>, <name>, <nextservicedate>, <notes>, <purchase>, <serialnumber>, <serviceinterval>
(see also <equipment>)
<equipment> <divecomputer id="my_divecomputer"> <name>Dive Fairy</name> <manufacturer> <name>selfmade</name> </manufacturer> <model>my_first</model> <serialnumber>001</serialnumber> <purchase> <datetime>1994-05-28</datetime> <price currency="DM">400.00</price> <shop> <name>various electronical shops</name> <address> <!-- address of shop --> </address> <contact> <!-- phone number, email address etc. --> </contact> <notes> <!-- additional remarks --> </notes> </shop> </purchase> </divecomputer> </equipment>