Text Encoding Initiative

The XML Version of the TEI Guidelines

<dateStruct>


<dateStruct> contains an internally structured representation of a date.
Attributes (In addition to global attributes and those inherited from data, date, temporalExpr, terminologyInclusions)
calendar indicates the system or calendar to which the date belongs.
Datatype: CDATA
Values: Recommended values include: Gregorian, Julian, Roman, Mosaic, Revolutionary, Islamic.
Default: #IMPLIED
exact indicates the degree of precision to be attributed to the date.
Datatype: CDATA
Values: Any appropriate value, e.g. ca., approx, after, before.
Default: #IMPLIED
Example
<dateStruct value="1990-09">  
   <month>September</month>
   <year>1990</year>
</dateStruct>
Example
Given on the
<dateStruct value="1977-06-12">    
   <day reg="12">Twelfth</day> Day of
   <month reg="06">June</month>
   <year reg="1977" type="nominal">in the Year of Our Lord
    One Thousand Nine Hundred and Seventy-seven</year>
   <dateStruct>      
      <offset>of</offset>
      <year reg="1776">the Republic</year>
      <distance>the Two Hundredth and first</distance>
   </dateStruct> and
   <dateStruct>      
      <offset>of</offset>
      <year reg="1891">the University</year>
      <distance>the Eighty-Sixth.</distance>
   </dateStruct>
</dateStruct>
Module Declared in file teind2; Core tag sets: enabled when any TEI base is enabled
Class data; date; terminologyInclusions; temporalExpr
Data Description May contain character data and temporal expression elements.
May contain #PCDATA addSpan alt altGrp anchor cb certainty dateStruct day delSpan distance fLib fs fsLib fvLib fw gap hour index interp interpGrp join joinGrp lb link linkGrp milestone minute month occasion offset pb respons second span spanGrp timeStruct timeline week year
May occur within ab 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 date dateRange dateStruct def del derivation descrip dictScrap distance distinct distributor docAuthor docDate docEdition docImprint domain edition editor education emph entryFree etym expan extent factuality figDesc firstLang foreName foreign form 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 settlement sic signed soCalled socecStatus sound speaker sponsor stage street stress subc supplied surname syll symbol tagUsage tech term termEntry tig time timeRange timeStruct title titlePart tns tr trailer trans u unclear usg view wit witDetail witness writing xr xref
Declaration
<!ELEMENT dateStruct %om.RR;  (#PCDATA | %m.temporalExpr; | %m.Incl;)*>  
<!ATTLIST dateStruct  
      %a.global;
      %a.temporalExpr;
      calendar CDATA #IMPLIED
      exact CDATA #IMPLIED>
See further 20.4 Dates and Time; 6.4.4 Dates and Times; 5.2.4 Publication, Distribution, etc.; 5.5 The Revision Description; 6.10.2.3 Imprint, Pagination, and Other Details; 13.2 Tags for Terminological Data; 23.2.3 The Setting Description

Up: 35 Elements