Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:GetSellerEventsResponseType"
Namespace:
Content:
complex, 17 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Returns the items in an ItemArrayType object for the a seller events that have occurred and that meet any filters specified. There can be zero, one, or multiple ItemType objects. Each ItemType object contains the detail data for one item listing.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetSellerEventsResponseType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GetSellerEventsResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="TimeTo" type="xs:dateTime"/>
<xs:element minOccurs="0" name="ItemArray" type="ns:ItemArrayType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/18)
ns:ItemArray
Type:
ns:ItemArrayType, complex content
Collection of items whose last modified time matches the filters specified in the request. Returns empty if no items were modified within the time range of the request.

If 1 to 2999 items are returned, then the results are complete. If 3000 or more items are returned, it usually means additional items exist within the time range you requested, but they were not all returned.

To retrieve complete results, use a smaller time range in the request so that fewer than 3000 are returned per response.
Component Diagram
XML Representation Summary
<ns:ItemArray>
   
Content: 
</ns:ItemArray>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemArray" type="ns:ItemArrayType"/>

ns:TimeTo
Type:
xs:dateTime, predefined, simple content
Indicates the latest (most recent) date for any date-based filtering specified as input. Specifically, this field contains the value you specified in the StartTimeFrom, EndTimeFrom, or ModTimeFrom filter, if you used a time filter in the request. If no time filter was specified, TimeTo returns the current time.
XML Representation Summary
<ns:TimeTo>
   
Content: 
{ xs:dateTime }
</ns:TimeTo>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TimeTo" type="xs:dateTime"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.