<witDetail>

<witDetail> (dettagli del testimone) fornisce ulteriori dettagli in merito a un testimone o più testimoni relativi a una data lettura 12.1 The Apparatus Entry, Readings, and Witnesses
Modulo textcrit — 12 Critical Apparatus
Oltre agli attributi globali att.placement (@place) att.responsibility (@cert, @resp) att.pointing (@target, @evaluate)
wit (testimoni) indica la sigla o le sigle relative ai testimoni ai quali si riferiscono i dettagli
Stato Richiesto
Tipo di dati 1–∞ occorrenze di 

<rng:ref name="data.pointer"/>
data.pointer
separato da spazio bianco
Valori the identifier or identifiers of the sigil or sigla.
type descrive il tipo di informazione fornita in merito al testimone
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
Valori Values can be taken from any convenient typology of annotation suitable to the work in hand; e.g. letter_form, ornament, …
Usato da
Può contenere
Dichiarazione

<rng:element name="witDetail">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.placement.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:attribute name="wit">
  <rng:list>
   <rng:ref name="data.pointer"/>
   <rng:zeroOrMore>
    <rng:ref name="data.pointer"/>
   </rng:zeroOrMore>
  </rng:list>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element witDetail
{
   att.global.attributes,
   att.placement.attributes,
   att.responsibility.attributes,
   att.pointing.attributes,
   attribute wit { list { data.pointer, data.pointer* } },
   attribute type { data.enumerated }?,
   macro.phraseSeq
}
Esempio
<app type="substantive">
 <rdgGrp type="subvariants">
  <lem xml:id="W026x" wit="#El #HG">Experience</lem>
  <rdg wit="#Ha4">Experiens</rdg>
 </rdgGrp>
</app>
<witDetail
  target="#W026x"
  resp="#PR"
  wit="#El"
  type="presentation">
Ornamental capital.</witDetail>