divecomputer

Occurrence

optional, multiple

Attributes

id=unique identifier of a divecomputer — compulsory

Description

Inside <divecomputer> follow data concerning a dive computer used. Several <divecomputer> elements can be given one after the other.

Parent Elements

<equipment>

Child Elements

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

See Also

<divecomputerdump>, <equipment>

Examples

(see also <equipment>)

<equipment>
    <divecomputer id="my_divecomputer">
        <name>Dive Fairy</name>
        <manufacturer>
            <name>selfmade</name>
        </manufacturer>
        <model>my_first</model>
        <serialnumber>001</serialnumber>
        <purchase>
            <datetime>1994-05-28</datetime>
            <price currency="DM">400.00</price>
            <shop>
                <name>various electronical shops</name>
                <address>
                    <!-- address of shop -->
                </address>
                <contact>
                    <!-- phone number, email address etc. -->
                </contact>
                <notes>
                    <!-- additional remarks -->
                </notes>
            </shop>
        </purchase>
    </divecomputer>
</equipment>