observations

Occurrence

optional, single

Attributes

Description

Inside <observations> several observations made during a dive can be listed.

Parent Elements

<informationafterdive>

Child Elements

<fauna>, <flora>, <notes>

See Also

<dive>, <informationbeforedive>

Examples

(see also <dive>)

<observations>
    <fauna>
        <!-- here listed all animals seen during the dive -->
    </fauna>
    <flora>
        <!-- here listed all plants recognized during the dive -->
    </flora>
    <notes>
        <!-- here additional general information (text, images etc.) -->
    </notes>
</observations>