<app>

<app> (apparatus entry) contains one entry in a critical apparatus, with an optional lemma and at least one reading. 12.1.1 The Apparatus Entry
Modultextcrit — 12 Critical Apparatus
Attribute
typeclassifies the variation contained in this element according to some convenient typology.
Zustand Optional
Datentyp
data.enumerated
Werte 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.)
fromidentifies the beginning of the lemma in the base text, if necessary.
Zustand Optional
Datentyp
data.pointer
Werte any valid identifier
Anmerkung
This attribute is only used when the double-end point method of apparatus markup is used.
toidentifies the endpoint of the lemma in the base text, if necessary.
Zustand Optional
Datentyp
data.pointer
Werte any valid identifier
Anmerkung
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) indicates the location of the variation, when the location-referenced method of apparatus markup is used.
Zustand Obligatorisch wenn zutreffend
Datentyp 1–∞ occurrences of
data.word
separated by whitespace
Werte Any string containing a canonical reference for the passage to which the variation applies.
Anmerkung
This attribute is used only when the location-referenced encoding method is used.
Verwendet von model.pPart.transcriptional
Kann enthalten
Deklaration
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* )? )
      )*
   )
}
Anmerkung
May contain an optional lemma and one or more readings or reading groups.