<respons>

<respons> (responsabilità) indica i soggetti responsabili della codifica di determinati elementi [21.3 Attribution of Responsibility]
Modulocertainty — 21 Certainty, Precision, and Responsibility
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)) att.scoping (@target, @match)
locusindica l'aspetto specifico della codifica per il qaule è attribuita la responsabilità
Stato Richiesto
Tipo di dati 1–∞ occorrenze di 

<rng:ref name="data.enumerated"/>
data.enumerated
separato da spazio bianco
I valori legali sono:
name
responsibility is being assigned concerning the name of the element or attribute used.
start
responsibility is being assigned concerning the start of the element concerned.
end
responsibility is being assigned concerning the end of the element concerned.
location
responsibility is being assigned concerning the location of the element concerned.
value
responsibility is being assigned concerning the content (for an element) or the value (for an attribute)
resp (responsabile) indica il soggetto responsabile dell'aspetto del test elettronico
Stato Richiesto
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori a pointer to one of the identifiers typically but not necessarily declared in the current document header, associated with a person asserted as responsible for some aspect of the text's creation, transcription, editing, or encoding
Usato da
Contenuto in
figures: cell figure table
gaiji: char glyph
linking: ab join joinGrp seg
nets: graph
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
Può contenere
Dichiarazione

<rng:element name="respons">
 <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:ref name="att.scoping.attributes"/>
 <rng:attribute name="locus">
  <rng:list>
   <rng:choice>
    <rng:value>name</rng:value>
    <rng:value>start</rng:value>
    <rng:value>end</rng:value>
    <rng:value>location</rng:value>
    <rng:value>value</rng:value>
   </rng:choice>
   <rng:zeroOrMore>
    <rng:choice>
     <rng:value>name</rng:value>
     <rng:value>start</rng:value>
     <rng:value>end</rng:value>
     <rng:value>location</rng:value>
     <rng:value>value</rng:value>
    </rng:choice>
   </rng:zeroOrMore>
  </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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.scoping.attributes,
   attribute locus
   {
      list
      {
         ( "name" | "start" | "end" | "location" | "value" ),
         ( "name" | "start" | "end" | "location" | "value" )*
      }
   },
   attribute resp { data.pointer },
   model.glossLike*
}
Esempio
<respons target="#p1" locus="name location" resp="#encoder1"/>
<respons
  target="#p2"
  match="@rend"
  locus="value"
  resp="#encoder2"/>

<list type="encoders">
 <item xml:id="encoder1"/>
 <item xml:id="encoder2"/>
</list>