<calendar>
<calendar> (calendario) describes a calendar or dating system used in a dating formula in the text. [2.4.5 Calendar Description] | |
Módulo | header — The TEI Header |
Atributos | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.pointing (@targetLang, @target, @evaluate) |
Contenido en | header: calendarDesc |
Puede contener | |
Declaración |
element calendar { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.pointing.attributes, model.pLike+ } |
Ejemplo | <calendarDesc> <calendar xml:id="Julian"> <p>Julian Calendar (including proleptic)</p> </calendar> </calendarDesc> |
Ejemplo | <calendarDesc> <calendar xml:id="Egyptian" target="http://en.wikipedia.org/wiki/Egyptian_calendar"> <p>Egyptian calendar (as defined by Wikipedia)</p> </calendar> </calendarDesc> |