z3950_client: separate init timeout MP-596
[metaproxy-moved-to-github.git] / xml / schema / filter_z3950_client.rnc
index 1d7d34c..57fd52b 100644 (file)
@@ -1,22 +1,4 @@
-# Metaproxy XML config file schemas
-# 
-#   Copyright (C) 2005-2011 Index Data.
-# 
-#   See the LICENSE file for details
-# 
-# 
-# The RelaxNG Compact Syntax file 'metaproxy.rnc' is the master copy.
-# 
-# The RelaxNG XML Syntax and XML Schema are generated using 'trang':
-# trang metaproxy.rnc metaproxy.rng 
-# trang metaproxy.rnc metaproxy.xsd 
-# 
-# Config file validation is done using 'xmllint':
-# xmllint -/-relaxng metaproxy.rng ../../../etc/config1.xml 
-# xmllint -/-schema metaproxy.xsd config-bytarget.xml
-# 
-# For information on RelaxNG see http://relaxng.org 
-# see also http://books.xmlschemata.org/relaxng/
+# Metaproxy XML config file schema
 
 namespace mp = "http://indexdata.com/metaproxy"
 
@@ -24,8 +6,13 @@ filter_z3950_client =
   attribute type { "z3950_client" },
   attribute id { xsd:NCName }?,
   attribute name { xsd:NCName }?,
+  element mp:connect-timeout { xsd:integer }?,
+  element mp:init-timeout { xsd:integer }?,
   element mp:timeout { xsd:integer }?,
   element mp:default_target { xsd:string }?,
   element mp:force_target { xsd:string }?,
-  element mp:force_close { xsd:boolean }?
+  element mp:force_close { xsd:boolean }?,
+  element mp:client_ip { xsd:boolean }?,
+  element mp:charset { xsd:string }?,
+  element mp:bind_host { xsd:boolean }?