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

<informationafterdive>

Child Elements

<globalalarm>

See Also

<dive>, <informationbeforedive>, <waypoint>

Examples

(see also <dive>)

<dive id="example_dive>
    <!-- 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>
    <informationafterdive>
        <!-- "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>
    </informationafterdive>
</dive>