}
}
// Try the base attribute group, if any.
if (apiBaseAttributeGroup != null) {
Scope scope = getScope();
AttributeGroupDefinition definition
= scope.getAttributeGroupDefinition(apiBaseAttributeGroup);
info = (AttributeGroupInfo) definition;
attributesStructureInfo = info.getAttributesStructureInfo();
return attributesStructureInfo.instanceOf(className);