alcoholbeforedive

Occurrence

optional, single

Attributes

Description

Inside <alcoholbeforedive> all drinks the diver had before the dive can be listed. For a more detailed description of every drink the <drink> element is used which may appear as often as necessary inside <alcoholbeforedive>.

If <alcoholbeforedive> is set, at least one <drink> element must be given, too.

Parent Elements

<informationbeforedive>

Child Elements

<drink>

See Also

<anysymptoms>, <dive>, <equipmentmalfunction>, <exercisebeforedive>, <exposuretoaltitude>, <informationafterdive>, <medicationbeforedive>, <medicine> <problems>, <stateofrestbeforedive>, <thermalcomfort>, <workload>

Examples

(see also <dive>)

<alcoholbeforedive>
<!-- if <medicationbeforedive> is given at least one <medicine> section must appear -->
    <drink>
        <name>Tequila Sunrise</name>
        <!-- not periodically taken -->
        <periodicallytaken>no</periodicallytaken>
        <!-- taken an hour before the dive -->
        <timespanbeforedive>3600.0</timespanbeforedive>
        <!-- no additional comments concerning this drink -->
    </drink>
    <drink>
        <!-- here description of another drink had before the dive -->
    </drink>
    <!-- here more descriptions of additional drinks had can follow -->
</alcoholbeforedive>