<date>

<date> (date) contient une date exprimée dans n'importe quel format. 3.5.4 Dates and Times 2.2.4 Publication, Distribution, etc. 2.5 The Revision Description 3.11.2.3 Imprint, Pagination, and Other Details 15.2.3 The Setting Description 13.3.6 Dates and Times
Modulecore — 3 Elements Available in All TEI Documents
Attributsatt.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.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) att.editLike (@evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) (att.responsibility (@cert, @resp)) att.typed (@type, @subtype)
calendarindique le système ou le calendrier auquel appartient la date exprimée dans le contenu de l'élément.
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Les valeurs suggérées comprennent:
Gregorian
calendrier grégorien
Julian
calendrier julien
Islamic
calendrier lunaire (hijri) islamique ou musulman
Hebrew
calendrier luni-solaire hébreu ou juif
Revolutionary
calendrier révolutionnaire français
Iranian
calendrier solaire iranien ou perse (jalaali)
Coptic
calendrier copte ou alexandrin
Chinese
calendrier luni-solaire chinois
L'année
1960 fut, en vertu du calendrier grégorien, bissextile ; le 22 juin tomba ainsi le jour
de l'été, le<date calendar="Gregorian"> 22 juin. </date>
Utilisé par
Contenu dans
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
tagdocs: valDesc
verse: metSym rhyme
Peut contenir
Declaration

<rng:element name="date">
 <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.datable.w3c.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.duration.iso.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="calendar">
   <rng:choice>
    <rng:value>Gregorian</rng:value>
    <rng:value>Julian</rng:value>
    <rng:value>Islamic</rng:value>
    <rng:value>Hebrew</rng:value>
    <rng:value>Revolutionary</rng:value>
    <rng:value>Iranian</rng:value>
    <rng:value>Coptic</rng:value>
    <rng:value>Chinese</rng:value>
    <rng:data type="Name"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element date
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.ranging.attributes,
   att.responsibility.attributes,
   att.typed.attributes,
   attribute calendar
   {
      "Gregorian"
    | "Julian"
    | "Islamic"
    | "Hebrew"
    | "Revolutionary"
    | "Iranian"
    | "Coptic"
    | "Chinese"
    | xsd:Name
   }?,
   ( text | model.gLike | model.phrase | model.global )*
}
Exemple
<date when="1980-02">au début de février 1980</date>
Exemple
<date when="1654-11-23">L'an de grâce 1654,<lb/> Lundi, 23 novembre, jour de saint Clément,
pape et martyr et autres au martyrologe, <lb/>Veille de saint Chrysogone, martyr, et
autres, <lb/> Depuis environ dix heures et demie du soir jusques environ minuit et
demi.</date>
Exemple
<date when="1990-09">September 1990</date>