d4c1881570c1dd73896c673f338fd815f2c99de4
[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:proxy { xsd:string }?
10