
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEchoice'>
		<attribute name='output' type='maya.Tdata'>
			<label>Output</label>
		</attribute>
		<attribute name='input' type='maya.Tdata'>
			<label>Input</label>
		</attribute>
		<attribute name='selector' type='maya.long'>
			<label>Selector</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEchoice'>
		<property name='output'/>
		<property name='input'/>
		<property name='selector'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEchoice'>
		<property name='output'/>
	</view>
</templates>
