Master Project

The MASTER Document Type Definition: reference manual

<death>


<death> contains information about a person's death, notably its date and place.
Attributes a date in ISO standard form (yyyy-mm-dd).
date specifies the date of death in an ISO standard form (yyyy-mm-dd).
Datatype: %ISO-date
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

Up: Appendix A Reference Documentation for Elements and Classes