Definition Type: Attribute
Name: queueListIndicator
Namespace: http://www.starstandards.org/webservices/2005/10/transport
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: STARWSDLDataTypes.xsd
Use Optional
Documentation:
When set to true the attribute indicates that the filter is used to assemble a list of elements that could be returned. A list of these elements is returned using a BOD selected for this purpose. Values are true or false. True means to use the indicator, false means not to use it. If the attribute is not included then false is assumed.
Collapse XSD Schema Diagram:
XSD Diagram of queueListIndicator in schema starwsdldatatypes_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:attribute name="queueListIndicator" type="xsd:boolean" use="optional">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                   When set to true the attribute indicates that the filter is used to assemble a list of elements that could be returned.  A list of these elements is returned using a BOD selected for this purpose.
                   Values are true or false.  True means to use the indicator, false means not to use it.  If the attribute is not included then false is assumed. 
                </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>