sitedata

Occurrence

optional, single

Attributes

Description

Inside <sitedata> information about the dive spot is given (salt oder fresh water, terrain, difficulty, personal ranking etc.).

Parent Elements

<site>

Child Elements

<arealength>, <areawidth>, <averagevisibility>, <areawidth>, <bottom>, <cave>, <density>, <difficulty>, <globallightintensity>, <indoor>, <lake>, <maximumdepth>, <maximumvisibility>, <minimumdepth>, <minimumvisibility>, <rating>, <river>, <shore>, <terrain>, <wreck>

See Also

<site>

Examples

(see also <site>)

<sitedata>
    <maximumdepth>58.0</maximumdepth>
    <averagevisibility>25.0</averagevisibility>
    <density>1030.0</density>   <!-- Salzwasser -->
    <bottom>Sandboden</bottom>
    <wreck id="wreck_thistlegorm">
        <name>Thistlegorm</name>
        <shiptype>freighter</shiptype>
        <nationality>English</nationality>
        <built>
            <shipyard>Vulcan, Stettin</shipyard>
            <date>
                <year>1916</year>
            </date>
        </built>
        <shipdimension>
            <length>140.0</length>
            <beam>13.0</beam>
            <draught>6.0</draught>
            <displacement>4.385E6</displacement>
        </shipdimension>
        <sunk>
            <date>
                <year>1919</year>
                <month>6</month>
                <day>21</day>
                <dayofweek>6</dayofweek> <!-- Samstag -->
            </date>
            <time>
                <hour>13</hour>
                <minute>5</minute>
            </time>
        </sunk>
        <notes>
            <text></text>
        </notes>
    </wreck>
</sitedata>