<?xml version="1.0"?>
<ES3Request type="getLineage">
	<traversal>
		<uuidStart>2cc48148-feae-4921-b88c-270212f844ae</uuidStart>
		<direction>forward</direction>
		<granularity>link</granularity>
		<terminationConditions>
		    <transformation>
			<where>
				<name><regex>.*softmean.*</regex></name>
                        </where>
                     </transformation>
		</terminationConditions>
		<select>
			<transformation>
				<where>
					<name><regex>.*softmean</regex></name>
                                </where>
                        </transformation>
                </select>
	</traversal>
	<output>
		<format>xml</format>
		<detailLevel>full</detailLevel>
	</output>
</ES3Request> 
