I want to have a relationship between two point feature classes. I would like the destination feature to be deleted if the parent is deleted. But I don't want the geometry of the destination to move if the parent is moved. I tried a with a composite relationship with notification forward (origin to destination). This works for the delete but it also updates the geometry.
