<?xml version="1.0" encoding="UTF-8"?>
<!--
  xmldsig-filter2.rnc (derived from xmldsig-filter2.xsd)
  
  Copyright 2011 W3C (Massachusetts Institute of Technology, 
  Institut National de Recherche en Informatique et en Automatique, 
  Keio University). All Rights Reserved.  http://www.w3.org/Consortium/Legal/
  
  Use and distribution of all schemas in this directory are permitted under the terms
  W3C Software Notice and License
  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>
