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

complexType "ns:BiddingSummaryType"
Namespace:
Content:
complex, 7 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 7 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type used by the BiddingSummary container, which is returned in the GetAllBidders response if the IncludeBiddingSummary boolean field is included and set to true in the call request. The BiddingSummary container consists of bidding history information for a specific bidder (specified in the User.UserID field).
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="BiddingSummaryType">
<xs:sequence>
<xs:element minOccurs="0" name="SummaryDays" type="xs:int"/>
<xs:element minOccurs="0" name="TotalBids" type="xs:int"/>
<xs:element minOccurs="0" name="BidActivityWithSeller" type="xs:int"/>
<xs:element minOccurs="0" name="BidsToUniqueSellers" type="xs:int"/>
<xs:element minOccurs="0" name="BidsToUniqueCategories" type="xs:int"/>
<xs:element minOccurs="0" name="BidRetractions" type="xs:int"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ItemBidDetails" type="ns:ItemBidDetailsType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 8/8)
ns:BidActivityWithSeller
Type:
xs:int, predefined, simple content
This integer value is actually a percentage value that indicates what percentage of the user's total number of bids during the last 30 days (or the number of days specified in the SummaryDays field) has been placed on auction items that the seller has listed. The percentage value is rounded up to the highest whole percentage number.

This field is always returned with the BiddingSummary container.
XML Representation Summary
<ns:BidActivityWithSeller>
   
Content: 
{ xs:int }
</ns:BidActivityWithSeller>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BidActivityWithSeller" type="xs:int"/>

ns:BidRetractions
Type:
xs:int, predefined, simple content
This integer value indicates the total number of bids that the user has retracted (from any and all sellers) during the last 30 days (or the number of days specified in the SummaryDays field).

This field is always returned with the BiddingSummary container.
XML Representation Summary
<ns:BidRetractions>
   
Content: 
{ xs:int }
</ns:BidRetractions>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BidRetractions" type="xs:int"/>

ns:BidsToUniqueCategories
Type:
xs:int, predefined, simple content
This integer value indicates the total number of bids made with unique listing categories that the user has placed during the last 30 days (or the number of days specified in the SummaryDays field).

This field is always returned with the BiddingSummary container.
XML Representation Summary
<ns:BidsToUniqueCategories>
   
Content: 
{ xs:int }
</ns:BidsToUniqueCategories>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BidsToUniqueCategories" type="xs:int"/>

ns:BidsToUniqueSellers
Type:
xs:int, predefined, simple content
This integer value indicates the total number of bids to unique sellers that the user has placed during the last 30 days (or the number of days specified in the SummaryDays field).

This field is always returned with the BiddingSummary container.
XML Representation Summary
<ns:BidsToUniqueSellers>
   
Content: 
{ xs:int }
</ns:BidsToUniqueSellers>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BidsToUniqueSellers" type="xs:int"/>

ns:ItemBidDetails
Type:
ns:ItemBidDetailsType, complex content
This container provides information on each auction item that the user has placed a bid on during the last 30 days (or the number of days specified in the SummaryDays field).
Component Diagram
XML Representation Summary
<ns:ItemBidDetails>
   
Content: 
</ns:ItemBidDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ItemBidDetails" type="ns:ItemBidDetailsType"/>

ns:SummaryDays
Type:
xs:int, predefined, simple content
This integer value indicates the length of time (in number of days) that is being used to calculate all counts in the BiddingSummary container. This value is generally 30 (days), which means that all counts in the container have been calculated from the present time and going back 30 days in the past.

This field is always returned with the BiddingSummary container.
XML Representation Summary
<ns:SummaryDays>
   
Content: 
{ xs:int }
</ns:SummaryDays>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SummaryDays" type="xs:int"/>

ns:TotalBids
Type:
xs:int, predefined, simple content
This integer value indicates the total number of bids (from any and all eBay sellers) that the user has placed during the last 30 days (or the number of days specified in the SummaryDays field).

This field is always returned with the BiddingSummary container.
XML Representation Summary
<ns:TotalBids>
   
Content: 
{ xs:int }
</ns:TotalBids>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TotalBids" type="xs:int"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 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.