wreck

Occurrence

optional, single

Attributes

Description

Inside <wreck> a wreck is described.

Parent Elements

<sitedata>

Child Elements

<aliasname>, <built>, <name>, <nationality>, <notes>, <shipdimension>, <shiptype>, <sunk>

See Also

<sitedata>

Examples

(see also <sitedata>)

<wreck>
    <name>Tuckerkahn</name>
    <shiptype>tanker</shiptype>
    <nationality>German</nationality>
    <built>
        <shipyard>Blohm & Voss</shipyard>
        <launchingdate>
            <datetime>1943-06-14</datetime>
        </launchingdate>
    </built>
    <shipdimension>
        <length>156.2</length>
        <beam>12.6</beam>
        <draught>5.7</draught>
        <displacement>123456.7</displacement>
    </shipdimension>
    <sunk>
        <datetime>1985-05-24T15:46</datetime>
    </sunk>
    <notes>
        <!-- here additional remarks and/or photos, videos of the wreck -->
    </notes>
</wreck>