package com.k_int.discover.service;

/**
 * A simple class to keep track of the different namespaces used within the 
 * different handlers used within the Discover3 handlers
 * 
 * @author rpb rich@k-int.com
 * @version 1.0 14.04.09
 *
 */

public final class HandlerNamespaces {

	public static final String XMLNS_DC 			=	"http://purl.org/dc/elements/1.1/";
	public static final String XMLNS_DCTERMS 		= 	"http://purl.org/dc/terms/";
	public static final String XMLNS_PNDS_DC 		= 	"http://purl.org/mla/pnds/pndsdc/";
	public static final String XMLNS_PNDS_DC_E20CL 	= 	"http://www.20thcenturylondon.org.uk";
	public static final String XMLNS_PNDSTERMS 		= 	"http://purl.org/mla/pnds/terms/";
	public static final String XMLNS_XSI 			= 	"http://www.w3.org/2001/XMLSchema-instance";
}
