Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / xml / schema / filter_record_transform.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 include "retrievalinfo.rnc"
6
7 filter_record_transform =
8   attribute type { "record_transform" },
9   attribute id { xsd:NCName }?,
10   attribute name { xsd:NCName }?,
11   retrievalinfo