<docDate>

<docDate> (Datierung des Dokuments) enthält die Datierung des Dokuments, die (üblicherweise) auf der Titelseite vermerkt ist 4.6 Title Pages
Modultextstructure — 4 Default Text Structure
Attribute
whengives the value of the date in standard form, i.e. YYYY-MM-DD.
Zustand Optional
Datentyp
data.temporal.w3c
Werte a date in one of the formats specified in XML Schema Part 2: Datatypes Second Edition
Anmerkung
For simple dates, the when attribute should give the Gregorian or proleptic Gregorian date in the form (YYYY-MM-DD) specified by XML Schema Part 2.
Verwendet vondocImprint model.titlepagePart model.divWrapper model.pLike.front
Kann enthalten
Deklaration
element docDate
{
   att.global.attributes,
   attribute when { data.temporal.w3c }?,
   macro.phraseSeq
}
Beispiel
<docImprint>Oxford, Clarendon Press, <docDate>1987</docDate>
</docImprint>
Anmerkung
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.