a31b3974595b813d7f4aa83230be46804b1770e9
[metaproxy-moved-to-github.git] / xml / schema / filter_record_transform.rng
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Metaproxy XML config file schema -->
3 <grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
4   <include href="retrievalinfo.rng"/>
5   <define name="filter_record_transform">
6     <attribute name="type">
7       <value>record_transform</value>
8     </attribute>
9     <optional>
10       <attribute name="id">
11         <data type="NCName"/>
12       </attribute>
13     </optional>
14     <optional>
15       <attribute name="name">
16         <data type="NCName"/>
17       </attribute>
18     </optional>
19     <ref name="retrievalinfo"/>
20   </define>
21 </grammar>