Doc: module ref entries include RelagNG schema
[metaproxy-moved-to-github.git] / xml / schema / filter_bounce.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Metaproxy XML config file schema -->
3 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:mp="http://indexdata.com/metaproxy" xmlns:y="http://indexdata.com/yaz">
4   <xs:import namespace="http://indexdata.com/metaproxy" schemaLocation="metaproxy.xsd"/>
5   <xs:import namespace="http://indexdata.com/yaz" schemaLocation="retrievalinfo.xsd"/>
6   <xs:attributeGroup name="filter_bounce">
7     <xs:attribute name="type" use="required">
8       <xs:simpleType>
9         <xs:restriction base="xs:token">
10           <xs:enumeration value="bounce"/>
11         </xs:restriction>
12       </xs:simpleType>
13     </xs:attribute>
14     <xs:attribute name="id" type="xs:NCName"/>
15     <xs:attribute name="name" type="xs:NCName"/>
16   </xs:attributeGroup>
17 </xs:schema>