<docDate>

<docDate> (document date) contains the date of a document, as given on a title page or in a dateline. [4.6. Title Pages]
Module textstructure
Attributes
att.datable
att.datable.w3c
when
notBefore
notAfter
from
to
att.datable.custom
when-custom
notBefore-custom
notAfter-custom
from-custom
to-custom
datingMethod
Member of
Contained by
core: lg list
figures: figure table
msdescription: msItem
May contain
Note
Cf. the general date element in the core tag set. This specialized element is provided for convenience in marking and processing the date of the documents, since it is likely to require specialized handling for many applications. It should be used only for the date of the entire document, not for any subset or part of it.
Examples

<docImprint>Oxford, Clarendon Press, <docDate>1987</docDate>
</docImprint>
Source Github

<elementSpec module="textstructure" ident="docDate">
   
<gloss>document date</gloss>
   
<desc>contains the date of a document, as given on a title page or in a dateline.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.titlepagePart"/>
      
<memberOf key="model.divWrapper"/>
      
<memberOf key="model.pLike.front"/>
      
<memberOf key="att.datable"/>
      
<memberOf key="att.calendarSystem"/>
   
</classes>
   
<content>
      
<macroRef key="macro.phraseSeq"/>
   
</content>
</elementSpec>