<respStmt>

<respStmt> (statement of responsibility) supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. 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
Modulcore — 3 Elements Available in All TEI Documents
Attribute
Verwendet von
Kann enthalten
core: name resp
namesdates: orgName persName
Deklaration

<rng:element name="respStmt">
<rng:ref name="att.global.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,
   ( ( resp+, model.nameLike.agent+ ) | ( model.nameLike.agent+, resp+ ) )
}
Beispiel
<respStmt>
 <resp>transcribed from original ms</resp>
 <persName>Claus Huitfeldt</persName>
</respStmt>
Beispiel
<respStmt>
 <resp>converted to SGML encoding</resp>
 <name>Alan Morrison</name>
</respStmt>