Text Encoding Initiative

The XML Version of the TEI Guidelines

<milestone>


<milestone> marks the boundary between sections of a text, as indicated by changes in a standard reference system.
Attributes (In addition to global attributes and those inherited from refsys)
ed (edition) indicates which edition or version the milestone applies to.
Datatype: CDATA
Values: Any string of characters; usually a siglum conventionally used for the edition.
Default: #IMPLIED
Example:

unit indicates what kind of section is changing at this milestone.
Datatype: CDATA
Suggested values include:
page page breaks in the reference edition.
column column breaks.
line line breaks.
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.
Default: #REQUIRED
Example:

Note

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).

Example
<milestone n="23" ed="La" unit="Dreissiger"/>
 ...
 <milestone n="24" ed="AV" unit="verse"/>
 ...
Note

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).

Milestones for page and column should precede milestones for line numbers.

Module Declared in file teicore2; Core tag sets: enabled when any TEI base is enabled
Class refsys
May occur within ab abbr activity actor add addName addrLine address admin affiliation analytic app argument author authority back bibl biblFull biblScope biblStruct birth bloc body byline camera caption case castGroup castItem castList cell channel cit cl classCode closer colloc constitution corr country creation damage date dateRange dateStruct dateline def del derivation descrip dictScrap distance distinct distributor div div0 div1 div2 div3 div4 div5 div6 div7 docAuthor docDate docEdition docImprint docTitle domain edition editor education emph entry entryFree epigraph epilogue etym expan extent factuality figDesc figure firstLang foreName foreign form front funder fw gen genName geogName gloss gram gramGrp graph group head headItem headLabel hi hyph imprimatur imprint interaction item itype l label lang langKnown language lbl lem lg lg1 lg2 lg3 lg4 lg5 list listBibl locale m measure meeting mentioned metDecl monogr mood name nameLink note num number occasion occupation offset ofig opener orgDivn orgName orgTitle orgType orig orth otherForm p per performance persName phr placeName pos preparedness principal prologue pron pubPlace publicationStmt publisher purpose q quote rdg rdgGrp re ref reg region rendition residence resp respStmt restore role roleDesc roleName row rs s salute seg sense series set settlement sic signed soCalled socecStatus sound sp speaker sponsor stage street stress subc supplied surname syll symbol table tagUsage tech term termEntry text tig time timeRange timeStruct title titlePage titlePart tns tr trailer trans u unclear usg view w wit witDetail witList witness writing xr xref
Declaration
<!ELEMENT milestone %om.RO; EMPTY> 
<!ATTLIST milestone  
      %a.global;
      ed CDATA #IMPLIED
      unit CDATA #REQUIRED>
See further 6.9.3 Milestone Tags

Up: 35 Elements