<app>

<app> (entrada de aparato crítico) contiene una entrada en el aparato crítico, con un lema opcional y, al menos, una lectura. 12.1.1 The Apparatus Entry
Módulotextcrit — 12 Critical Apparatus
Atributos
typeclasifica la variación contenida en tal elemento según una tipología funcional
Estado Opcional
Tipo de datos
data.enumerated
Valores Any convenient descriptive word or phrase, describing the extent of the variation (e.g. word, phrase, punctuation, etc.) its text-critical significance (e.g. significant, accidental, unclear), or the nature of the variation or the principles required to understand it (e.g. lectio difficilior, usus auctoris, etc.)
fromidentifica, si es necesario, el inicio del lema en el texto base
Estado Opcional
Tipo de datos
data.pointer
Valores any valid identifier
Nota
This attribute is only used when the double-end point method of apparatus markup is used.
toidentifica, si es necesario, el final del lema en el texto base
Estado Opcional
Tipo de datos
data.pointer
Valores any valid identifier
Nota
This attribute is only used when the double-end point method of apparatus markup is used, with the encoded apparatus held in a separate file rather than being embedded in-line in the base-text file.
loc (location) indica la posición de la variante en caso de usar el método de señalización de la posición de la variante en la codificación del aparato.
Estado Obligatorios cuando se aplican
Tipo de datos 1–∞ occurrences of
data.word
separated by whitespace
Valores Any string containing a canonical reference for the passage to which the variation applies.
Nota
This attribute is used only when the location-referenced encoding method is used.
Used by model.pPart.transcriptional
May contain
Declaración
element app
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   attribute from { data.pointer }?,
   attribute to { data.pointer }?,
   attribute loc { list { data.word+ } }?,
   (
      model.global*,
      ( lem, model.global*, ( wit, model.global* )? )?,
      (
         ( model.rdgLike, model.global*, ( wit, model.global* )? )
       | ( rdgGrp, model.global*, ( wit, model.global* )? )
      )*
   )
}
Nota
May contain an optional lemma and one or more readings or reading groups.