<?xml version="1.0" encoding="utf-8"?>

<!-- Stage definitions can be found under default/ sub-directory. -->

<workflow xmlns="http://eprints.org/ep3/workflow" xmlns:epc="http://eprints.org/ep3/control">

  <flow>
  	<stage ref="type"/>
  	<stage ref="settings"/>
	<epc:if test="type='compound' or type='multilang'">
		<stage ref="sub_fields"/>
	</epc:if>
  	<stage ref="phrases"/>
	<stage ref="commit"/>
  </flow>
   
</workflow>
