<calendar>

<calendar> (暦) テキスト中での日付の書式で用いられる暦日法を記述する。 [2.4.5 Calendar Description]
モジュール header — The TEI Header
属性
上位
header: calendarDesc
下位
core: p
linking: ab
<calendarDesc>
 <calendar xml:id="julianEngland">
  <p>Julian Calendar (including proleptic)</p>
 </calendar>
</calendarDesc>
<calendarDesc>
 <calendar xml:id="egyptian"
  target="http://en.wikipedia.org/wiki/Egyptian_calendar">

  <p>Egyptian calendar (as defined by Wikipedia)</p>
 </calendar>
</calendarDesc>
Content model
<content>
 <classRef key="model.pLikeminOccurs="1"
  maxOccurs="unbounded"/>

</content>
宣言
<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+
}