2.7 Filters

The Filters element is an ordered list of Filter elements.

Filter: Specifies a Filter that describes the state of a filter. The Filter element MUST be specified at least once.

The following is the XSD for the Filters element.

   <xs:complexType name="FiltersType">
     <xs:sequence>
       <xs:element name="Filter" type="FilterType" maxOccurs="unbounded" />
     </xs:sequence>
   </xs:complexType>