<time>

<time> (time) contains a phrase defining a time of day in any format. [3.6.4. Dates and Times]
Module core
Attributes Attributes att.global.rendition (rendition) att.datable.w3c (when, notBefore, notAfter, from, to) att.duration.w3c (dur)
Member of
Contained by
May contain
Examples
As he sat smiling, the
quarter struck — 
<time when="11:45:00">the quarter to twelve</time>.
Schematron
The time element should contain text

<sch:rule context="tei:time[ancestor::tei:text]">
   
<sch:assert test="normalize-space(string-join(descendant::text(),'')) ne ''">ERROR: The time element should not be empty.</sch:assert>
</sch:rule>
Source Github

<elementSpec rend="change" module="core" ident="time">
   
<gloss>time</gloss>
   
<desc>contains a phrase defining a time of day in any format.</desc>
   
<classes>
      
<memberOf key="att.global.rendition" mode="add"/>
      
<memberOf key="att.datable.w3c" mode="add"/>
      
<memberOf key="att.duration.w3c" mode="add"/>
      
<memberOf key="model.dateLike" mode="add"/>
   
</classes>
   
<content>
      
<alternate minOccurs="0" maxOccurs="unbounded">
         
<textNode/>
         
<classRef key="model.gLike"/>
         
<classRef key="model.phrase"/>
         
<classRef key="model.global"/>
      
</alternate>
   
</content>
   
<attList/>
</elementSpec>