operator

Occurrence

optional, single

Attributes

Description

Inside <operator> information about the operator of a diving trip is put into brackets.

Parent Elements

<divetrip>

Child Elements

<address>, <contact>, <name>, <notes>, <rating>

See Also

<divetrip>

Examples

(see also <divetrip>)

<operator>
    <name>Sunrise Tours</name>
    <address>
        <!-- address of operator -->
    </address>
    <contact>
        <!-- email address, and homepage of operator -->
    </contact>
    <rating>1</rating> <!-- lowest possible rating :-) -->
    <notes>
        <text>Never again!!!</text>
    </notes>
</operator>