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

<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>
            <date>
                <year>2005</year><month>1</month><day>12</day><dayofweek>3</dayofweek>
            </date>
            <price currency="EUR">20.00</price>
            <shop>Watch Store</shop>
        </purchase>
        <!-- no service interval -->
    </watch>
</equipment>