}
}
// Get the DIT content rules attribute from the entry.
DITContentRuleSyntax dcrSyntax;
try
{
dcrSyntax = (DITContentRuleSyntax)
schema.getSyntax(SYNTAX_DIT_CONTENT_RULE_OID);
if (dcrSyntax == null)
{
dcrSyntax = new DITContentRuleSyntax();
dcrSyntax.initializeSyntax(null);
}
}
catch (Exception e)
{
if (debugEnabled())
{
TRACER.debugCaught(DebugLogLevel.ERROR, e);
}
dcrSyntax = new DITContentRuleSyntax();
dcrSyntax.initializeSyntax(null);
}
AttributeType dcrAttrType =
schema.getAttributeType(ATTR_DIT_CONTENT_RULES_LC);
if (dcrAttrType == null)