<trippart>
<divetrip>
<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>
        <datetime>2008-10-23</datetime>
        <ratingvalue>7</ratingvalue>
    </rating>
    <notes>
        <para>Nice "home" for this week!</para>
        <!-- this cross-referentiation presumes a declaration inside the <mediadata> section-->
        <link ref="img_tent"/>
    </notes>
</accommodation>