Also update schema, becuase route is optional for target element.
<target>z3950.indexdata.com/marc</target>
</virtual>
</filter>
- <filter type="multi"/>
+ <filter type="multi">
+ <target auth="myuser/mypassword">localhost:9999</target>
+ </filter>
<filter type="z3950_client">
<timeout>30</timeout>
</filter>
attribute id { xsd:NCName }?,
attribute name { xsd:NCName }?,
element mp:target {
- attribute route { xsd:string },
+ attribute route { xsd:string }?,
attribute auth { xsd:string }?,
xsd:string
}*,