<death> |
contains information about a person's death, notably its date and place. |
Attributes |
date |
specifies the date of death in an ISO standard form (yyyy-mm-dd). |
|
Datatype: %ISO-date |
a date in ISO standard form (yyyy-mm-dd).
|
Default: #IMPLIED |
|
Example |
<death notBefore="1900" notAfter="1920">
Before 1920, East Midlands region.</death>
|
Example |
<death date="1960-12-10">In a small cottage near
<name type=place>Solihull</name>,
early in the morning of <date>10 Dec 1960</date>
</death>
|
Class |
; |
Declaration |
<!ELEMENT death- - ((#PCDATA|date|placeName|ptr|ref|note)*)>
<!ATTLIST death
%a.global;
date %ISO-date #IMPLIED>
|
See further |
2.2.4 Names of persons, places, and organizations |