<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
組件textcrit — 12 Critical Apparatus
屬性
typeclassifies the variation contained in this element according to some convenient typology.
狀態 非必備的
資料類型
data.enumerated
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.
狀態 非必備的
資料類型
data.pointer
any valid identifier
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.
狀態 非必備的
資料類型
data.pointer
any valid identifier
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.
狀態 可應用時必備的
資料類型 1–∞ occurrences of
data.word
以空白鍵隔開
Any string containing a canonical reference for the passage to which the variation applies.
This attribute is used only when the location-referenced encoding method is used.
屬於 model.pPart.transcriptional
可包含
宣告
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* )? )
      )*
   )
}
May contain an optional lemma and one or more readings or reading groups.