<!-- Last Updated: 2003/3/28 -->

<!-- calendric system name is only used for informative purposes -->
<calendricSystem name = "UofALimitedCalendricSystem">


	<importCalendar name="ADGregorian"  url="http://www.cs.arizona.edu/~jessica/research/tauZaman/ADGregorianCalendar.xml" />
	<importCalendar name="UofACalendar" url="http://www.cs.arizona.edu/~jessica/research/tauZaman/UofACalendar.xml" />
  
	<defaultInputOrder> ADGregorian UofACalendar </defaultInputOrder>

	<mappings>
		<irregularMapping from="hour" fromCalendar = "UofACalendar" to="hour" toCalendar = "ADGregorian" url="http://www.cs.arizona.edu/~jessica/research/tauZaman/UofALimitedCalendricSystem.class" relationship = "congruent" >
			<method name="castUofAHourToGregHour"/>
		</irregularMapping>

		<irregularMapping from="hour" fromCalendar = "ADGregorian" to="hour" toCalendar = "UofACalendar" url="http://www.cs.arizona.edu/~jessica/research/tauZaman/UofALimitedCalendricSystem.class" relationship = "congruent" >
			<method name="castGregHourToUofAHour"/>
		</irregularMapping>
	</mappings>
        
        <defaults token="[a-zA-Z0-9]+" /> 
	
</calendricSystem>