Made hosts optional.
[shibboleth/sp.git] / schemas / xmldsig-filter2.xsd
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE schema [
3     <!ATTLIST schema
4     xmlns:xf CDATA #FIXED "http://www.w3.org/2002/06/xmldsig-filter2"
5 >
6     <!ENTITY xf 'http://www.w3.org/2002/06/xmldsig-filter2'>
7     <!ENTITY % p ''>
8     <!ENTITY % s ''>
9 ]>
10 <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">
11     <element name="XPath" type="xf:XPathType"/>
12     <complexType name="XPathType">
13         <simpleContent>
14             <extension base="string">
15                 <attribute name="Filter">
16                     <simpleType>
17                         <restriction base="string">
18                             <enumeration value="intersect"/>
19                             <enumeration value="subtract"/>
20                             <enumeration value="union"/>
21                         </restriction>
22                     </simpleType>
23                 </attribute>
24             </extension>
25         </simpleContent>
26     </complexType>
27 </schema>