ecology

Occurrence

optional, single

Attributes

Description

Inside <ecology> information concerning the ecology of the dive spot is described. Here typically seen animals, and plant species are stored.

Parent Elements

<site>

Child Elements

<fauna>, <flora>

See Also

<site>

Examples

<geography>
    <!-- here geographic information concerning the dive spot -->
</geography>
<ecology>
    <fauna>
        <!-- here typically found animal species at this dive spot -->
    </fauna>
    <flora>
        <!-- here typically found plant species at this dive spot -->
    </flora>
</ecology>
<sitedata>
    <!-- here further information concerning the dive spot -->
</sitedata>