Doc: module ref entries include RelagNG schema
[metaproxy-moved-to-github.git] / xml / schema / filter_limit.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_limit">
5     <attribute name="type">
6       <value>limit</value>
7     </attribute>
8     <optional>
9       <element name="mp:limit">
10         <optional>
11           <attribute name="bandwidth">
12             <data type="integer"/>
13           </attribute>
14         </optional>
15         <optional>
16           <attribute name="pdu">
17             <data type="integer"/>
18           </attribute>
19         </optional>
20         <optional>
21           <attribute name="search">
22             <data type="integer"/>
23           </attribute>
24         </optional>
25         <optional>
26           <attribute name="retrieve">
27             <data type="integer"/>
28           </attribute>
29         </optional>
30       </element>
31     </optional>
32   </define>
33 </grammar>