<?xml version="1.0" encoding="UTF-8"?>
<!--
  xmldsig-filter2.rnc (derived from xmldsig-filter2.xsd)
-->
<!--
#
# Copyright ©[2011] World Wide Web Consortium 
# (Massachusetts Institute of Technology,  
#  European Research Consortium for Informatics and Mathematics, 
#  Keio University). All Rights Reserved.  
# This work is distributed under the W3C® Software License [1] in the
# hope that it will be useful, but WITHOUT ANY WARRANTY; without even
# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
# PURPOSE. 
# [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
#
-->

<grammar ns="http://www.w3.org/2002/06/xmldsig-filter2" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="">
  <start>
    <element name="XPath">
      <attribute name="Filter">
        <choice>
          <value type="string">intersect</value>
          <value type="string">substract</value>
          <value type="string">union</value>
        </choice>
      </attribute>
      <text/>
    </element>
  </start>
</grammar>
