<timeRange> (time range) contains two times or another phrase indicating a time period.
Attributes:
from indicates the starting point of the time period in standard form.
Datatype: CDATA
Values: a time of day; recommended form is to use the 24 hour clock.
Default: #IMPLIED
Note

The value should conform to the standard form declared in the <stdVals> element in the TEI header.

to indicates the ending point of the time period in standard form.
Datatype: CDATA
Values: a time of day; recommended form is to use the 24 hour clock.
Default: #IMPLIED
Note

The value should conform to the standard form declared in the <stdVals> element in the TEI header.

exact indicates the precision to be attached to either or both times specified.
Datatype: (to|from|both|none)
Legal values:
to the to time is exact
from the from time is exact
both both times are exact
none both times are approximate or unspecified
Default: #IMPLIED
Example:
  <timeRange from=1600 to=1620 exact=from>
       Just after teatime</timeRange>
Note

time values should conform to the standard form declared in the <stdVals> element in the TEI header.

Example
Tagsetadditional tag set for common core features
Classdata [and indirectly also:] phrase
Filenameteicore2
Content: May contain character data and phrase-level elements.
Parentsab abbr activity actor add addName addrLine admin affiliation author authority bibl biblScope birth bloc byline camera caption case castItem catDesc cell channel cl classCode closer colloc constitution corr country creation damage dataDesc date dateRange def del derivation desc descrip distance distinct distributor docAuthor docDate docEdition docImprint domain edition editor education emph equiv etym expan extent fDescr factuality figDesc firstLang foreign forename form fsDescr funder fw gen genName gloss gram gramGrp head headItem headLabel hi hyph imprimatur interaction item itype l label lang langKnown language lbl lem locale measure meeting mentioned mood name nameLink note num number occasion occupation opener orgDivn orgName orgTitle orgType orig orth otherForm p per persName phr placeName pos preparedness principal pron pubPlace publisher purpose q quote rdg re ref reg region rendition residence resp restore role roleDesc roleName rs s salute seg sense set settlement sic signed soCalled socecStatus sound speaker sponsor stage street stress subc supplied surname syll symbol tagUsage tech term time timeRange title titlePart tns tr trailer trans u unclear usg valDesc view wit witDetail witness writing xr xref
Children#PCDATA abbr add address app att c caesura cl corr damage date dateRange dateStruct del distinct emph expan foreign formula fw geogName gi gloss handShift hi lang link m measure mentioned name num oRef oVar orgName orig pRef pVar persName phr placeName ptr ref reg restore rs s seg sic soCalled space supplied tag term time timeRange timeStruct title unclear val w xptr xref
Declaration
<!ELEMENT timeRange     - -  (%phrase.seq;)                     >
<!ATTLIST timeRange          %a.global
          from               CDATA               #IMPLIED
          to                 CDATA               #IMPLIED
          exact              (to | from | both | none) 
                                                 #IMPLIED       >
See 6.4.4

Back to index