for (Attribute a : nfList)
{
for (AttributeValue v : a)
{
// Parse the name form.
NameForm nf;
try
{
nf = NameFormSyntax.decodeNameForm(v.getValue(), schema, false);
nf.getExtraProperties().remove(SCHEMA_PROPERTY_FILENAME);
nf.setSchemaFile(schemaFile);
}
catch (DirectoryException de)
{
if (debugEnabled())
{