<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
Atributosatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
whenproporciona el valor de una fecha en el formato estándar, es decir AAAA-MM-DD.
Estado Opcional
Tipo de datos

<rng:ref name="data.temporal.w3c"/>
data.temporal.w3c
Valores a date in one of the formats specified in XML Schema Part 2: Datatypes Second Edition
Usado por
Contenido en
Puede contener
Declaración

<rng:element name="docDate">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:optional>
  <rng:attribute name="when">
   <rng:ref name="data.temporal.w3c"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element docDate
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute when { data.temporal.w3c }?,
   macro.phraseSeq
}
Ejemplo
<docImprint>Oxford, Clarendon Press, <docDate>1987</docDate>
</docImprint>