
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEremapValue'>
		<attribute name='outValue' type='maya.float'>
			<label>Out Value</label>
		</attribute>
		<attribute name='inputValue' type='maya.float'>
			<label>Input Value</label>
		</attribute>
		<attribute name='inputMin' type='maya.float'>
			<label>Input Min</label>
		</attribute>
		<attribute name='inputMax' type='maya.float'>
			<label>Input Max</label>
		</attribute>
		<attribute name='outputMin' type='maya.float'>
			<label>Output Min</label>
		</attribute>
		<attribute name='outputMax' type='maya.float'>
			<label>Output Max</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEremapValue'>
		<property name='outValue'/>
		<property name='inputValue'/>
		<property name='inputMin'/>
		<property name='inputMax'/>
		<property name='outputMin'/>
		<property name='outputMax'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEremapValue'>
		<property name='outValue'/>
	</view>
</templates>
