vessel

Occurrence

optional, single

Attributes

Description

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

Parent Elements

<trippart>

Child Elements

<address>, <aliasname>, <contact>, <marina>, <name>, <notes>, <rating>, <shipdimension>, <shiptype>

See Also

<trip>

Examples

(see also <trip>)

<vessel>
    <name>Hexagone</name>
    <shiptype>sailing yacht</shiptype>
    <marina>Marine de Cogolin</marina>
    <address>
        <!-- here address data of the charterer -->
    </address>
    <contact>
        <!-- here further contact data of the charterer (email, homepage, phone etc.) -->
    </contact>
    <shipdimension>
        <!-- only the length is known in this case -->
        <length>15.0</length>
    </shipdimension>
    <rating>
        <ratingvalue>8</ratingvalue>
    </rating>
    <notes>
        <para>
            beautiful 15m sailing yacht
        </para>
        <link ref="img_hexagone1"/>
        <link ref="img_hexagone2"/>
        <link ref="img_hexagone_salon"/>
    </notes>
</vessel>