<correspDesc>
<correspDesc> (correspondence description) contains a description of the actions related to one act of correspondence. [2.4.6 Correspondence Description] | |
Modulo | header — The TEI Header |
Attributi | att.declarable (@default) att.canonical (@key, @ref) 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.typed (@type, @subtype) |
Membro del | |
Contenuto in | header: profileDesc |
Può contenere | |
Esempio | <correspDesc> <correspAction type="sent"> <persName>Carl Maria von Weber</persName> <settlement>Dresden</settlement> <date when="1817-06-23">23 June 1817</date> </correspAction> <correspAction type="received"> <persName>Caroline Brandt</persName> <settlement>Prag</settlement> </correspAction> <correspContext> <ref type="prev" target="http://www.weber-gesamtausgabe.de/A041209">Previous letter of <persName>Carl Maria von Weber</persName> to <persName>Caroline Brandt</persName>: <date from="1817-06-19" to="1817-06-20">June 19/20, 1817</date> </ref> <ref type="next" target="http://www.weber-gesamtausgabe.de/A041217">Next letter of <persName>Carl Maria von Weber</persName> to <persName>Caroline Brandt</persName>: <date when="1817-06-27">June 27, 1817</date> </ref> </correspContext> </correspDesc> |
Content model | <content> |
Dichiarazione | <rng:element name="correspDesc"> element correspDesc { att.declarable.attributes, att.canonical.attributes, 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.typed.attributes, ( model.correspDescPart+ | model.pLike+ ) } |