<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
Moduletextcrit — 12 Critical Apparatus
AttributesIn addition to global attributes
typeclassifies the variation contained in this element according to some convenient typology.
Status Optional
Datatype
data.enumerated
Values 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.
Status Optional
Datatype
data.pointer
Values any valid identifier
Note
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.
Status Optional
Datatype
data.pointer
Values any valid identifier
Note
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.
Status Mandatory when applicable
Datatype 1–∞ occurrences of
data.word
separated by whitespace
Values Any string containing a canonical reference for the passage to which the variation applies.
Note
This attribute is used only when the location-referenced encoding method is used.
Declaration
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* )? )
      )*
   )
}
Note
May contain an optional lemma and one or more readings or reading groups.
Contained by model.pPart.transcriptional
May contain