Repository: incubator-taverna-workbench
Updated Branches:
  refs/heads/master 164abb32d -> 52817a335


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/52817a33/taverna-perspective-biocatalogue/src/main/xsd/xlink.xsd
----------------------------------------------------------------------
diff --git a/taverna-perspective-biocatalogue/src/main/xsd/xlink.xsd 
b/taverna-perspective-biocatalogue/src/main/xsd/xlink.xsd
deleted file mode 100644
index 6c2034b..0000000
--- a/taverna-perspective-biocatalogue/src/main/xsd/xlink.xsd
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- METS XLink Schema, v. 2, Nov. 15, 2004 -->
-<!--  Downloaded from http://www.loc.gov/standards/mets/xlink.xsd at 
2007-04-19 -->
-<!--  Downloaded from 
http://taverna.cvs.sf.net/viewvc/taverna/taverna-service/taverna-interface/src/main/resources/xlink.xsd?view=log
 at 2009-10-19 -->
-<schema targetNamespace="http://www.w3.org/1999/xlink"; 
xmlns="http://www.w3.org/2001/XMLSchema"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; elementFormDefault="qualified">
-  <!--  global attributes  --> 
-  <attribute name="href"  type="anyURI"/>
-  <attribute name="role" type="string"/>
-  <attribute name="arcrole" type="string"/>
-  <attribute name="title" type="string" /> 
-  <attribute name="show">
-    <simpleType>
-
-      <restriction base="string">
-       <enumeration value="new" /> 
-       <enumeration value="replace" /> 
-       <enumeration value="embed" /> 
-       <enumeration value="other" /> 
-       <enumeration value="none" /> 
-      </restriction>
-    </simpleType>
-  </attribute>
-  <attribute name="actuate">
-    <simpleType>
-
-      <restriction base="string">
-       <enumeration value="onLoad" /> 
-       <enumeration value="onRequest" /> 
-       <enumeration value="other" /> 
-       <enumeration value="none" /> 
-      </restriction>
-    </simpleType>
-  </attribute>
-  <attribute name="label" type="string" /> 
-  <attribute name="from" type="string" /> 
-  <attribute name="to" type="string" /> 
-  <attributeGroup name="simpleLink">
-
-    <attribute name="type" type="string" fixed="simple" form="qualified" /> 
-    <attribute ref="xlink:href" use="optional" /> 
-    <attribute ref="xlink:role" use="optional" /> 
-    <attribute ref="xlink:arcrole" use="optional" /> 
-    <attribute ref="xlink:title" use="optional" /> 
-    <attribute ref="xlink:show" use="optional" /> 
-    <attribute ref="xlink:actuate" use="optional" /> 
-  </attributeGroup>
-  <attributeGroup name="extendedLink">
-    <attribute name="type" type="string" fixed="extended" form="qualified" /> 
-    <attribute ref="xlink:role" use="optional" /> 
-    <attribute ref="xlink:title" use="optional" /> 
-  </attributeGroup>
-  <attributeGroup name="locatorLink">
-
-    <attribute name="type" type="string" fixed="locator" form="qualified" /> 
-    <attribute ref="xlink:href" use="required" /> 
-    <attribute ref="xlink:role" use="optional" /> 
-    <attribute ref="xlink:title" use="optional" /> 
-    <attribute ref="xlink:label" use="optional" /> 
-  </attributeGroup>
-  <attributeGroup name="arcLink">
-    <attribute name="type" type="string" fixed="arc" form="qualified" /> 
-    <attribute ref="xlink:arcrole" use="optional" /> 
-    <attribute ref="xlink:title" use="optional" /> 
-    <attribute ref="xlink:show" use="optional" /> 
-    <attribute ref="xlink:actuate" use="optional" /> 
-    <attribute ref="xlink:from" use="optional" /> 
-    <attribute ref="xlink:to" use="optional" /> 
-  </attributeGroup>
-
-  <attributeGroup name="resourceLink">
-    <attribute name="type" type="string" fixed="resource" form="qualified" /> 
-    <attribute ref="xlink:role" use="optional" /> 
-    <attribute ref="xlink:title" use="optional" /> 
-    <attribute ref="xlink:label" use="optional" /> 
-  </attributeGroup>
-  <attributeGroup name="titleLink">
-    <attribute name="type" type="string" fixed="title" form="qualified" /> 
-  </attributeGroup>
-  <attributeGroup name="emptyLink">
-    <attribute name="type" type="string" fixed="none" form="qualified" /> 
-  </attributeGroup>
-
-</schema>

Reply via email to