certification

Occurrence

compulsory, multiple

Attributes

Description

Inside <certification> data about the certification of a diver is given. Several <certification> elements can occur one after the other. At least one <certification> element must occur inside the <education> section.

Parent Elements

<education>

Child Elements

<instructor>, <issuedate>, <level>, <organization>, <specialty>, <validdate>

See Also

<education>

Examples

<certification>
    <level>Bronze</level>
    <organization>VDST</organization>
    <instructor>
        <personal>
            <firstname>Ingo</firstname>
            <middlename>Jürgen</middlename>
            <lastname>Knattermann</lastname>
            <sex>male</sex>
            <birthdate>
                <!-- date of birthdate not known -> statements omitted -->
            </birthdate>
        </personal>
        <address>
            <!-- address not known -> statements omitted -->
        </address>
        <contact>
            <language>German</language>
            <!-- phone number unknown -> <phone> element omitted -->
            <email>ijk@knattermanns_tauchschule.de</email>
            <homepage>http://www.knattermanns_tauchschule.de</homepage>
        </contact>
    </instructor>
    <issuedate>
        <datetime>2005-06-26</datetime>
    </issuedate>
</certification>
                
<certification>
    <specialty>Strömungstauchen</specialty>
    <organization>VDST</organization>
    <instructor>
        <personal>
            <firstname>Ingo</firstname>
            <middlename>Jürgen</middlename>
            <lastname>Knattermann</lastname>
            <sex>male</sex>
            <birthdate>
                <!-- date of birthdate not known -> statements omitted -->
            </birthdate>
        </personal>
        <address>
            <!-- address not known -> statements omitted -->
        </address>
        <contact>
            <language>German</language>
            <!-- phone number unknown -> <phone> element omitted -->
            <email>ijk@knattermanns_tauchschule.de</email>
            <homepage>http://www.knattermanns_tauchschule.de</homepage>
        </contact>
    </instructor>
    <issuedate>
        <datetime>2005-08-27</datetime>
    </issuedate>
</certification>