boots

Occurrence

optional, multiple

Attributes

id=unique identifier of these boots — compulsory

Description

Inside <boots> information about boots is given.

Several <boots> elements can be given one after the other. If additional equipment is to be listed, all same parts should stand directly one after the other for the sake of better human readability!

Parent Elements

<equipment>

Child Elements

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

See Also

<equipment>

Examples

<equipment>
    <boots id="my_boots">
        <name>noname</name>
        <manufacturer>
            <name>Not Known</name>
        </manufacturer>
        <model>Size 48</model>
        <!-- no serial number in this case :-) -->
        <purchase>
            <datetime>1970-10-07</datetime>
            <price currency="DM">10.00</price>
            <shop>
                <name>Not-for-Diving</name>
                <address>
                    <!-- address of shop -->
                </address>
                <contact>
                    <!-- phone number, email address etc. -->
                </contact>
                <notes>
                    <!-- additional remarks -->
                </notes>
            </shop>
        </purchase>
        <!-- better wash them once per month... ;-) -->
        <serviceinterval>30</serviceinterval>
        <!-- a certain service interval does not exist ;-) -->
    </boots>
</equipment>