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