for (Attribute a : dsrList)
{
for (AttributeValue v : a)
{
// Parse the DIT content rule.
DITStructureRule dsr;
try
{
dsr = DITStructureRuleSyntax.decodeDITStructureRule(
v.getValue(), schema, false);
dsr.getExtraProperties().remove(SCHEMA_PROPERTY_FILENAME);
dsr.setSchemaFile(schemaFile);
}
catch (DirectoryException de)
{
if (debugEnabled())
{