Inside <camera> statements for the description of a camera used are given (with subsequent indicated <housing>, <flash> used, and <lens>es).
<equipment> <camera id="Analogue-Camera"> <body id="Nikonos_V"> <name>Nikonos V</name> <manufacturer> <name>Nikon</name> </manufacturer> <model>V</model> <serialnumber>987654321</serialnumber> <purchase> <date> <year>1997</year><month>6</month><day>12</day><dayofweek>4</dayofweek> </date> <price currency="DM">850.00</price> <shop> <name>Photoshop</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>2007</year><month>3</month><day>11</day> </date> </nextservicedate> </body> <lens id="Nikonos_35mm"> <name>35 mm lens</name> <manufacturer> <name>Nikon</name> </manufacturer> <model>35 mm</model> <serialnumber>123459876</serialnumber> <purchase> <date> <year>1997</year><month>6</month><day>12</day><dayofweek>4</dayofweek> </date> <price currency="DM">430.00</price> <shop> <name>Photoshop</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>2007</year><month>3</month><day>11</day> </date> </nextservicedate> </lens> <lens id="Nikonos_20mm"> <name>20 mm lens</name> <manufacturer> <name>Nikon</name> </manufacturer> <model>20 mm</model> <serialnumber>567890123</serialnumber> <purchase> <date> <year>1999</year><month>11</month><day>23</day><dayofweek>2</dayofweek> </date> <price currency="DM">900.00</price> <shop> <name>Second hand</name> <address> <!-- address of shop --> </address> <contact> <!-- phone number, email address etc. --> </contact> <notes> <!-- additional remarks --> </notes> </shop> </purchase> <serviceinterval></serviceinterval> <nextservicedate> <date> <year></year><month></month><day></day> </date> </nextservicedate> </lens> <flash id="Ikelite_200"> <name>Substrobe 200</name> <manufacturer> <name>Ikelite</name> </manufacturer> <model>200</model> <serialnumber>0987654321</serialnumber> <purchase> <date> <year>1998</year><month>12</month><day>26</day><dayofweek>6</dayofweek> </date> <price currency="DM">1350.00</price> <shop> <name>Diveterminal</name> <address> <!-- address of shop --> </address> <contact> <!-- phone number, email address etc. --> </contact> <notes> <!-- additional remarks --> </notes> </shop> </purchase> </flash> </camera> <camera id="Digital-Camera"> <body id="Olympus"> <name>Digital camera</name> <manufacturer> <name>Olympus</name> </manufacturer> <model>7070</model> <serialnumber>123789</serialnumber> <purchase> <date> <year>2000</year><month>2</month><day>30</day> </date> <price currency="EUR">500.00</price> <shop> <name>Diveshop</name> <address> <!-- address of shop --> </address> <contact> <!-- phone number, email address etc. --> </contact> <notes> <!-- additional remarks --> </notes> </shop> </purchase> <serviceinterval>365</serviceinterval> </body> <lens id="Olympus_Zoom_in_Body"> <name>Zoom lens</name> <manufacturer> <name>Olympus</name> </manufacturer> <model>10-1000</model> <serialnumber>01928374</serialnumber> <purchase> <date> <year>2000</year><month>2</month><day>30</day> </date> <price currency="EUR">500.00</price> <shop> <name>Diveshop</name> <address> <!-- address of shop --> </address> <contact> <!-- phone number, email address etc. --> </contact> <notes> <!-- additional remarks --> </notes> </shop> </purchase> </lens> <housing id="Olympus_plastics"> </housing> </camera> </equipment>