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

complexType "ns:GetMyeBayRemindersResponseType"
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
This is the base response type of the GetMyeBayReminders call. This call returns the total counts for My eBay Buying and/or My eBay Selling Reminders for a user.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetMyeBayRemindersResponseType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GetMyeBayRemindersResponseType">
<xs:complexContent>
<xs:extension base="AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="BuyingReminders" type="ns:RemindersType"/>
<xs:element minOccurs="0" name="SellingReminders" type="ns:RemindersType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/18)
ns:BuyingReminders
Type:
ns:RemindersType, complex content
This container is returned if the user included the BuyingReminders container in the call request and set the BuyingReminders.Include value to true. Counts will only be retrieved for My eBay Buying Reminders that the user received during the number of days specified in the BuyingReminders.DurationInDays field in the call request.
Component Diagram
XML Representation Summary
<ns:BuyingReminders>
   
Content: 
</ns:BuyingReminders>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BuyingReminders" type="ns:RemindersType"/>

ns:SellingReminders
Type:
ns:RemindersType, complex content
This container is returned if the user included the SellingReminders container in the call request and set the SellingReminders.Include value to true. Counts will only be retrieved for My eBay Selling Reminders that the user received during the number of days specified in the SellingReminders.DurationInDays field in the call request.
Component Diagram
XML Representation Summary
<ns:SellingReminders>
   
Content: 
</ns:SellingReminders>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SellingReminders" type="ns:RemindersType"/>

 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.