vessel

Occurrence

optional, single

Attributes

Description

Inside <vessel> information is given about the ship on which a dive trip was made.

Parent Elements

<trip>

Child Elements

<aliasname>, <marina>, <name>, <notes>, <shipdimension>, <shiptype>

See Also

<trip>

Examples

(see also <trip>)

<vessel>
    <name>Hexagone</name>
    <shiptype>sailing yacht</shiptype>
    <marina>Marine de Cogolin</marina>
    <shipdimension>
        <!-- only the length is known in this case -->
        <length>15.0</length>
    </shipdimension>
    <notes>
        <para>
            beautiful 15m sailing yacht
        </para>
        <link ref="img_hexagone1"/>
        <link ref="img_hexagone2"/>
        <link ref="img_hexagone_salon"/>
    </notes>
</vessel>