operator

Occurrence

optional, single

Attributes

Description

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

Parent Elements

<trippart>

Child Elements

<aliasname>, <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>
        <ratingvalue>1</ratingvalue> <!-- lowest possible rating :-) -->
    </rating>
    <notes>
        <para>Never again!!!</para>
    </notes>
</operator>