<docDate>

<docDate> (fecha del documento) contiene la fecha del documento, tal y como, normalmente, aparece en el frontispicio. 4.6 Title Pages
Módulotextstructure — 4 Default Text Structure
Atributos
whengives the value of the date in standard form, i.e. YYYY-MM-DD.
Estado Opcional
Tipo de datos
data.temporal.w3c
Valores a date in one of the formats specified in XML Schema Part 2: Datatypes Second Edition
Nota
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.
Used bydocImprint model.titlepagePart model.divWrapper model.pLike.front
May contain
Declaración
element docDate
{
   att.global.attributes,
   attribute when { data.temporal.w3c }?,
   macro.phraseSeq
}
Ejemplo
<docImprint>Oxford, Clarendon Press, <docDate>1987</docDate>
</docImprint>
Nota
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.