att.global.responsibility
att.global.responsibility provides attributes indicating the agent responsible for some aspect of the text,
the markup or something asserted by the markup, and the degree of certainty associated
with it. [1.3.1.1.4. Sources, certainty, and responsibility 3.5. Simple Editorial Changes 11.3.2.2. Hand, Responsibility, and Certainty Attributes 17.3. Spans and Interpretations 13.1.1. Linking Names and Their Referents]
Module | tei | ||||||||||||||
Members | abbr birth corr death expan langKnown note sic supplied | ||||||||||||||
Attributes | Attributes
|
||||||||||||||
Examples |
Blessed are the
<choice> <sic>cheesemakers</sic> <corr resp="#editor" cert="high">peacemakers</corr> </choice>: for they shall be called the children of God.
<!-- in the <text> ... -->
<lg><!-- ... --> <l>Punkes, Panders, baſe extortionizing sla<choice> <sic>n</sic> <corr resp="#JENS1_transcriber">u</corr> </choice>es,</l> <!-- ... --> </lg> <!-- in the <teiHeader> ... --> <!-- ... --> <respStmt xml:id="JENS1_transcriber"> <resp when="2014">Transcriber</resp> <name>Janelle Jenstad</name> </respStmt> |
||||||||||||||
Source | Github
<classSpec module="tei" predeclare="true" type="atts" ident="att.global.responsibility"> <desc>provides attributes indicating the agent responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it.</desc> <classes> </classes> <attList> <attDef ident="cert" usage="opt"> <gloss>certainty</gloss> <desc>signifies the degree of certainty associated with the intervention or interpretation.</desc> <datatype> <dataRef key="teidata.probCert"/> </datatype> </attDef> <attDef ident="resp" usage="opt"> <gloss>responsible party</gloss> <desc>indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.</desc> <datatype maxOccurs="unbounded"> <dataRef key="teidata.pointer"/> </datatype> </attDef> </attList> </classSpec> |