<respStmt>

<respStmt> (mention de responsabilité) indique la responsabilité quant au contenu intellectuel d'un texte, d'une édition, d'un enregistrement ou d'une publication en série, lorsque les éléments spécifiques relatifs aux auteurs, éditeurs, etc. ne suffisent pas ou ne s'appliquent pas. [3.12.2.2 Titles, Authors, and Editors 2.2.1 The Title Statement 2.2.2 The Edition Statement 2.2.5 The Series Statement]
Module core — Elements Available in All TEI Documents
Attributs
Membre du
Contenu dans
Peut contenir
core: name note resp
namesdates: orgName persName
Exemple
<respStmt>
 <resp>Nouvelle édition originale</resp>
 <persName>Geneviève Hasenohr</persName>
</respStmt>
Exemple
<respStmt>
 <resp>converti en langage SGML</resp>
 <name>Alan Morrison</name>
</respStmt>
Modèle de contenu
<content>
 <sequence>
  <alternate>
   <sequence>
    <elementRef key="respminOccurs="1"
     maxOccurs="unbounded"/>

    <classRef key="model.nameLike.agent"
     minOccurs="1maxOccurs="unbounded"/>

   </sequence>
   <sequence>
    <classRef key="model.nameLike.agent"
     minOccurs="1maxOccurs="unbounded"/>

    <elementRef key="respminOccurs="1"
     maxOccurs="unbounded"/>

   </sequence>
  </alternate>
  <elementRef key="noteminOccurs="0"
   maxOccurs="unbounded"/>

 </sequence>
</content>
Schéma Declaration
<rng:element name="respStmt">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.canonical.attributes"/>
 <rng:group>
  <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:zeroOrMore>
   <rng:ref name="note"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element respStmt
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.canonical.attributes,
   (
      ( ( resp+, model.nameLike.agent+ ) | ( model.nameLike.agent+, resp+ ) ),
      note*
   )
}