<?xml version="1.0" encoding="utf-8"?>
<ComponentDefine version="4.0" xmlns="http://www.infoteria.com/asteria/flowengine/definition">
	<xsc>
		<Component category="Sample" icon="" name="DoNothing" toolTip="Do nothing component">
			<Class>DoNothingComponent</Class>
			<Property mapping="false" name="Exception" type="subflow"/>
			<Input accept="ALL"/>
			<Output streamPassThrough="true"/>
		</Component>
	</xsc>
	<xsc lang="ja">
		<Component category="Sample" icon="" name="DoNothing" toolTip="何もしないコンポーネント">
			<Class>DoNothingComponent</Class>
			<Property mapping="false" name="Exception" type="subflow"/>
			<Input accept="ALL"/>
			<Output streamPassThrough="true"/>
		</Component>
	</xsc>
</ComponentDefine>
