<!-- calendric system name is only used for informative purposes -->
<calendricSystem name = "UofALimitedCalendricSystem">


	<importCalendar name="ADGregorian"  
url="file:///local/users/cdyreson/tauzaman/tests/iotests/files/ADGregorianCalendar.xml" />
	<importCalendar name="UofACalendar" url= "file:///local/users/cdyreson/tauzaman/tests/iotests/files/UofACalendar.xml" />
  
	<defaultInputOrder> ADGregorian UofACalendar </defaultInputOrder>

	<mappings>
		<irregularMapping from="hour" fromCalendar = "UofACalendar" to="hour" toCalendar = "ADGregorian" 
url="file:///local/users/cdyreson/tauzaman/tests/iotests/files/UofALimitedCalendricSystem.class" relationship = "congruent" >
			<method name="castUofAHourToGregHour"/>
		</irregularMapping>

		<irregularMapping from="hour" fromCalendar = "ADGregorian" to="hour" toCalendar = "UofACalendar" 
url="file:///local/users/cdyreson/tauzaman/tests/iotests/files/UofALimitedCalendricSystem.class" relationship = "congruent" >
			<method name="castGregHourToUofAHour"/>
		</irregularMapping>
	</mappings>
        
        <defaults token="[a-zA-Z0-9]+" /> 
	
</calendricSystem>