<variantEncoding>

<variantEncoding> declara el método empleado para codificar las variantes del aparato crítico. 12.1.1 The Apparatus Entry
Módulotextcrit — 12 Critical Apparatus
Atributos
methodindica el método seguido para codificar el aparato crítico de las variantes.
Estado Necesario
Los valores admitidos son:
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.
Nota
The value ‘parallel-segmentation’ requires in-line encoding of the apparatus.
locationindica si el aparato aparece al interno o al externo del texto.
Estado Necesario
Los valores admitidos son:
internal
apparatus appears within the running text.
external
apparatus appears outside the base text.
Nota
The value ‘external’ is inconsistent with the parallel-segmentation method of apparatus markup.
Used by model.encodingPart
May containEmpty element
Declaración
element variantEncoding
{
   att.global.attributes,
   attribute method
   {
      "location-referenced" | "double-end-point" | "parallel-segmentation"
   },
   attribute location { "internal" | "external" },
   empty
}
Ejemplo
<variantEncoding method="location-referencedlocation="external"/>