<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date: 2011-12-12 19:26:58 +0000 (Mon, 12 Dec 2011) $
$Id: calendar.xml 9933 2011-12-12 19:26:58Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="calendar">
  <equiv/>
  <gloss xml:lang="fr">calendrier</gloss>
  <gloss xml:lang="es">calendario</gloss>
  <gloss xml:lang="it">calendario</gloss>
  <desc>describes a calendar or dating system used in a dating formula in the text.</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.pointing"/>
  </classes>
  <content>
    <oneOrMore xmlns="http://relaxng.org/ns/structure/1.0">
      <ref name="model.pLike"/>
    </oneOrMore>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <calendarDesc>
        <calendar xml:id="Julian"><p>Julian Calendar (including proleptic)</p></calendar>
      </calendarDesc>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <calendarDesc>
        <calendar xml:id="Egyptian" target="http://en.wikipedia.org/wiki/Egyptian_calendar"><p>Egyptian calendar (as defined by Wikipedia)</p></calendar>
      </calendarDesc>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#HD44"/>
  </listRef>
</elementSpec>
