<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
物理的な改ページ(要素<pb>と同義).
column
段替え.
line
改行(要素<lb>と同義).
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.