2.2.4.13 dsc:FilterType

The dsc:FilterType includes the dialect and configuration for a single filter within the scan repository.

 <xs:complexType name="FilterType">
    <xs:sequence>
       <xs:element name="Dialect" type="xs:QName"/>
       <xs:element name="FilterConfig" type="dsc:FilterConfigType"/>
       <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
 </xs:complexType>