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

complexType "ns:GetBidderListResponseType"
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
Response to a GetBidderList call, which retrieves all items the user is currently bidding on, or has won or purchased.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetBidderListResponseType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="GetBidderListResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="Bidder" type="ns:UserType"/>
<xs:element minOccurs="0" name="BidItemArray" type="ns:ItemArrayType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/18)
ns:Bidder
Type:
ns:UserType, complex content
Data for one eBay bidder.
Component Diagram
XML Representation Summary
<ns:Bidder>
   
Content: 
</ns:Bidder>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Bidder" type="ns:UserType"/>

ns:BidItemArray
Type:
ns:ItemArrayType, complex content
Array of items the bidder has bid on, has won or has lost.
Component Diagram
XML Representation Summary
<ns:BidItemArray>
   
Content: 
</ns:BidItemArray>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BidItemArray" type="ns:ItemArrayType"/>

 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.