<witDetail>

<witDetail> (비교 대상 텍스트 세목) 특별한 비교 대상 텍스트에 관한 상세한 정보를 특별한 독법에 제공한다. [12.1 The Apparatus Entry, Readings, and Witnesses]
모듈textcrit — Critical Apparatus
속성att.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.placement (@place) att.source (@source) att.pointing (@targetLang, @target, @evaluate)
wit(비교 대상 텍스트) 세목이 참조하는 비교 대상 텍스트에 대한 변항 기호 또는 기호일람표를 표시한다.
상태 필수적
자료 유형 1–∞ 출현 teidata.pointer 공백문자로 분리됨
type비교 대상 텍스트에 관해 제시된 정보의 유형을 기술한다.
상태 수의적
자료 유형 teidata.enumerated
클럽 회원
에 의해 포함된
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
textcrit: app lem rdg wit witDetail
포함할 수 있다
<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>
선언
<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.placement.attributes"/>
 <rng:ref name="att.source.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.placement.attributes,
   att.source.attributes,
   att.pointing.attributes,
   attribute wit { list { teidata.pointer+ } },
   attribute type { teidata.enumerated }?,
   macro.phraseSeq
}