}
}
// Get the DIT structure rules attribute from the entry.
DITStructureRuleSyntax dsrSyntax;
try
{
dsrSyntax = (DITStructureRuleSyntax)
schema.getSyntax(SYNTAX_DIT_STRUCTURE_RULE_OID);
if (dsrSyntax == null)
{
dsrSyntax = new DITStructureRuleSyntax();
dsrSyntax.initializeSyntax(null);
}
}
catch (Exception e)
{
if (debugEnabled())
{
TRACER.debugCaught(DebugLogLevel.ERROR, e);
}
dsrSyntax = new DITStructureRuleSyntax();
dsrSyntax.initializeSyntax(null);
}
AttributeType dsrAttrType =
schema.getAttributeType(ATTR_DIT_STRUCTURE_RULES_LC);
if (dsrAttrType == null)