accommodation

Occurrence

optional, single

Attributes

Description

Inside <accommodation> information concerning quarters are provided.

Parent Elements

<divetrip>

Child Elements

<address>, <category>, <contact>, <name>, <notes>, <rating>

See Also

<divetrip>

Examples

<accommodation>
    <name>hotel of the 1000 stars</name>
    <category>camping</category>
    <address>
        <!-- address of hotel/camping ground -->
    </address>
    <contact>
        <!-- contact data (email address, homepage etc.) of hotel/camping ground -->
    </contact>
    <rating>7</rating>
    <notes>
        <text>Nice "home" for this week!</text>
        <image height="1000" width="2000" format="jpg">
            <objectname>tent.jpg</objectname>
        </image>
    </notes>
</accommodation>