att.calendarSystem

att.calendarSystem provides attributes for indicating calendar systems to which a date belongs. [3.6.4 Dates and Times 13.4 Dates]
모듈 tei — The TEI Infrastructure
원소 date docDate origDate time
속성
calendar⚓︎ 날짜 표현 시스템 또는 달력 표시 형식을 표시한다.
상태 수의적
자료 유형 1–∞ 출현 teidata.pointer 공백문자로 분리됨
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>.