att.calendared

Attributes that indicate the calendar system of a date or other datable element.
Module MEI.shared
Members
date, event (direct members of att.calendared)
Attributes
@calendar(optional)Indicates the calendar system to which a date belongs, for example, Gregorian, Julian, Roman, Mosaic, Revolutionary, Islamic, etc. Value of datatype NMTOKEN. att.calendared
Declaration
<attDef ident="calendar" usage="opt">
<desc>Indicates the calendar system to which a date belongs, for example, Gregorian, Julian, Roman, Mosaic, Revolutionary, Islamic, etc.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="NMTOKEN"/>
</datatype>
</attDef>