mix

Occurrence

compulsory, multiple

Attributes

id=unique identifier for this breathing gas

Description

The information put into brackets within <mix> define a breathing gas used. If more than one breathing gas is used, several <mix> sections follow one after the other.

If <gasdefinitions> is given, at least one <mix> section must occur, too.

Parent Elements

<gasdefinitions>

Child Elements

The elements describing the breathing gas are the following: <aliasname>, <ar>, <equivalentairdepth>, <h2>, <he>, <maximumoperationdepth>, <maximumpo2>, <n2>, <name>, <notes>, <o2>, <priceperlitre>

See Also

<gasdefinitions>, <tankdata>

Examples

(see also <gasdefinitions>)

<mix id="air">
    <name>air</name>
    <o2>0.210</o2>
    <n2>0.790</n2>
    <he>0.000</he>
    <ar>0.000</ar>
    <h2>0.000</h2>
    <priceperlitre currency="EUR">0.50</priceperlitre>
    <!-- using the information of the MOD the maximum tolerable PO2 can be -->
    <!-- calculated, therefore the latter need not to be given here -->
    <maximumoperationdepth>50.0</maximumoperationdepth>
</mix>