globalalarmsgiven

Occurrence

optional, single

Attributes

Description

Inside <globalalarmsgiven> all these alarms are listed which are given only once, global for the whole dive.

Parent Elements

<dive>

Child Elements

<globalalarm>

See Also

<dive>, <waypoint>

Examples

(see also <dive>)

<dive id="bsp_tg>
    <!-- previous statements -->
    ...
    <samples>
        <!-- here follow the real dive data: -->
        <!-- consisting of <waypoint> statements, if necessary with single -->
        <!-- alarms which are given up to several times by the dive computer -->
        ...
    </samples>
    <!-- "global" alarms, given by the dive computer during the dive only ONCE -->
    <!-- - for the whole dive -->
    <globalalarmsgiven>
        <globalalarm>sos-mode</globalalarm>
        <globalalarm>work-too-hard</globalalarm>
        <globalalarm>ascent-warning-too-long</globalalarm>
    </globalalarmsgiven>
</dive>