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

complexType "ns:UserDefinedListType"
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
Contains the items, searches and sellers that the user has saved to this list using the "Add to list" feature. The name of the list is given by the "Name" element.
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="UserDefinedListType">
<xs:sequence>
<xs:element minOccurs="0" name="Name" type="xs:string"/>
<xs:element minOccurs="0" name="ItemCount" type="xs:int"/>
<xs:element minOccurs="0" name="FavoriteSearcheCount" type="xs:int"/>
<xs:element minOccurs="0" name="FavoriteSellerCount" type="xs:int"/>
<xs:element minOccurs="0" name="ItemArray" type="ns:ItemArrayType"/>
<xs:element minOccurs="0" name="FavoriteSearches" type="ns:MyeBayFavoriteSearchListType"/>
<xs:element minOccurs="0" name="FavoriteSellers" type="ns:MyeBayFavoriteSellerListType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 8/8)
ns:FavoriteSearcheCount
Type:
xs:int, predefined, simple content
This field is not supported.
XML Representation Summary
<ns:FavoriteSearcheCount>
   
Content: 
{ xs:int }
</ns:FavoriteSearcheCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FavoriteSearcheCount" type="xs:int"/>

ns:FavoriteSearches
Type:
An array of Favorite Searches that the user has added to the user-defined list.
Component Diagram
XML Representation Summary
<ns:FavoriteSearches>
   
Content: 
</ns:FavoriteSearches>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FavoriteSearches" type="ns:MyeBayFavoriteSearchListType"/>

ns:FavoriteSellerCount
Type:
xs:int, predefined, simple content
The value in this field indicates the total number of favorite sellers in the user-defined list. The number of FavoriteSeller nodes returned in the response should match this value.
XML Representation Summary
<ns:FavoriteSellerCount>
   
Content: 
{ xs:int }
</ns:FavoriteSellerCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FavoriteSellerCount" type="xs:int"/>

ns:FavoriteSellers
Type:
An array of Favorite Sellers that the user has added to the user-defined list.
Component Diagram
XML Representation Summary
<ns:FavoriteSellers>
   
Content: 
</ns:FavoriteSellers>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FavoriteSellers" type="ns:MyeBayFavoriteSellerListType"/>

ns:ItemArray
Type:
ns:ItemArrayType, complex content
An array of Items that the user has added to the user-defined list.
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:ItemCount
Type:
xs:int, predefined, simple content
The value in this field indicates the total number of items in the user-defined list. The number of Item nodes in the ItemArray should match this value.
XML Representation Summary
<ns:ItemCount>
   
Content: 
{ xs:int }
</ns:ItemCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemCount" type="xs:int"/>

ns:Name
Type:
xs:string, predefined, simple content
The user's chosen name for this list.
XML Representation Summary
<ns:Name>
   
Content: 
{ xs:string }
</ns:Name>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Name" type="xs:string"/>

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