<manufacturer>, <model>, <name>, <nextservicedate>, <notes>, <purchase>, <serialnumber>, <serviceinterval>
(see also <equipment>)
<equipment>
<scooter id="my_scooter">
<name>Scotty</name>
<manufacturer>
<name>Scotty-Maker</name>
</manufacturer>
<model>Rocket</model>
<serialnumber>23456</serialnumber>
<purchase>
<date>
<year>1993</year><month>7</month><day>16</day><dayofweek>5</dayofweek>
</date>
<price currency="DM">1000.00</price>
<shop>
<name>DiveLater</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>7</month><day>18</day>
</date>
</nextservicedate>
</scooter>
</equipment>