<variantEncoding>

<variantEncoding> (variant encoding) 텍스트 비평 이문을 부호화하는 방법을 선언한다. [12.1.1 The Apparatus Entry]
모듈 textcrit — Critical Apparatus
속성
method⚓︎ 이문의 참조 도구를 부화하는 방법을 제시한다.
상태 필수적
자료 유형 teidata.enumerated
적법한 값은:
location-referenced
참조 도구는 기본 텍스트에서 참조된 행 수 또는 다른 표준 참조 스키마를 사용한다.
double-end-point
참조 도구는 기본 텍스트에 관하여 각 레마의 시작부와 종료부의 정확한 위치를 나타낸다.
parallel-segmentation
단락의 교대식 독법은 텍스트에서 병렬로 제시된다. 기본 텍스트의 어떤 개념도 필요하지 않다.
location⚓︎ 참조 도구가 현 텍스트 내에서 또는 그 외부에서 나타나는가를 표시한다.
상태 필수적
자료 유형 teidata.enumerated
Schematron

<sch:rule context="tei:variantEncoding">
<sch:report test="@location eq 'external' and @method eq 'parallel-segmentation'"> The @location value "external" is inconsistent with the
parallel-segmentation method of apparatus markup.</sch:report>
</sch:rule>
적법한 값은:
internal
참조 도구가 현 텍스트 내에서 나타난다.
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
}