Removed unneeded schema.
authorcantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 11 Feb 2005 15:29:00 +0000 (15:29 +0000)
committercantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 11 Feb 2005 15:29:00 +0000 (15:29 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1237 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/schemas/xmldsig-filter2.xsd [deleted file]

diff --git a/src/schemas/xmldsig-filter2.xsd b/src/schemas/xmldsig-filter2.xsd
deleted file mode 100755 (executable)
index 27c7b12..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE schema [
-    <!ATTLIST schema
-    xmlns:xf CDATA #FIXED "http://www.w3.org/2002/06/xmldsig-filter2"
->
-    <!ENTITY xf 'http://www.w3.org/2002/06/xmldsig-filter2'>
-    <!ENTITY % p ''>
-    <!ENTITY % s ''>
-]>
-<schema targetNamespace="http://www.w3.org/2002/06/xmldsig-filter2" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xf="http://www.w3.org/2002/06/xmldsig-filter2" elementFormDefault="qualified" version="0.1">
-    <element name="XPath" type="xf:XPathType"/>
-    <complexType name="XPathType">
-        <simpleContent>
-            <extension base="string">
-                <attribute name="Filter">
-                    <simpleType>
-                        <restriction base="string">
-                            <enumeration value="intersect"/>
-                            <enumeration value="subtract"/>
-                            <enumeration value="union"/>
-                        </restriction>
-                    </simpleType>
-                </attribute>
-            </extension>
-        </simpleContent>
-    </complexType>
-</schema>