Forgot to remove old schema.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 20 May 2005 16:36:17 +0000 (16:36 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 20 May 2005 16:36:17 +0000 (16:36 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1651 cb58f699-b61c-0410-a6fe-9272a202ed29

schemas/Makefile.am
schemas/xmldsig-filter2.xsd [deleted file]

index c37f9bc..430d8b8 100644 (file)
@@ -11,7 +11,6 @@ pkgxml_DATA = \
                 cs-sstc-schema-protocol-1.1.xsd \
                 soap-envelope.xsd \
                 xmldsig-core-schema.xsd \
-                xmldsig-filter2.xsd \
                                xenc-schema.xsd \
                 xml.xsd \
                 shibboleth.xsd \
diff --git a/schemas/xmldsig-filter2.xsd b/schemas/xmldsig-filter2.xsd
deleted file mode 100644 (file)
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>