scooter

Occurrence

optional, multiple

Attributes

id=unique identifier for this scooter used

Description

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

In case a <manufacturer>'s data are defined before in the UDDF file it is possible to set a cross-reference via <link/> to these data inside every section of a piece of equipment. Then the <manufacturer>'s data need to be given only once (globally) but can be used as often as necessary.

Parent Elements

<equipment>

Child Elements

<aliasname>, <link/> (for cross-referencing <manufacturer> data – if defined before), <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>