gloves

Occurrence

optional, multiple

Attributes

id=unique identifier of these gloves

Description

Inside <gloves> information about gloves used is given. Several <gloves> elements can appear one after the other.

Parent Elements

<equipment>

Child Elements

<manufacturer>, <model>, <name>, <nextservicedate> <notes>, <purchase>, <serialnumber>, <serviceinterval>

See Also

<equipment>

Examples

(see also <equipment>)

<equipment>
    <gloves id="my_gloves">
        <name>Fingerwarmer</name>
        <manufacturer>
            <name>Warmfinger</name>
        </manufacturer>
        <model>Hothot</model>
        <serialnumber>007</serialnumber>
        <purchase>
            <date>
                <year>1966</year><month>8</month><day>1</day><dayofweek>1</dayofweek>
            </date>
            <price currency="DM">15.00</price>
            <shop>
                <name>Diver's Choice</name>
                <address>
                    <!-- address of shop -->
                </address>
                <contact>
                    <!-- phone number, email address etc. -->
                </contact>
                <notes>
                    <!-- additional remarks -->
                </notes>
            </shop>
        </purchase>
        <!-- no serviceinterval -->
    </gloves>
</equipment>