
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEframeCache'>
		<attribute name='future' type='maya.double'>
			<label>Future</label>
		</attribute>
		<attribute name='past' type='maya.double'>
			<label>Past</label>
		</attribute>
		<attribute name='varying' type='maya.double'>
			<label>Varying</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEframeCache'>
		<property name='future'/>
		<property name='past'/>
		<property name='varying'/>
	</view>
</templates>
