<listWit>

<listWit> (witness list) lists definitions for all the witnesses referred to by a critical apparatus, optionally grouped hierarchically. 12.1 The Apparatus Entry, Readings, and Witnesses
組件textcrit — 12 Critical Apparatus
屬性
屬於
可包含
core: head
textcrit: listWit witness
宣告

<rng:element name="listWit">
<rng:ref name="att.global.attributes"/>
<rng:group>
<!-- <rng:zeroOrMore> <rng:ref name="model.global"/> </rng:zeroOrMore>-->
 <rng:optional>
  <rng:ref name="model.headLike"/>
 </rng:optional>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="witness"/>
   <rng:ref name="listWit"/>
  </rng:choice>
<!-- <rng:zeroOrMore> <rng:ref name="model.global"/> </rng:zeroOrMore>-->
 </rng:oneOrMore>
</rng:group>
</rng:element>
element listWit
{
   att.global.attributes,
   ( model.headLike?, ( witness | listWit )+ )
}
例子
<listWit>
 <witness xml:id="HL26">Ellesmere, Huntingdon Library 26.C.9</witness>
 <witness xml:id="PN392">Hengwrt, National Library of Wales,
   Aberystwyth, Peniarth 392D</witness>
 <witness xml:id="RP149">Bodleian Library Rawlinson Poetic 149
   (see further <ptr target="#MSRP149"/>)</witness>
</listWit>