fauna

Occurrence

optional, single

Attributes

Description

Inside <fauna> information is given about normally found animals at a dive spot, or the animals seen during a specific dive. If the membership in classes, and tribes respectively, is known, the information can be given inside the respective elements. If classes, and tribes respectively, are not known the names of the animals are simply put in brackets with the <para> element inside <notes> (see example).

<fauna> stands inside <ecology> (description of normally at a dive spot found animals, and plants), and inside <observations> (if observations made during a dive shall be recorded).

Parent Elements

<ecology>, <observations>

Child Elements

<invertebrata> (invertebrates — further divided, see there), <notes>, <vertebrata> (vertebrates — further divided, see there)

See Also

<ecology>, <flora>, <observations>

Examples

<fauna>
    <invertebrata>                <!-- invertebrates -->
        <porifera>                <!-- sponges -->
        </porifera>
        <coelenterata>            <!-- coelenteratas -->
        </coelenterata>
        <cnidaria>                <!-- cnidarians -->
        </cnidaria>
        <ctenophora>              <!-- ctenophoranes -->
        </ctenophora>
        <plathelminthes>          <!-- flatworms -->
        </plathelminthes>
        <bryozoa>                 <!-- bryozoans -->
        </bryozoa>
        <phoronidea>              <!-- phoronids -->
        </phoronidea>
        <ascidiacea>              <!-- seasquirts -->
        </ascidiacea>
        <echinodermata>           <!-- echinoderms -->
        </echinodermata>
        <mollusca>                <!-- molluscs -->
        </mollusca>
        <crustacea>               <!-- crustaceans -->
        </crustacea>
        <invertebratavarious>     <!-- all other invertebrates -->
        </invertebratavarious>
    </invertebrata>
    <vertebrata>                  <!-- vertebrates -->
        <chondrichthyes>          <!-- cartilaginous fishes - sharks, rays -->
        </chondrichthyes>
        <osteichthyes>            <!-- Knochenfische -->
        </osteichthyes>
        <mammalia>                <!-- mammalians -->
        </mammalia>
        <amphibia>                <!-- amphibians -->
        </amphibia>
        <reptilia>                <!-- reptiles -->
        </reptilia>
        <vertebratavarious>       <!-- all other vertebrates-->
        </vertebratavarious>
    </vertebrata>
</fauna>
                
<fauna>
    <!-- no interest to look into a field guide... -->
    <notes>
        <para>
            Orange-red encrusting sponge, Kidney sponge, Rainbow wrasse, Damselfish, Peacock wrasse
        </para>
        <!-- here also can appear cross-references on images, video files etc. -->
    </notes>
</fauna>