<?xml version="1.0" encoding="windows-1252"?>
<definition>
	<rules>
		<stereotypeRules>
			<stereotypeRule id="stereotype_is_ItemDefinition" stereotype="DMN1.1::ItemDefinition"/>
			<stereotypeRule id="stereotype_is_Decision" stereotype="DMN1.1::Decision"/>
			<stereotypeRule id="stereotype_is_InputData" stereotype="DMN1.1::InputData"/>
		</stereotypeRules>
	</rules>

	<dragSources>
		<dragSourceStereotype rule="stereotype_is_ItemDefinition">
			<dragSource rule="stereotype_is_ItemDefinition">
				<dropTarget rule="stereotype_is_Decision">
					<commandId>CMD_ITEMDEFINITION_TO_DECISION_VARIABLETYPEREF_OVERWRITE</commandId>
				</dropTarget>
				<dropTarget rule="stereotype_is_InputData">
					<commandId>CMD_ITEMDEFINITION_TO_INPUTDATA_TYPEREF_OVERWRITE</commandId>
				</dropTarget>
			</dragSource>
		</dragSourceStereotype>
	</dragSources>
	<commands>
		<command id="CMD_ITEMDEFINITION_TO_DECISION_VARIABLETYPEREF_OVERWRITE" display="set variable type">
			<action tag="variableTypeRef" value="source_guid" type="overwrite"/>
			<action tag="variableType" value="custom" type="overwrite"/>
		</command>
		<command id="CMD_ITEMDEFINITION_TO_INPUTDATA_TYPEREF_OVERWRITE" display="set type">
			<action tag="typeRef" value="source_guid" action="overwrite"/>
		</command>
	</commands>
</definition>