watch

Occurrence

optional, multiple

Attributes

id=unique identifier for this dive watch

Description

Inside <watch> information concerning a dive watch used is put into brackets.

Parent Elements

<equipment>

Child Elements

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

See Also

<equipment>

Examples

(see also <equipment>)

<equipment>
    <watch id="my_divewatch">
        <name>Digital Dive Watch</name>
        <manufacturer>
            <name>Time Consumer Ltd.</name>
        </manufacturer>
        <model>Super Exact</model>
        <serialnumber>09876</serialnumber>
        <purchase>
            <datetime>2005-01-12</datetime>
            <price currency="EUR">20.00</price>
            <shop>Watch Store</shop>
        </purchase>
        <!-- no service interval -->
    </watch>
</equipment>