Definition Type: ComplexType
Name: CriteriaListType
Namespace: http://www.starstandards.org/webservices/2005/10/transport
Containing Schema: STARWSDLDataTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into criteria in schema starwsdldatatypes_xsdXSD Diagram of CriteriaListType in schema starwsdldatatypes_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
criteria starws:criteria (1) unbounded
Collapse Derivation Tree:
Collapse References:
starws:criteriaList