// If it's absent, and if we have it in the previous entry, that mean we want
// to enable the schema
if ( disabledModification != null )
{
// We are trying to modify the m-disabled attribute.
ModificationOperation modification = disabledModification.getOperation();
EntryAttribute attribute = disabledModification.getAttribute();
hasModification = modifyDisable( opContext, modification, attribute, disabledInEntry );
}
else if ( disabledInEntry != null )