<docDate>

<docDate> (document date) contains the date of a document, as given on a title page or in a dateline. [4.6. Title Pages]
Moduletextstructure
Attributes
Member of
Contained by
core: lg list
figures: figure table
msdescription: msItem
textcrit: lem rdg
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.

Example
<docImprint>Oxford, Clarendon Press, <docDate>1987</docDate>
</docImprint>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Declaration
element docDate
{
   tei_att.global.attributes,
   tei_att.datable.attributes,
   tei_att.calendarSystem.attributes,
   tei_macro.phraseSeq
}