blob: b1ac2c6e7e0902e2cfafd4c8f783c03845074d88 [file] [log] [blame]
/*
* Copyright (C) 2011 The University of Manchester
*
* See the file "LICENSE" for license terms.
*/
@XmlSchema(namespace = DATA, elementFormDefault = QUALIFIED, attributeFormDefault = QUALIFIED, xmlns = {
@XmlNs(prefix = "port", namespaceURI = DATA),
@XmlNs(prefix = "xlink", namespaceURI = XLINK),
@XmlNs(prefix = "run", namespaceURI = RUN) })
package org.taverna.server.port_description;
import static javax.xml.bind.annotation.XmlNsForm.QUALIFIED;
import static org.taverna.server.port_description.Namespaces.DATA;
import static org.taverna.server.port_description.Namespaces.RUN;
import static org.taverna.server.port_description.Namespaces.XLINK;
import javax.xml.bind.annotation.XmlNs;
import javax.xml.bind.annotation.XmlSchema;