<xsd:complexType name="CriteriaListType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="criteria" type="starws:CriteriaType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org"> Criteria contains a unbounded list of filter criteria that can be
applied to a queue. If included it is used to specify what should be retrieved. More than one criteria can
be specified. Each criteria is it's own filter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|