2.2.3.13 FilterDescriptors

Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog/Resources

Referenced by: Method

A complex type that identifies a list of FilterDescriptors of a Method.

Child Elements:

FilterDescriptor: A FilterDescriptor element (section 2.2.3.12) that specifies a FilterDescriptor.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="FilterDescriptors">
   <xs:sequence>
     <xs:element name="FilterDescriptor" type="bdc:FilterDescriptor" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).