<variantEncoding>

<variantEncoding> (variant encoding) gibt die Methode an, nach der die textkritischen Varianten kodiert sind. [12.1.1 The Apparatus Entry]
Modultextcrit — Critical Apparatus
Attributeatt.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))
methodgibt die Methode an, nach der textkritische Apparat kodiert ist.
Zustand Obligatorisch
Datentyp teidata.enumerated
Gültige Werte:
location-referenced
apparatus uses line numbers or other canonical reference scheme referenced in a base text.
double-end-point
apparatus indicates the precise locations of the beginning and ending of each lemma relative to a base text.
parallel-segmentation
alternate readings of a passage are given in parallel in the text; no notion of a base text is necessary.
locationgibt an, ob der Apparat innerhalb oder außerhalb des Textes erscheint.
Zustand Obligatorisch
Datentyp 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>
Gültige Werte:
internal
apparatus appears within the running text.
external
apparatus appears outside the base text.
Mitglied des
Enthalten in
header: encodingDesc
Kann enthaltenLeeres Element
Beispiel
<variantEncoding method="location-referenced"
 location="external"/>
Content model
<content>
 <empty/>
</content>
Schema Deklaration
<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>
 <xhtml:tr>
  <xhtml:td>[#variantEncodingLocation]</xhtml:td>
  <xhtml:td>
   <xhtml:div id="index-egXML-d496562e1"
    class="pre egXML_valid">

    <xhtml:span class="element"><constraint></xhtml:span>
    <xhtml:br/>
    <xhtml:span class="element"><sch:rule <xhtml:span class="attribute">context</xhtml:span>="<xhtml:span class="attributevalue">tei:variantEncoding</xhtml:span>"></xhtml:span>
    <xhtml:br/> <xhtml:span class="element"><sch:assert <xhtml:span class="attribute">test</xhtml:span>="<xhtml:span class="attributevalue">(@location != 'external') or (@method != 'parallel-segmentation')</xhtml:span>"></xhtml:span> The @location value "external" is inconsistent with the<xhtml:br/>   parallel-segmentation method of apparatus markup.<xhtml:span class="element"></sch:assert></xhtml:span>
    <xhtml:br/>
    <xhtml:span class="element"></sch:rule></xhtml:span>
    <xhtml:br/>
    <xhtml:span class="element"></constraint></xhtml:span>
    <xhtml:div style="float: right;">
     <xhtml:a class="bookmarklink"
      href="#index-egXML-d496562e1">
</xhtml:a>
    </xhtml:div>
   </xhtml:div>
  </xhtml:td>
 </xhtml:tr>
 <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" }
   >>
   d496547e39:tr
   [
      "[#variantEncodingLocation]"
      "<constraint>"
      "<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>"
      "</constraint>"
      "⚓"
   ],
   empty
}