<milestone>

<milestone> (分界) 標明由標準參照系統變更所提示的任何文字段落種類之間的分界點,並且該段落不被任何結構性元素標記。 3.10.3 Milestone Elements
組件core — 3 Elements Available in All TEI Documents
屬性
ed (edition) 用來指出哪一個版本在該處分界 。
狀態 推薦的
資料類型
data.code
Any string of characters; usually a siglum conventionally used for the edition.
unit提供分界段落所使用的通用單位名稱。
狀態 必備的
資料類型
data.enumerated
被推薦的值包含:
page
分頁(和元素<分頁>同義)。
column
分欄。
line
分行(和元素<分行>同義
book
所有稱為書、冊、或函的ㄧ個單位。
poem
詩集中的單首詩。
canto
長詩的詩篇,或詩的大段落。
stanza
一首詩、一本書、或一詩篇中的詩節。
act
劇本中的一幕。
scene
劇本中的一景。
section
任何種類的段落。
absent
該段文字未在參照版本中出現。
If the milestone marks the beginning of a piece of text not present in the reference edition, the special value absent may be used as the value of unit. The normal interpretation is that the reference edition does not contain the text which follows, until the next <milestone> tag for the edition in question is encountered.
In addition to the values suggested, other terms may be appropriate (e.g. Stephanus for the Stephanus numbers in Plato).
屬於 model.milestoneLike
可包含空白元素
宣告
element milestone
{
   att.global.attributes,
   attribute ed { data.code }?,
   attribute unit
   {
      "page"
    | "column"
    | "line"
    | "book"
    | "poem"
    | "canto"
    | "stanza"
    | "act"
    | "scene"
    | "section"
    | "absent"
    | xsd:Name
   },
   empty
}
例子
<milestone n="23ed="Launit="Dreissiger"/>
...
<milestone n="24ed="AVunit="verse"/>
...
For this element, the global n attribute indicates the new number or other value for the unit which changes at this milestone. The special value unnumbered should be used in passages which fall outside the normal numbering scheme (e.g. chapter heads, poem numbers or titles, or speaker attributions in verse drama).
The order in which milestone elements are given at a given point is not normally significant.