Doc: module ref entries include RelagNG schema
[metaproxy-moved-to-github.git] / xml / schema / filter_http_file.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_http_file">
5     <attribute name="type">
6       <value>http_file</value>
7     </attribute>
8     <optional>
9       <attribute name="id">
10         <data type="NCName"/>
11       </attribute>
12     </optional>
13     <optional>
14       <attribute name="name">
15         <data type="NCName"/>
16       </attribute>
17     </optional>
18     <element name="mp:mimetypes">
19       <data type="string"/>
20     </element>
21     <element name="mp:area">
22       <element name="mp:documentroot">
23         <data type="string"/>
24       </element>
25       <element name="mp:prefix">
26         <data type="string"/>
27       </element>
28     </element>
29   </define>
30 </grammar>