Inside <divecomputer> follow data concerning a dive computer used. Several <divecomputer> elements can be given one after the other.
<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> <date> <year>1994</year><month>5</month><day>28</day><dayofweek>6</dayofweek> </date> <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>