Definition Type: ComplexType
Name: PullMessageType
Namespace: http://www.starstandards.org/webservices/2005/10/transport
Containing Schema: STARWSDLDataTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into filter in schema starwsdldatatypes_xsd Drilldown into maxItems in schema starwsdldatatypes_xsdXSD Diagram of PullMessageType in schema starwsdldatatypes_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PullMessageType">
    <xsd:sequence>
        <xsd:element name="filter" type="starws:FilterType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <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>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
filter starws:filter 0 1
Collapse Child Attributes:
Name Type Default Value Use
maxItems starws:maxItems (Optional)
Collapse Derivation Tree:
Collapse References:
starws:PullMessage