<milestone>

<milestone> marca un punto de frontera que separa cada tipo de sección de un texto, indicado por cambios en el sistema de referencia estándard, donde la sección no es representada por un elemento estructural. 3.10.3 Milestone Elements
Módulocore — 3 Elements Available in All TEI Documents
Atributos
ed (edition) indica la edición o versión a la cual se aplica el hito (milestone)
Estado Recomendado
Tipo de datos
data.code
Valores Any string of characters; usually a siglum conventionally used for the edition.
unitproporciona un nombre convencional para el tipo de sección que cambia en este hito.
Estado Necesario
Tipo de datos
data.enumerated
Suggested values include:
page
physical page breaks (synonymous with the <pb> element).
column
column breaks.
line
line breaks (synonymous with the <lb> element).
book
any units termed book, liber, etc.
poem
individual poems in a collection.
canto
cantos or other major sections of a poem.
stanza
stanzas within a poem, book, or canto.
act
acts within a play.
scene
scenes within a play or act.
section
sections of any kind.
absent
passages not present in the reference edition.
Nota
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).
Used by model.milestoneLike
May containEmpty element
Declaración
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
}
Ejemplo
<milestone n="23ed="Launit="Dreissiger"/>
...
<milestone n="24ed="AVunit="verse"/>
...
Nota
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.