http_client: new setting default-host
[metaproxy-moved-to-github.git] / xml / schema / filter_http_client.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_http_client =
6   attribute type { "http_client" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:default-host { xsd:string }?,
10   element mp:proxy { xsd:string }?
11