blob: 4003cdb03d9bbea5e176baa0c4da3595f026c819 [file] [log] [blame]
/*
* Copyright (C) 2011 The University of Manchester
*
* See the file "LICENSE" 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";
}