<calendar>

<calendar> (calendario) describe un calendario o sistema de datación usado en una fórmula de datación en el texto. [2.4.5 Calendar Description]
Módulo header — The TEI Header
Atributos
Contenido en
header: calendarDesc
Puede contener
core: p
linking: ab
Ejemplo
<calendarDesc>
 <calendar xml:id="juliano">
  <p>Calendario juliano (incluido el proléptico)</p>
 </calendar>
</calendarDesc>
Ejemplo
<calendarDesc>
 <calendar xml:id="egipcio"
  target="http://en.wikipedia.org/wiki/Egyptian_calendar">

  <p>Calendario egipcio (tal como lo define Wikipedia)</p>
 </calendar>
</calendarDesc>
Content model
<content>
 <classRef key="model.pLikeminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Declaración
<rng:element name="calendar">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
</rng:element>
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.global.source.attributes,
   att.pointing.attributes,
   att.typed.attributes,
   model.pLike+
}