<app>

<app> (批評資料) 批評研究の対象資料を示す. 12.1.1 The Apparatus Entry
モジュールtextcrit — 12 Critical Apparatus
属性
type当該資料の分類を示す.
状態 任意
データ型
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.)
from必要であれば,注解の始めを示す.
状態 任意
データ型
data.pointer
any valid identifier
解説
This attribute is only used when the double-end point method of apparatus markup is used.
to必要であれば,注解の終わりを示す.
状態 任意
データ型
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) 異種の在処を示す.
状態 使えるならば必須
データ型 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.