query_rewrite: charset conversion of query terms
[metaproxy-moved-to-github.git] / xml / schema / filter_zoom.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_zoom =
6   attribute type { "zoom" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:torus {
10     attribute url { xsd:string },
11     attribute content_url { xsd:string }?,
12     attribute realm { xsd:string },
13     attribute xsldir { xsd:string }?,
14     attribute element_transform { xsd:string }?,
15     attribute element_raw { xsd:string }?,
16     attribute proxy { xsd:string }?,
17     attribute explain_xsl { xsd:string }?,
18     attribute record_xsl { xsd:string }?,
19     element mp:records {
20       element mp:record {
21         element mp:authentication { xsd:string }?,
22         element mp:piggyback { xsd:string }?,
23         element mp:queryEncoding { xsd:string }?,
24         element mp:udb { xsd:string },
25         element mp:cclmap_au { xsd:string }?,
26         element mp:cclmap_date { xsd:string }?,
27         element mp:cclmap_isbn { xsd:string }?,
28         element mp:cclmap_su { xsd:string }?,
29         element mp:cclmap_term { xsd:string }?,
30         element mp:cclmap_ti { xsd:string }?,
31         element mp:elementSet { xsd:string }?,
32         element mp:recordEncoding { xsd:string }?,
33         element mp:requestSyntax { xsd:string }?,
34         element mp:sru { xsd:string }?,
35         element mp:sruVersion { xsd:string }?,
36         element mp:transform { xsd:string }?,
37         element mp:literalTransform { xsd:string }?,
38         element mp:urlRecipe { xsd:string }?,
39         element mp:zurl { xsd:string },
40         element mp:cfAuth { xsd:string }?,
41         element mp:cfProxy { xsd:string }?,
42         element mp:cfSubDB { xsd:string }?,
43         element mp:contentConnector { xsd:string }?,
44         element mp:sortStrategy { xsd:string }?,
45         element mp:sortmap_author { xsd:string }?,
46         element mp:sortmap_date { xsd:string }?,
47         element mp:sortmap_title { xsd:string }?
48       }*
49     }?
50   }?,
51   element mp:fieldmap {
52     attribute cql { xsd:string },
53     attribute ccl { xsd:string }?
54   }*,
55   element mp:cclmap {
56     element mp:qual {
57       attribute name { xsd:string },
58       element mp:attr {
59         attribute type { xsd:string },
60         attribute value { xsd:string }
61       }+
62     }*
63   }?,
64   element mp:contentProxy {
65     attribute server { xsd:string }?,
66     attribute tmp_file { xsd:string }?
67   }?,
68   element mp:log {
69     attribute apdu { xsd:boolean }?
70   }?,
71   element mp:zoom {
72     attribute timeout { xsd:integer }?
73   }?
74
75
76