examination

Occurrence

compulsory, multiple

Attributes

Description

Inside <examination> data concerning a dive examination are given. Any number of <examination> elements can be given.

If <medical> is given, at least one <examination> element must be given, too.

Parent Elements

<medical>

Child Elements

<date>, <doctor>, <doctorref/>, <examinationresult>, <notes>

See Also

<medical>

Examples

(see also <medical>)

<examination>
    <date>
        <year>2003</year<month>4</month><day>12</day><dayofweek>6</dayofweek>
    </date>
    <doctor>
        <personal>
            <firstname>Dirk</firstname>
            <lastname>Dusel</lastname>
            <title>Dr.</title>
            <sex>m</sex>
            <birthdate>
                <!-- if date of birthdate is known, it can be given here -->
            </birthdate
        </personal>
        <address>
            <street>Duddelstr. 34</street>
            <city>Dortmund</city>
            <postcode>54321</postcode>
            <country>Deutschland</country>
        </address>
        <contact>
            <language>deutsch</language>
            <phone>01234/987654</phone>
            <email>dusels_dirk@taucherarzt-dirk-dusel.de</email>
            <homepage>http://www.taucherarzt-dirk-dusel.de</homepage>
        </contact>
    </doctor>
    <examinationresult>passed</examinationresult>
    <notes>
        <text>
            Flatfeet seem to not affect diving ability. :-)
        </text>
        <image><objectname>flatfoot.jpg</objectname></image>
    </notes>
</examination>