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

<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>
            <date>
                <year>1993</year><month>7</month><day>16</day><dayofweek>5</dayofweek>
            </date>
            <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>
            <date>
                <year>2006</year><month>7</month><day>18</day>
            </date>
        </nextservicedate>
    </scooter>
</equipment>