Inside <variouspieces> information is given for a part of equipment if there is no special section existent (so far) in UDDF.
<manufacturer>, <model>, <name>, <nextservicedate>, <notes>, <purchase>, <serialnumber>, <serviceinterval>
(see also <equipment>)
<equipment>
    <variouspieces id="my_hood">
        <name>hood</name>
        <manufacturer>
            <name>Neopreny</name>
        </manufacturer>
        <model>Warm Head</model>
        <!-- no serialnumber -->
        <purchase>
            <date>
                <year>1982</year><month>5</month><day>15</day><dayofweek>6</dayofweek>
            </date>
            <price currency="DM">30.00</price>
            <shop>Dive Terminal</shop>
        </purchase>
        <!-- no service interval -->
    </variouspieces>
</equipment>