aboutsummaryrefslogtreecommitdiff
path: root/common/res/resources/schemas/xmldsig-filter2.xsd
diff options
context:
space:
mode:
author(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-07-14 12:00:53 +0000
committer(no author) <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-07-14 12:00:53 +0000
commit75f0c0fa71cf9cc460c3500dca8b6a88fd3b1080 (patch)
treeb88fff6263c3bd35c7aca20ff5b95007c1c0870b /common/res/resources/schemas/xmldsig-filter2.xsd
parent970cebaf7512c375788984360c13c2a098eda721 (diff)
downloadmoa-id-spss-tags/Build-1_0_10_D2.tar.gz
moa-id-spss-tags/Build-1_0_10_D2.tar.bz2
moa-id-spss-tags/Build-1_0_10_D2.zip
This commit was manufactured by cvs2svn to create tagtags/Build-1_0_10_D2
'Build-1_0_10_D2'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-1_0_10_D2@13 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common/res/resources/schemas/xmldsig-filter2.xsd')
-rw-r--r--common/res/resources/schemas/xmldsig-filter2.xsd38
1 files changed, 0 insertions, 38 deletions
diff --git a/common/res/resources/schemas/xmldsig-filter2.xsd b/common/res/resources/schemas/xmldsig-filter2.xsd
deleted file mode 100644
index 330eafd19..000000000
--- a/common/res/resources/schemas/xmldsig-filter2.xsd
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- documented out for compatibility with Xerces-2.0.2
- <!DOCTYPE schema
- PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"
- [
- <!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 xmlns="http://www.w3.org/2001/XMLSchema"
- xmlns:xf="http://www.w3.org/2002/06/xmldsig-filter2"
- targetNamespace="http://www.w3.org/2002/06/xmldsig-filter2"
- version="0.1" elementFormDefault="qualified">
-
- <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> \ No newline at end of file