Text Encoding Initiative

The XML Version of the TEI Guidelines

<day>


<day> (day) the day component of a structured date.
Attributes Global attributes and those inherited from temporalExpr
Example
<dateStruct value="1993-05-14">  
   <day type="name">Friday</day>,
  <day type="number">14</day>
   <month type="name">May</month>
   <year>1993</year>
</dateStruct>
Module Declared in file teind2; Additional tag set for Names and Dates: enabled by TEI.names.dates
Class temporalExpr
May contain #PCDATA
May occur within dateStruct timeStruct
Declaration
<!ELEMENT day %om.RR; (#PCDATA)> 
<!ATTLIST day  
      %a.global;
      %a.temporalExpr;>
See further 20.4 Dates and Time

Up: 35 Elements