if (isVisible(attribute) && isOutputElement) {
            // The Element is output element, add the prefix (if used)
            // to visibyUtilized
            String prefix = attribute.getPrefix();
            if (prefix != null && !(prefix.equals(XML) || prefix.equals(XMLNS))) {