For Torus record fetch, proxy may be given
[metaproxy-moved-to-github.git] / xml / schema / filter_zoom.xsd
index 17ea392..0e37316 100644 (file)
@@ -9,6 +9,7 @@
       <xs:element minOccurs="0" maxOccurs="unbounded" ref="mp:fieldmap"/>
       <xs:element minOccurs="0" ref="mp:cclmap"/>
       <xs:element minOccurs="0" ref="mp:contentProxy"/>
+      <xs:element minOccurs="0" ref="mp:log"/>
     </xs:sequence>
   </xs:group>
   <xs:element name="torus">
@@ -20,6 +21,7 @@
       <xs:attribute name="xsldir" type="xs:string"/>
       <xs:attribute name="element_transform" type="xs:string"/>
       <xs:attribute name="element_raw" type="xs:string"/>
+      <xs:attribute name="proxy" type="xs:string"/>
     </xs:complexType>
   </xs:element>
   <xs:element name="records">
   </xs:element>
   <xs:element name="contentProxy">
     <xs:complexType>
-      <xs:attribute name="server" use="required" type="xs:string"/>
+      <xs:attribute name="server" type="xs:string"/>
+      <xs:attribute name="tmp_file" type="xs:string"/>
+    </xs:complexType>
+  </xs:element>
+  <xs:element name="log">
+    <xs:complexType>
+      <xs:attribute name="apdu" type="xs:boolean"/>
     </xs:complexType>
   </xs:element>
   <xs:attributeGroup name="filter_zoom">