
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEfloatMath'>
		<attribute name='outFloat' type='maya.float'>
			<label>Out Float</label>
		</attribute>
		<attribute name='floatA' type='maya.float'>
			<label>Float A</label>
		</attribute>
		<attribute name='floatB' type='maya.float'>
			<label>Float B</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEfloatMath'>
		<property name='outFloat'/>
		<property name='floatA'/>
		<property name='floatB'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEfloatMath'>
		<property name='outFloat'/>
	</view>
</templates>
