<correspAction>
<correspAction> (correspondence action) contains a structured description of the place, the name of
a person/organization and the date related to the sending/receiving of a message or
any other action related to the correspondence. [2.4.6. Correspondence Description]
Module | header | ||||||||||
Attributes | Attributes att.datable (att.datable.w3c (when, notBefore, notAfter, from, to)) (att.datable.custom (when-custom, notBefore-custom, notAfter-custom, from-custom, to-custom, datingMethod)) lim.att.locatable (where) (lim.att.locatable.directed (toWhere)) att.ascribed (who) att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
|
||||||||||
Member of | |||||||||||
Contained by |
header: correspDesc
|
||||||||||
May contain | |||||||||||
Examples |
<correspAction type="sent"> <persName>Adelbert von Chamisso</persName> <settlement>Vertus</settlement> <date when="1807-01-29"/> </correspAction> |
||||||||||
Source | Github
<elementSpec rend="change" module="header" ident="correspAction"> <gloss>correspondence action</gloss> <desc>contains a structured description of the place, the name of a person/organization and the date related to the sending/receiving of a message or any other action related to the correspondence.</desc> <classes> <memberOf key="att.datable"/> <memberOf key="lim.att.locatable"/> <memberOf key="att.ascribed"/> <memberOf key="att.global"/> <memberOf key="att.typed"/> <memberOf key="model.correspDescPart"/> </classes> <content> <alternate minOccurs="1" maxOccurs="1"> <classRef key="model.correspActionPart" minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.pLike" minOccurs="0" maxOccurs="unbounded"/> </alternate> </content> <attList> <attDef ident="type" mode="change" usage="opt"> <desc>describes the nature of the action.</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <valList type="semi" mode="add"> <valItem ident="sent"> <desc>information concerning the sending or dispatch of a message.</desc> </valItem> <valItem ident="received"> <desc>information concerning the receipt of a message.</desc> </valItem> <valItem ident="transmitted"> <desc>information concerning the transmission of a message, i.e. between the dispatch and the next receipt, redirect or forwarding.</desc> </valItem> <valItem ident="redirected"> <desc>information concerning the redirection of an unread message.</desc> </valItem> <valItem ident="forwarded"> <desc>information concerning the forwarding of a message.</desc> </valItem> </valList> </attDef> </attList> </elementSpec> |