Inside <light> appears information concerning an underwater light used. Several <light> elements can appear one after the other.
<equipment>, <videocamera>
<manufacturer>, <model>, <name>, <nextservicedate>, <notes>, <purchase>, <serialnumber>, <serviceinterval>
<equipment>, <videocamera>
(see also <equipment>)
<equipment> <light id="my_uwlight"> <name>Sun Under Water</name> <manufacturer> <name>Sunlight</name> </manufacturer> <model>Bright Light</model> <serialnumber>345678</serialnumber> <purchase> <date> <year>1976</year><month>4</month><day>13</day><dayofweek>2</dayofweek> </date> <price currency="DM">100.00</price> <shop> <name>Dive Now</name> <address> <!-- address of shop --> </address> <contact> <!-- phone number, email address etc. --> </contact> <notes> <!-- additional remarks --> </notes> </shop> </purchase> <serviceinterval>365</serviceinterval> <nextservicedate> <date> <year>2006</year><month>4</month><day>13</day> </date> </nextservicedate> </light> </equipment>