zoom: configurable element sets for record transforms.
[metaproxy-moved-to-github.git] / xml / schema / filter_zoom.rnc
index 15bc99a..e148d78 100644 (file)
@@ -9,6 +9,8 @@ filter_zoom =
   element mp:torus {
     attribute url { xsd:string },
     attribute xsldir { xsd:string }?,
+    attribute element_transform { xsd:string }?,
+    attribute element_raw { xsd:string }?,
     element mp:records {
       element mp:record {
         element mp:authentication { xsd:string }?,
@@ -16,8 +18,8 @@ filter_zoom =
         element mp:queryEncoding { xsd:string }?,
         element mp:udb { xsd:string },
         element mp:cclmap_au { xsd:string }?,
-       element mp:cclmap_date { xsd:string }?,
-       element mp:cclmap_isbn { xsd:string }?,
+        element mp:cclmap_date { xsd:string }?,
+        element mp:cclmap_isbn { xsd:string }?,
         element mp:cclmap_su { xsd:string }?,
         element mp:cclmap_term { xsd:string }?,
         element mp:cclmap_ti { xsd:string }?,