att.calendarSystem

att.calendarSystem provides attributes for indicating calendar systems to which a date belongs. [3.6.4 Dates and Times 13.4 Dates]
Modul tei — The TEI Infrastructure
Mitglieder date docDate origDate time
Attribute
calendar⚓︎ indicates one or more systems or calendars to which the date represented by the content of this element belongs.
Zustand Optional
Datentyp 1–∞ Vorkommen von teidata.pointer durch Leerzeichen getrennt
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>
<date calendar="#julian #gregorian"
 when="1829-05-19">
Dienstag 7/19
Mai</date>.