blob: 4f581b081e565c2125e0987a3145621fc33a2f3f [file] [log] [blame]
/*
* Copyright (C) 2011 The University of Manchester
*
* See the file "LICENSE.txt" for license terms.
*/
package org.taverna.server.port_description;
public interface Namespaces {
static final String DATA = "http://ns.taverna.org.uk/2010/port/";
static final String RUN = "http://ns.taverna.org.uk/2010/run/";
static final String XLINK = "http://www.w3.org/1999/xlink";
}