<docDate>

<docDate> (文件日期) 包含文件日期, 同於(通常)在題名頁上顯示的日期。 4.6 Title Pages
組件textstructure — 4 Default Text Structure
屬性
whengives the value of the date in standard form, i.e. YYYY-MM-DD.
狀態 非必備的
資料類型
data.temporal.w3c
a date in one of the formats specified in XML Schema Part 2: Datatypes Second Edition
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.
屬於docImprint model.titlepagePart model.divWrapper model.pLike.front
可包含
宣告
element docDate
{
   att.global.attributes,
   attribute when { data.temporal.w3c }?,
   macro.phraseSeq
}
例子
<docImprint>Oxford, Clarendon Press, <docDate>1987</docDate>
</docImprint>
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.