Definition Type: Attribute
Name: maxItems
Namespace: http://www.starstandards.org/webservices/2009/transport
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: STARWSDLDataTypes4.xsd
Use (Optional)
Documentation:
The maximum number of items to be sent. The service may send less than the number requested but should never send more than the number requested in any one pulling session.
Collapse XSD Schema Diagram:
XSD Diagram of maxItems in schema starwsdldatatypes4_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:attribute name="maxItems" type="xsd:integer">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org"> The maximum number of items to be sent. The service may send less
          than the number requested but should never send more than the number requested in any one pulling session.
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>