<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 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.typed (type, @subtype)
| ||||||||||
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+ ) } |