mask

Occurrence

optional, multiple

Attributes

id=unique identifier for this mask used

Description

Inside <mask> information about a mask used is put into brackets. Several <mask> elements can be given (for the sake of readability one after the other).

Parent Elements

<equipment>

Child Elements

<aliasname>, <manufacturer>, <model>, <name>, <nextservicedate>, <notes>, <purchase>, <serialnumber>, <serviceinterval>

See Also

<equipment>

Examples

(see also <equipment>)

<equipment>
    <mask id="my_mask">
        <name>clear sight</name>
        <manufacturer>
            <name>UW-Viewer</name>
        </manufacturer>
        <model>Sea-all</model>
        <!-- no serial number to find -->
        <purchase>
            <datetime>1981-02-05</datetime>
            <price currency="DM">20.00</price>
            <shop>
                <name>Dive Terminal</name>
                <address>
                    <!-- address of shop -->
                </address>
                <contact>
                    <!-- phone number, email address etc. -->
                </contact>
                <notes>
                    <!-- additional remarks -->
                </notes>
            </shop>
        </purchase>
        <!-- no serviceinterval -->
    </mask>
</equipment>