rebreather

Occurrence

optional, multiple

Attributes

id=unique identifier for this rebreather

Description

Inside <rebreather> information is given concerning a rebreather used. Several <rebreather> elements may occur.

In case a <manufacturer>'s data are defined before in the UDDF file it is possible to set a cross-reference via <link/> to these data inside every section of a piece of equipment. Then the <manufacturer>'s data need to be given only once (globally) but can be used as often as necessary.

Parent Elements

<equipment>

Child Elements

<aliasname>, <link/> (for cross-referencing <manufacturer> data – if defined before), <manufacturer>, <model>, <name>, <nextservicedate>, <notes>, <o2sensor>, <purchase>, <serialnumber>, <serviceinterval>

See Also

<equipment>

Examples

(see also <equipment>)

<equipment>
    <rebreather id="reb_baby">
        <name>RebBaby II</name>
        <manufacturer>
            <name>Scytheman</name>
        </manufacturer>
        <model>II</model>
        <serialnumber>002</serialnumber>
        <purchase>
            <datetime>2004-11-13</datetime>
            <price currency="EUR">3000.00</price>
            <shop>
                <name>doesn't want to be named</name>
            </shop>
        </purchase>
        <serviceinterval>31</serviceinterval>
        <o2sensor id="sensor_o2_1">
            <manufacturer>O2-Sensor-Guru</manufacturer>
            <model>O2-Extremely-Precise</model>
            <serialnumber>162534-1</serialnumber>
        </o2sensor>
        <o2sensor id="sensor_o2_2">
            <manufacturer>O2-Sensor-Guru</manufacturer>
            <model>O2-Extremely-Precise</model>
            <serialnumber>162534-2</serialnumber>
        </o2sensor>
        <o2sensor id="sensor_o2_3">
            <manufacturer>O2-Sensor-Guru</manufacturer>
            <model>O2-Extremely-Precise</model>
            <serialnumber>162534-3</serialnumber>
        </o2sensor>
    </rebreather>
</equipment>