Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / xml / schema / filter_sru_z3950.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_sru_z3950 =
6   attribute type { "sru_z3950" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:stylesheet { xsd:string }?,
10   element mp:database {  
11      attribute name { xsd:NCName },
12      any        
13   }*
14