Why it matters
While technically valid, pointing to ancestors can be confusing and may lead to mistakes. It’s clearer to point to the specific target view.Example
IfWindFarm.turbines expects WindTurbine.windFarm to point to WindFarm,
but it points to Asset (ancestor of WindFarm), this validator recommends the change.