<witDetail>

<witDetail> (detalle del testimonio) proporciona ulteriores detalles sobre uno o más testimonios relativos a una lectura dada. 12.1 The Apparatus Entry, Readings, and Witnesses
Módulotextcrit — 12 Critical Apparatus
Atributos att.placement (@place)
targetindica el identificador de la lectura o de las lecturas a las cuales se refieren los detalles sobre el testimonio.
Estado Necesario
Tipo de datos 1–∞ apariciones de

<rng:ref name="data.pointer"/>
data.pointer
separado por espacio en blanco
Valores the identifier of the reading or readings.
resp (parte responsable) identifica al responsable de la identificación de un testimonio.
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores 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 (testimonios) indica la sigla o siglas relativas a los testimonios a los cuales se refieren los detalles
Estado Necesario
Tipo de datos 1–∞ apariciones de

<rng:ref name="data.pointer"/>
data.pointer
separado por espacio en blanco
Valores the identifier or identifiers of the sigil or sigla.
typedescribe el tipo de información dada sobre los testimonios.
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Valores Values can be taken from any convenient typology of annotation suitable to the work in hand; e.g. letter_form, ornament, …
Usado por
Puede contener
Declaración

<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
}
Ejemplo
<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>