for (Attribute a : dcrList)
{
for (AttributeValue v : a)
{
// Parse the DIT content rule.
DITContentRule dcr;
try
{
dcr = DITContentRuleSyntax.decodeDITContentRule(
v.getValue(), schema, false);
dcr.getExtraProperties().remove(SCHEMA_PROPERTY_FILENAME);
dcr.setSchemaFile(schemaFile);
}
catch (DirectoryException de)
{
if (debugEnabled())
{