Change target profile parameter CfSubDb to CfSubDB
[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 realm { xsd:string },
12     attribute xsldir { xsd:string }?,
13     attribute element_transform { xsd:string }?,
14     attribute element_raw { xsd:string }?,
15     attribute proxy { xsd:string }?,
16     element mp:records {
17       element mp:record {
18         element mp:authentication { xsd:string }?,
19         element mp:piggyback { xsd:string }?,
20         element mp:queryEncoding { xsd:string }?,
21         element mp:udb { xsd:string },
22         element mp:cclmap_au { xsd:string }?,
23         element mp:cclmap_date { xsd:string }?,
24         element mp:cclmap_isbn { xsd:string }?,
25         element mp:cclmap_su { xsd:string }?,
26         element mp:cclmap_term { xsd:string }?,
27         element mp:cclmap_ti { xsd:string }?,
28         element mp:elementSet { xsd:string }?,
29         element mp:recordEncoding { xsd:string }?,
30         element mp:requestSyntax { xsd:string }?,
31         element mp:sru { xsd:string }?,
32         element mp:transform { xsd:string }?,
33         element mp:literalTransform { xsd:string }?,
34         element mp:urlRecipe { xsd:string }?,
35         element mp:zurl { xsd:string },
36         element mp:cfAuth { xsd:string }?,
37         element mp:cfProxy { xsd:string }?,
38         element mp:cfSubDB { xsd:string }?,
39         element mp:contentConnector { xsd:string }?,
40         element mp:sortStrategy { xsd:string }?,
41         element mp:sortmap_author { xsd:string }?,
42         element mp:sortmap_date { xsd:string }?,
43         element mp:sortmap_title { xsd:string }?
44       }*
45     }?
46   }?,
47   element mp:fieldmap {
48     attribute cql { xsd:string },
49     attribute ccl { xsd:string }?
50   }*,
51   element mp:cclmap {
52     element mp:qual {
53       attribute name { xsd:string },
54       element mp:attr {
55         attribute type { xsd:string },
56         attribute value { xsd:string }
57       }+
58     }*
59   }?,
60   element mp:contentProxy {
61     attribute server { xsd:string }?,
62     attribute tmp_file { xsd:string }?
63   }?,
64   element mp:log {
65     attribute apdu { xsd:boolean }?
66   }?
67
68
69