<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 Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.datable (att.datable.w3c (when, notBefore, notAfter, from, to)) (att.datable.custom (when-custom, notBefore-custom, notAfter-custom, from-custom, to-custom, datingMethod)) att.calendarSystem (calendar)
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>