Innerhalb <certification> werden Daten bzgl. einer Brevetierung des Tauchers angegeben. Es können belliebig viele <certification>-Elemente nacheinander folgen. Allerdings muß zumindest ein (1) <certification>-Element innerhalb <education> stehen.
<instructor>, <issuedate>, <level>, <organization>, <specialty>, <validdate>
<certification>
<level>Bronze</level>
<organization>VDST</organization>
<instructor>
<firstname>Ingo</firstname>
<middlename>Jürgen</middlename>
<lastname>Knattermann</lastname>
<sex>m</sex>
<birthdate>
<!-- Geburtsdatum unbekannt -> wird weggelassen -->
</birthdate>
<address>
<!-- Adresse unbekannt -> wird weggelassen -->
</address>
<contact>
<language>deutsch</language>
<!-- Telefonnummer unbekannt -> <phone>-Element entfällt -->
<email>ijk@knattermanns_tauchschule.de</email>
<homepage>http://www.knattermanns_tauchschule.de</homepage>
</contact>
</instructor>
<issuedate>
<date>
<year>2005</year>
<month>6</month>
<day>26</day>
<dayofweek>7</dayofweek> <!-- Sonntag -->
</date>
</issuedate>
<></>
</certification>
<certification>
<specialty>Strömungstauchen</specialty>
<organization>VDST</organization>
<instructor>
<firstname>Ingo</firstname>
<middlename>Jürgen</middlename>
<lastname>Knattermann</lastname>
<sex>m</sex>
<birthdate>
<!-- Geburtsdatum unbekannt -> wird weggelassen -->
</birthdate>
<address>
<!-- Adresse unbekannt -> wird weggelassen -->
</address>
<contact>
<language>deutsch</language>
<!-- Telefonnummer unbekannt -> <phone>-Element entfällt -->
<email>ijk@knattermanns_tauchschule.de</email>
<homepage>http://www.knattermanns_tauchschule.de</homepage>
</contact>
</instructor>
<issuedate>
<date>
<year>2005</year>
<month>8</month>
<day>27</day>
<dayofweek>6</dayofweek> <!-- Samstag -->
</date>
</issuedate>
</certification>