<correspContext>
<correspContext> (correspondence context) provides references to preceding or following correspondence related to this piece of correspondence. [2.4.6 Correspondence Description] | |
모듈 | header — The TEI Header |
속성 | 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)) |
클럽 회원 | |
에 의해 포함된 |
header: correspDesc
|
포함할 수 있다 | |
예 |
<correspContext>
<ptr type="next" subtype="toAuthor" target="http://tei.ibi.hu-berlin.de/berliner-intellektuelle/manuscript?Brief101VarnhagenanBoeckh"/> <ptr type="prev" subtype="fromAuthor" target="http://tei.ibi.hu-berlin.de/berliner-intellektuelle/manuscript?Brief103BoeckhanVarnhagen"/> </correspContext> |
예 |
<correspContext>
<ref type="prev" target="http://weber-gesamtausgabe.de/A040962"> Previous letter of <persName>Carl Maria von Weber</persName> to <persName>Caroline Brandt</persName>: <date when="1816-12-30">December 30, 1816</date> </ref> <ref type="next" target="http://weber-gesamtausgabe.de/A041003"> Next letter of <persName>Carl Maria von Weber</persName> to <persName>Caroline Brandt</persName>: <date when="1817-01-05">January 5, 1817</date> </ref> </correspContext> |
Content model |
<content> |
선언 |
<rng:element name="correspContext"> element correspContext { 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, model.correspContextPart+ } |