Implemented http_client MP-432
[metaproxy-moved-to-github.git] / xml / schema / filter_http_client.rnc
diff --git a/xml/schema/filter_http_client.rnc b/xml/schema/filter_http_client.rnc
new file mode 100644 (file)
index 0000000..d4c1881
--- /dev/null
@@ -0,0 +1,10 @@
+# Metaproxy XML config file schema
+
+namespace mp = "http://indexdata.com/metaproxy"
+
+filter_http_client =
+  attribute type { "http_client" },
+  attribute id { xsd:NCName }?,
+  attribute name { xsd:NCName }?,
+  element mp:proxy { xsd:string }?
+