04c6b640c21c4b9393f63bad418ba1e319d38945
[metaproxy-moved-to-github.git] / xml / schema / filter_z3950_client.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_z3950_client =
6   attribute type { "z3950_client" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:timeout { xsd:integer }?,
10   element mp:default_target { xsd:string }?,
11   element mp:force_target { xsd:string }?,
12   element mp:force_close { xsd:boolean }?,
13   element mp:client_ip { xsd:boolean }?
14