<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] | |||||||||||
Modul | header — The TEI Header | ||||||||||
Attribute |
|
||||||||||
Mitglied des | |||||||||||
Enthalten in |
header: correspDesc
|
||||||||||
Kann enthalten | |||||||||||
Beispiel |
<correspAction type="sent">
<persName>Adelbert von Chamisso</persName> <settlement>Vertus</settlement> <date when="1807-01-29"/> </correspAction> |
||||||||||
Content model |
<content> |
||||||||||
Schema Deklaration |
<rng:element name="correspAction"> element correspAction { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.sortable.attributes, att.typed.attribute.subtype, attribute type { "sent" | "received" | "transmitted" | "redirected" | "forwarded" | teidata.enumerated }?, ( model.correspActionPart+ | model.pLike+ ) } |