<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
Modulotextcrit — 12 Critical Apparatus
Attributi att.placement (@place)
targetindica l'identificatore della lettura o delle letture alle quali si riferiscono i dettagli sul testimone
Stato Richiesto
Tipo di dati 1–∞ occorrenze di

<rng:ref name="data.pointer"/>
data.pointer
separato da spazio bianco
Valori the identifier of the reading or readings.
resp (responsabile) specifica il singolo responsabile dell'identificazione del testimone
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori a pointer to one of the identifiers declared in the document header, associated with a person asserted as responsible for some aspect of the text's creation, transcription, editing, or encoding
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.
typedescrive 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:attribute name="target">
 <rng:list>
  <rng:oneOrMore>
   <rng:ref name="data.pointer"/>
  </rng:oneOrMore>
 </rng:list>
</rng:attribute>
<rng:optional>
 <rng:attribute name="resp">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:attribute name="wit">
 <rng:list>
  <rng:oneOrMore>
   <rng:ref name="data.pointer"/>
  </rng:oneOrMore>
 </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,
   attribute target { list { data.pointer+ } },
   attribute resp { data.pointer }?,
   attribute wit { list { data.pointer+ } },
   attribute type { data.enumerated }?,
   macro.phraseSeq
}
Esempio
<app type="substantive">
 <rdgGrp type="subvariants">
  <lem xml:id="W026xwit="#El #HG">Experience</lem>
  <rdg wit="#Ha4">Experiens</rdg>
 </rdgGrp>
</app>
<witDetail
  target="#W026x"
  resp="#PR"
  wit="#El"
  type="presentation">
Ornamental capital.</witDetail>