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
cert (certainty) signifies the degree of certainty associated with the intervention or interpretation.
Status Optional
Datatype teidata.probCert
resp (responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Note
To reduce the ambiguity of a resp pointing directly to a person or organization, we recommend that resp be used to point not to an agent (person or org) but to a respStmt, author, editor or similar element which clarifies the exact role played by the agent. Pointing to multiple respStmts allows the encoder to specify clearly each of the roles played in part of a TEI file (creating, transcribing, encoding, editing, proofing etc.).
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>