<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 |
| ||||||||||
Member of | |||||||||||
Contained by | header: correspDesc | ||||||||||
May contain | |||||||||||
Example | <correspAction type="sent"> <persName>Adelbert von Chamisso</persName> <settlement>Vertus</settlement> <date when="1807-01-29"/> </correspAction> | ||||||||||
Content model | <content> | ||||||||||
Schema Declaration | element correspAction { tei_att.global.attributes, tei_att.typed.attribute.subtype, tei_att.sortable.attributes, attribute type { "sent" | "received" | "transmitted" | "redirected" | "forwarded" | teidata.enumerated }?, ( tei_model.correspActionPart+ | tei_model.pLike+ ) } |