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

<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>
        <text>
            <para>
                beautiful 15m sailing yacht
            </para>
        </text>
        <image><objectname>hexagone1.jpg</objectname></image>
        <image><objectname>hexagone2.jpg</objectname></image>
        <image><objectname>hexagone_salon.jpg</objectname></image>
    </notes>
</vessel>