zoom: configurable element sets for record transforms.
[metaproxy-moved-to-github.git] / xml / schema / filter_cgi.rng
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Metaproxy XML config file schema -->
3 <grammar xmlns:mp="http://indexdata.com/metaproxy" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
4   <define name="filter_cgi">
5     <attribute name="type">
6       <value>cgi</value>
7     </attribute>
8     <zeroOrMore>
9       <element name="mp:map">
10         <attribute name="path">
11           <data type="string"/>
12         </attribute>
13         <attribute name="exec">
14           <data type="string"/>
15         </attribute>
16       </element>
17     </zeroOrMore>
18   </define>
19 </grammar>