definesScaleGrid = true;
}
else if (FXG_ID_ATTRIBUTE.equals(name))
{
//The id attribute is not allowed on the Group child a Definition.
problems.add(new FXGInvalidGroupIDAttributeProblem(getDocumentPath(), getStartLine(), getStartColumn()));
}
else
{
super.setAttribute(name, value, problems);
}