
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEchooser'>
		<attribute name='output' type='maya.bool'>
			<label>Output</label>
		</attribute>
		<attribute name='displayLevel' type='maya.enum'>
			<label>Display Level</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEchooser'>
		<property name='output'/>
		<property name='displayLevel'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEchooser'>
		<property name='output'/>
	</view>
</templates>
