<variantEncoding>

<variantEncoding> (variant encoding) 校勘対象を符号化する手法を示す. [12.1.1 The Apparatus Entry]
モジュール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.global.source (@source))
method異なる校勘資料を符号化する手法を示す.
状態 必須
データ型 teidata.enumerated
正当な値:
location-referenced
校勘資料の基底テキスト中には,参照される行番号または標準的 な参照スキームがある.
double-end-point
校勘資料の基底テキスト上にある各校合部分の始点と終点の正確な 場所が示されている.
parallel-segmentation
ある一節の別の解釈が,当該テキスト中に併置されている.基底テ キストという視点は必要なくなる.
解説

‘parallel-segmentation’は,校勘資料には,インラインで情 報が記録されていること示す.

location校合の情報が,本文中,または外部にあるかを示す.
状態 必須
データ型 teidata.enumerated
Schematron

<sch:rule context="tei:variantEncoding">
<sch:assert test="(@location != 'external') or (@method != 'parallel-segmentation')"> The @location value "external" is inconsistent with the
parallel-segmentation method of apparatus markup.</sch:assert>
</sch:rule>
正当な値:
internal
校合の情報は,本文中にある.
external
校合の情報は,本文外,すなわち基底テキスト外にある.
解説

‘external’は,校勘資料のマークアップがインラインである 場合と矛盾する.

クラブのメンバー
上位
header: encodingDesc
下位空要素
<variantEncoding method="location-referenced"
 location="external"/>
Content model
<content>
 <empty/>
</content>
宣言
<rng:element name="variantEncoding">
 <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:attribute name="method">
  <rng:choice>
   <rng:value>location-referenced</rng:value>
   <rng:value>double-end-point</rng:value>
   <rng:value>parallel-segmentation</rng:value>
  </rng:choice>
 </rng:attribute>
 <rng:attribute name="location">
  <rng:choice>
   <rng:value>internal</rng:value>
   <rng:value>external</rng:value>
  </rng:choice>
 </rng:attribute>
 <rng:empty/>
</rng:element>
element variantEncoding
{
   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,
   attribute method
   {
      "location-referenced" | "double-end-point" | "parallel-segmentation"
   },
   attribute location { "internal" | "external" },
   empty
}