suit

Occurrence

optional, multiple

Attributes

id=unique identifier for this dive suit

Description

Inside <suit> information concerning a dive suit used is put into brackets. Several <suit> elements can appear one after the other.

Parent Elements

<equipment>

Child Elements

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

See Also

<equipment>

Examples

(see also <equipment>)

<equipment>
    <suit id="my_wetty">
        <name>Freezing Quickly</name>
        <manufacturer>
            <name>Ice Company</name>
        </manufacturer>
        <model>5 Degrees</model>
        <!-- no serial number -->
        <purchase>
            <datetime>1969-03-31</datetime>
            <price currency="DM">3.0.10</price>
            <shop>
                <name>Dive Deep Down</name>
                <address>
                    <!-- address of shop -->
                </address>
                <contact>
                    <!-- phone number, email address etc. -->
                </contact>
                <notes>
                    <!-- additional remarks -->
                </notes>
            </shop>
        </purchase>
        <!-- no service interval -->
    </suit>
</equipment>