education

Occurrence

optional, single

Attributes

Description

Inside <education> information concerning the educational level of the diver is given. The only element inside <education> is <certification> which can be repeated any times as necessary.

Parent Elements

<buddy>, <owner>

Child Elements

<certification>

See Also

<buddy>, <owner>

Examples

(see also <owner>, and <buddy>)

<education>
    <!-- all levels of the owner's, or a buddy's, dive education -->
    <!-- -> several <certification> elements one after the other -->
    <certification>
        <level>Bronze</level>
        <organisation>VDST/CMAS</organisation>
        <!-- because data of the then dive instructor were not -->
        <!-- registered in an UDDF file, no reference via      -->
        <!-- <link ref="..."/> can be made here    -->
        <issuedate>
            <datetime>1994-03-15</datetime>
        </issuedate>
    </certification>
    <certification>
        <level>Silver</level>
        <organisation>VDST/CMAS</organisation>
        <!-- because data of the then dive instructor were not -->
        <!-- registered in an UDDF file, no reference via      -->
        <!-- <link ref="..."/> can be made here    -->
        <issuedate>
            <datetime>1997-11-26</datetime>
        </issuedate>
    </certification>
    <certification>
        <level>Gold</level>
        <organisation>VDST/CMAS</organisation>
        <!-- because data of the then dive instructor were not -->
        <!-- registered in an UDDF file, no reference via      -->
        <!-- <link ref="..."/> can be made here    -->
        <issuedate>
            <datetime>2000-05-10</datetime>
        </issuedate>
    </certification>
    <!-- here more <certification> elements if necessary -->
</education>