att.calendarSystem

att.calendarSystem assegna attributi per indicare i sistemi o calendari ai quali appartiene una data. [3.6.4 Dates and Times 13.4 Dates]
Modulo tei — The TEI Infrastructure
Membri date docDate origDate time
Attributi
calendar⚓︎ indica il sistema o calendario al quale la data appartiene.
Stato Opzionale
Tipo di dati 1–∞ occorrenze di teidata.pointer separato da spazio bianco
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
He was born on <date calendar="#gregorian">Feb. 22, 1732</date> (<date calendar="#julianwhen="1732-02-22">Feb. 11, 1731/32,
O.S.</date>).
He was born on <date calendar="#gregorian #julian"
 when="1732-02-22">
Feb. 22, 1732
(Feb. 11, 1731/32, O.S.)</date>.