<%-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --%> <%-- - Confirm deletion of a DC schema - - Attributes: - schema - schema we may delete --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="org.dspace.content.MetadataSchema" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <% MetadataSchema schema = (MetadataSchema) request.getAttribute("schema"); %> <%--

Delete Dublin Core Schema

--%>

<%= schema.getName() %>

<%--

Are you sure the schema <%= schema.getNamespace() %> should be deleted?

--%>

<%= schema.getName() %>

<%--

This will result in an error if any metadata fields exist within this schema.

--%>

<%-- --%> "> <%-- --%> ">