Inside <boots> information about boots is given.
Several <boots> elements can be given one after the other. If additional equipment is to be listed, all same parts should stand directly one after the other for the sake of better human readability!
<manufacturer>, <model>, <name>, <nextservicedate>, <notes>, <purchase>, <serialnumber>, <serviceinterval>
<equipment> <boots id="my_boots"> <name>noname</name> <manufacturer> <name>Not Known</name> </manufacturer> <model>Size 48</model> <!-- no serial number in this case :-) --> <purchase> <date> <year>1970</year><month>10</month><day>7</day><dayofweek>3</dayofweek> <!-- Wednesday --> </date> <price currency="DM">10.00</price> <shop> <name>Not-for-Diving</name> <address> <!-- address of shop --> </address> <contact> <!-- phone number, email address etc. --> </contact> <notes> <!-- additional remarks --> </notes> </shop> </purchase> <!-- better wash them once per month... ;-) --> <serviceinterval>30</serviceinterval> <!-- a certain service interval does not exist ;-) --> </boots> </equipment>