2.2.4.9 dsc:FilterStateType

The dsc:FilterStateType type allows extended attributes on an dsc:FilterStateBaseType type.

 <xs:complexType name="FilterStateType">
    <xs:simpleContent>
       <xs:extension base="dsc:FilterStateBaseType">
          <xs:anyAttribute namespace="##other" processContents="lax"/>
       </xs:extension>
    </xs:simpleContent>
 </xs:complexType>