<respons> (responsabilità) indica i soggetti responsabili della codifica di determinati elementi 21.2 Attribution of ResponsibilityModulo certainty — 21 Certainty and Responsibility Attributi target fornisce l'identificatore dell'elemento a cui è attribuita una certa responsabilitàStato Richiesto Tipo di dati 1–∞ occurrences of separato da spazio bianco Valori one or more valid
identifiers, separated by whitespace.
locus indica l'aspetto specifico della codifica per il qaule è attribuita la responsabilitàStato Richiesto Tipo di dati 1–∞ occurrences of separato da spazio bianco I valori suggeriti includono: gi (nome di elemento) responsabilità per l'affermazione che un elemento sia del tipo indicato dalla codifica location responsabilità per l'affermazione che un elemento inizi e finisca dove indicato startLoc (posizione iniziale) responsabilità per l'asserzione dell'inizio dell'elemento nel punto indicato endLoc (posizione finale) responsabilità per l'asserzione della fine dell'elemento nel punto indicato attrName (nome di attributo) responsabilità per l'asserzione del valore del nome di attributo come stabilito dall'annotazione transcribedContent responsabilità per la trascrizione del contenuto dell'elemento suppliedContent responsabilità per i contenuti inseriti dal codificatore (correzioni, espansione di abbreviazioni, ecc.)
resp (responsabile) indica il soggetto responsabile dell'aspetto del test elettronicoStato Richiesto Tipo di dati Valori a pointer to one of the identifiers declared in the
document header, associated with a person asserted as
responsible for some aspect of the text's creation,
transcription, editing, or encoding
Usato da model.global.meta Può contenere Dichiarazione Compatta in formato XML <rng: element name ="respons "> <rng: ref name ="att.global.attributes "/> <rng: attribute name ="target "> <rng: list > <rng: oneOrMore > <rng: ref name ="data.pointer "/> </rng: oneOrMore > </rng: list > </rng: attribute > <rng: attribute name ="locus "> <rng: list > <rng: oneOrMore > <rng: choice > <rng: value > gi</rng: value > <rng: value > location</rng: value > <rng: value > startLoc</rng: value > <rng: value > endLoc</rng: value > <rng: value > attrName</rng: value > <rng: value > transcribedContent</rng: value > <rng: value > suppliedContent</rng: value > <rng: data type ="Name "/> </rng: choice > </rng: oneOrMore > </rng: list > </rng: attribute > <rng: attribute name ="resp "> <rng: ref name ="data.pointer "/> </rng: attribute > <rng: zeroOrMore > <rng: ref name ="model.glossLike "/> </rng: zeroOrMore > </rng: element >
element respons
{
att.global.attributes ,
attribute target { list { data.pointer + } },
attribute locus
{
list
{
(
"gi"
| "location"
| "startLoc"
| "endLoc"
| "attrName"
| "transcribedContent"
| "suppliedContent"
| xsd:Name
)+
}
},
attribute resp { data.pointer },
model.glossLike *
} Esempio <respons target ="#p1 " locus ="gi location " resp ="#encoder1 "/> <respons target ="#p2 " locus ="rend " resp ="#encoder2 "/> <list type ="encoders "> <item xml:id ="encoder1 "/> <item xml:id ="encoder2 "/> </list >
Nota 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.