<witDetail>

<witDetail> (witness detail) gives further information about a particular witness, or witnesses, to a particular reading. [12.1 The Apparatus Entry, Readings, and Witnesses]
Moduletextcrit — Critical Apparatus
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.placement (@place) att.pointing (@targetLang, @target, @evaluate)
wit(witnesses) indicates the sigil or sigla identifying the witness or witnesses to which the detail refers.
Status Required
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
typedescribes the type of information given about the witness.
Status Optional
Datatype teidata.enumerated
Member of
Contained by
analysis: cl m phr s span w
figures: cell figure table
gaiji: char glyph
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
May contain
Note

The witDetail element should be regarded as a specialized type of note element; it is synonymous with <note type='witnessDetail'>, but differs in the omission of some attributes seldom applicable to notes within critical apparatus, and in the provision of the wit attribute, which permits an application to extract all annotation concerning a particular witness or witnesses from the apparatus. It also differs in that the location of a witDetail element is not significant and may not be used to imply the point of attachment for the annotation; this must be explicitly given by means of the target attribute.

Example
<app type="substantive">
 <rdgGrp type="subvariants">
  <lem xml:id="W026xwit="#El #HG">Experience</lem>
  <rdg wit="#Ha4">Experiens</rdg>
 </rdgGrp>
</app>
<witDetail target="#W026xresp="#PR"
 wit="#Eltype="presentation">
Ornamental capital.</witDetail>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
<rng:element name="witDetail">
 <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.placement.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:attribute name="wit">
  <rng:list>
   <rng:oneOrMore>
    <rng:ref name="teidata.pointer"/>
   </rng:oneOrMore>
  </rng:list>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element witDetail
{
   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.placement.attributes,
   att.pointing.attributes,
   attribute wit { list { teidata.pointer+ } },
   attribute type { teidata.enumerated }?,
   macro.phraseSeq
}