light

Occurrence

optional, multiple

Attributes

id=unique identifier for this unterwater light — compulsory

Description

Inside <light> appears information concerning an underwater light used. Several <light> elements can appear one after the other.

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>, <videocamera>

Child Elements

<aliasname>, <link/> (for cross-referencing <manufacturer> data – if defined before), <manufacturer>, <model>, <name>, <nextservicedate>, <notes>, <purchase>, <serialnumber>, <serviceinterval>

See Also

<equipment>, <videocamera>

Examples

(see also <equipment>)

<equipment>
    <light id="my_uwlight">
        <name>Sun Under Water</name>
        <manufacturer>
            <name>Sunlight</name>
        </manufacturer>
        <model>Bright Light</model>
        <serialnumber>345678</serialnumber>
        <purchase>
            <datetime>1976-04-13</datetime>
            <price currency="DM">100.00</price>
            <shop>
                <name>Dive Now</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-04-13</datetime>
        </nextservicedate>
    </light>
</equipment>