Inside <suit> information concerning a dive suit used is put into brackets. Several <suit> elements can appear one after the other.
<manufacturer>, <model>, <name>, <nextservicedate>, <notes>, <purchase>, <serialnumber>, <serviceinterval>
(see also <equipment>)
<equipment> <suit id="my_wetty"> <name>Freezing Quickly</name> <manufacturer> <name>Ice Company</name> </manufacturer> <model>5 Degrees</model> <!-- no serial number --> <purchase> <date> <year>1969</year><month>3</month><day>31</day><dayofweek>1</dayofweek> </date> <price currency="DM">300.00</price> <shop> <name>Dive Deep Down</name> <address> <!-- address of shop --> </address> <contact> <!-- phone number, email address etc. --> </contact> <notes> <!-- additional remarks --> </notes> </shop> </purchase> <!-- no service interval --> </suit> </equipment>