<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 | |
May contain |
core: abbr add choice cit date del ellipsis emph foreign gap gloss graphic hi lb mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic term time title unclear
figures: figure
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
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> |