<respons>
<respons> (responsibility) identifies the individual(s) responsible for some aspect of the markup of particular element(s). 21.3 Attribution of Responsibility | |||||||||||||||||
Module | certainty — 21 Certainty, Precision, and Responsibility | ||||||||||||||||
In addition to global attributes | att.scoping (@target, @match)
|
||||||||||||||||
Used by | |||||||||||||||||
May contain | |||||||||||||||||
Declaration |
element respons { att.global.attributes, att.scoping.attributes, attribute locus { list { ( "name" | "start" | "end" | "location" | "value" ), ( "name" | "start" | "end" | "location" | "value" )* } }, attribute resp { data.pointer }, model.glossLike* } |
||||||||||||||||
Example |
<respons target="#p1" locus="name location" resp="#encoder1"/>
<respons target="#p2" match="@rend" locus="value" resp="#encoder2"/> <list type="encoders"> <item xml:id="encoder1"/> <item xml:id="encoder2"/> </list> |
||||||||||||||||
Note |
The respons element is designed for cases in which
fine-grained information about specific aspects of the markup of a text
is desirable for whatever reason. Global responsibility for certain
aspects of markup is usually more simply indicated in the TEI header,
using the respStmt element within the title statement, edition
statement, or change log.
|