Text Encoding Initiative

The XML Version of the TEI Guidelines

<respons>


<respons> (responsibility) identifies the individual(s) responsible for some aspect of the markup of particular element(s).
Attributes (In addition to global attributes and those inherited from metadata)
target gives the identifier(s) of the element(s) for which some aspect of the responsibility is being assigned.
Datatype: IDREFS
Values: one or more valid identifiers, separated by white space.
Default: #REQUIRED
locus indicates the specific aspect of the markup for which responsibility is being assigned.
Datatype: CDATA
Suggested values include:
#gi responsibility for the claim that the element is of the type indicated by the markup
#location responsibility for the claim that the element begins and ends where indicated
#startloc responsibility for the claim that the element begins where indicated
#endloc responsibility for the claim that the element ends where indicated
name responsibility for the claim that the name attribute has the value given in the markup
#transcribedContent responsibility for the transcription of the element content
#suppliedContent responsibility for the contents supplied by the encoder (corrections, expansions of abbreviations, etc.)
Default: #REQUIRED
resp identifies the individual or agency responsible for the indicated aspect of the electronic text.
Datatype: CDATA
Values: any string of characters, typically the initials of an individual, the acronym of an agency, the name of a computer program, etc.
Default: #REQUIRED
desc (description) gives a brief prose note supplying any additional information which should be recorded
Datatype: CDATA
Values: any string of characters, typically a phrase or sentence in a natural language.
Default: #IMPLIED
Example
<respons target="p1" locus="#gi #location" resp="AR"/>
<respons target="p2" locus="rend" resp="LB"/>
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.

Module Declared in file teicert2; Additional tag set for certainty: enabled by TEI.certainty
Class metadata
Data Description Empty.
May occur within ab abbr activity actor add addName addrLine address admin affiliation analytic app argument author authority back bibl biblFull biblScope biblStruct birth bloc body byline camera caption case castGroup castItem castList cell channel cit cl classCode closer colloc constitution corr country creation damage date dateRange dateStruct dateline def del derivation descrip dictScrap distance distinct distributor div div0 div1 div2 div3 div4 div5 div6 div7 docAuthor docDate docEdition docImprint docTitle domain edition editor education emph entry entryFree epigraph epilogue etym expan extent factuality figDesc figure firstLang foreName foreign form front funder fw gen genName geogName gloss gram gramGrp graph group head headItem headLabel hi hyph imprimatur imprint interaction item itype l label lang langKnown language lbl lem lg lg1 lg2 lg3 lg4 lg5 list listBibl locale m measure meeting mentioned metDecl monogr mood name nameLink note num number occasion occupation offset ofig opener orgDivn orgName orgTitle orgType orig orth otherForm p per performance persName phr placeName pos preparedness principal prologue pron pubPlace publicationStmt publisher purpose q quote rdg rdgGrp re ref reg region rendition residence resp respStmt restore role roleDesc roleName row rs s salute seg sense series set settlement sic signed soCalled socecStatus sound sp speaker sponsor stage street stress subc supplied surname syll symbol table tagUsage tech term termEntry text tig time timeRange timeStruct title titlePage titlePart tns tr trailer trans u unclear usg view w wit witDetail witList witness writing xr xref
Declaration
<!ELEMENT respons %om.RO; EMPTY> 
<!ATTLIST respons  
      %a.global;
      target IDREFS #REQUIRED
      locus CDATA #REQUIRED
      resp CDATA #REQUIRED
      desc CDATA #IMPLIED>
See further 17.2 Attribution of Responsibility

Up: 35 Elements