<death>
<death> (death) contains information about a person's death, such as its date and place. [15.2.2. The Participant Description]
Module | namesdates |
Attributes |
att.global.responsibility
cert
resp
att.datable
att.datable.w3c
when
notBefore
notAfter
from
to
att.datable.custom
when-custom
notBefore-custom
notAfter-custom
from-custom
to-custom
datingMethod
att.editLike
evidence
|
Member of | |
Contained by | |
May contain |
core: abbr add choice cit date del ellipsis emph foreign gap gloss graphic hi lb mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic term time title unclear
figures: figure
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
Examples |
<death when="1902-10-01"/> <death when="1960-12-10">Passed away near <name type="place">Aix-la-Chapelle</name>, after suffering from cerebral palsy. </death> |
Schematron |
<sch:rule context="tei:*[@calendar]"> <sch:assert test="string-length( normalize-space(.) ) gt 0">@calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this<sch:name/>element has no textual content.</sch:assert> </sch:rule> |
Source | Github
<elementSpec rend="change" module="namesdates" ident="death"> <gloss>death</gloss> <desc>contains information about a person's death, such as its date and place.</desc> <classes> <memberOf key="att.global.responsibility"/> <memberOf key="lim.att.locatable"/> <memberOf key="att.datable"/> <memberOf key="att.editLike"/> </classes> <content> <macroRef key="macro.phraseSeq"/> </content> <attList> <attDef ident="calendar" mode="delete"/> <attDef ident="type" usage="opt" mode="change"> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <valList type="open" mode="add"> <valItem ident="proclaimed"/> <valItem ident="assumed"/> <valItem ident="verified"/> <valItem ident="clinical"/> <valItem ident="brain"/> <valItem ident="natural"/> <valItem ident="unnatural"/> <valItem ident="fragmentation"/> <valItem ident="dissolution"/> </valList> </attDef> </attList> </elementSpec> |