scooter

Occurrence

optional, multiple

Attributes

id=unique identifier for this scooter used

Description

Inside <scooter> information concerning a scooter used is given.

Parent Elements

<equipment>

Child Elements

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

See Also

<equipment>

Examples

(see also <equipment>)

<equipment>
    <scooter id="my_scooter">
        <name>Scotty</name>
        <manufacturer>
            <name>Scotty-Maker</name>
        </manufacturer>
        <model>Rocket</model>
        <serialnumber>23456</serialnumber>
        <purchase>
            <datetime>1993-07-16</datetime>
            <price currency="DM">1000.00</price>
            <shop>
                <name>DiveLater</name>
                <address>
                    <!-- address of shop -->
                </address>
                <contact>
                    <!-- phone number, email address etc. -->
                </contact>
                <notes>
                    <!-- additional remarks -->
                </notes>
            </shop>
        </purchase>
        <serviceinterval>365</serviceinterval>
        <nextservicedate>
            <datetime>2006-07-18</datetime>
        </nextservicedate>
    </scooter>
</equipment>