personal

Occurrence

compulsory, single

Attributes

Description

Inside <personal> name(s), title (if any), sex, birth date, passport number, and several other personal data of the person to be described can be given.

Parent Elements

<buddy>, <instructor>, <owner>

Child Elements

<birthdate>, <birthname>, <bloodgroup>, <firstname>, <height>, <honorific>, <lastname>, <membership/>, <middlename>, <numberofdives/>, <passport>, <sex>, <smoking>, <weight>

See Also

<buddy>, <instructor>, <owner>

Examples

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

<personal>
    <firstname>Arno</firstname>
    <middlename>Albert</middlename>
    <lastname>Alzheimer</lastname>
    <honorific>Dr.</honorific>
    <sex>male</sex>
    <birthdate>
        <datetime>1919-02-30</datetime>
    </birthdate
    <passport>123456789</passport>
    <bloodgroup>A</bloodgroup>
</personal>