<respStmt>

<respStmt> (dichiarazione di responsabilità) fornisce una dichiarazione di responsabilità per qualcuno responsabile del contenuto intelletuale di un testo, curatela, registrazione o collana, nel caso in cui gli elementi specifici per autore, curatore ecc. non sono sufficienti o non applicabili. [3.11.2.2 Authors, Titles, and Editors 2.2.1 The Title Statement 2.2.2 The Edition Statement 2.2.5 The Series Statement]
Modulocore — 3 Elements Available in All TEI Documents
Attributiatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
Usato da
Contenuto in
Può contenere
core: name resp
namesdates: orgName persName
Dichiarazione

<rng:element name="respStmt">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:choice>
  <rng:group>
   <rng:oneOrMore>
    <rng:ref name="resp"/>
   </rng:oneOrMore>
   <rng:oneOrMore>
    <rng:ref name="model.nameLike.agent"/>
   </rng:oneOrMore>
  </rng:group>
  <rng:group>
   <rng:oneOrMore>
    <rng:ref name="model.nameLike.agent"/>
   </rng:oneOrMore>
   <rng:oneOrMore>
    <rng:ref name="resp"/>
   </rng:oneOrMore>
  </rng:group>
 </rng:choice>
</rng:element>
element respStmt
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( ( resp+, model.nameLike.agent+ ) | ( model.nameLike.agent+, resp+ ) )
}
Esempio
<respStmt>
 <resp>transcribed from original ms</resp>
 <persName>Claus Huitfeldt</persName>
</respStmt>
Esempio
<respStmt>
 <resp>converted to SGML encoding</resp>
 <name>Alan Morrison</name>
</respStmt>