
<calendricSystemSpecification>

  <importCalendar name = "Gregorian" url = "http://www.eecs.wsu.edu/~burgun/research/files/calendarspecs/gregorian.xml" />
  <importCalendar name = "Astronomy" url = "http://www.eecs.wsu.edu/~burgun/research/files/calendarspecs/astronomy.xml" />

  <defaultInputOrder>
    Gregorian
    Astronomy
  </defaultInputOrder>

  <mappings>
    <!-- defaults for groupSize and periodSize are 0, anchor is 0, anchorGranularity is from Granularity -->
    <regularMapping from = "second" fromCalendar = "Gregorian" to = "second" toCalendar = "Astronomy"/>
    <!-- no default url for irregular mappings (none here)-->
  </mappings>

  <defaults token = "[a-zA-Z0-9]+" />  
  
  <!-- descriptor of this specification file -->
  <descriptor>

    <versions>
      <currentVersion tag = "" url = ""/>
      <previousVersion tag = "" url = ""/>
    </versions>

    <contact>
      <name></name>
      <email></email>
    </contact>

    <reference></reference>

    <description></description>

  </descriptor>

</calendricSystemSpecification>
