DefDescriptor<? extends RootDefinition> desc = attributeSet.getRootDefDescriptor();
if (attributeSet.getValueProvider() != null) {
desc = attributeSet.getValueProvider().getDescriptor();
}
throw new MissingRequiredAttributeException(desc, attr.getName(), attr.getLocation());
}
}
}
}