<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>
|