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

complexType "ns:MyeBaySelectionType"
Namespace:
Content:
complex, 8 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 8 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
Specifies how to return the result list for My eBay features such as saved searches, favorite sellers, and second chance offers.
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="MyeBaySelectionType">
<xs:sequence>
<xs:element minOccurs="0" name="Include" type="xs:boolean"/>
<xs:element minOccurs="0" name="IncludeItemCount" type="xs:boolean"/>
<xs:element minOccurs="0" name="IncludeFavoriteSearcheCount" type="xs:boolean"/>
<xs:element minOccurs="0" name="IncludeFavoriteSellerCount" type="xs:boolean"/>
<xs:element minOccurs="0" name="Sort" type="ns:SortOrderCodeType"/>
<xs:element minOccurs="0" name="MaxResults" type="xs:int"/>
<xs:element minOccurs="0" name="UserDefinedListName" type="xs:string"/>
<xs:element minOccurs="0" name="IncludeListContents" type="xs:boolean"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 9/9)
ns:Include
Type:
xs:boolean, predefined, simple content
Specifies whether or not to include the container in the response. Set the value to true to return the default set of fields for the container. Not needed if you set a value for at least one other field in the container.

If you set DetailLevel to ReturnAll, set Include to false to exclude the container from the response.
XML Representation Summary
<ns:Include>
   
Content: 
{ xs:boolean }
</ns:Include>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Include" type="xs:boolean"/>

ns:IncludeFavoriteSearcheCount
Type:
xs:boolean, predefined, simple content
This field is not supported.
XML Representation Summary
<ns:IncludeFavoriteSearcheCount>
   
Content: 
{ xs:boolean }
</ns:IncludeFavoriteSearcheCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="IncludeFavoriteSearcheCount" type="xs:boolean"/>

ns:IncludeFavoriteSellerCount
Type:
xs:boolean, predefined, simple content
Specifies whether or not to include FavoriteSellerCount in the response. Set the value to true to return the default set of fields for the container. Not needed if you set a value for at least one other field in the container.

If you set DetailLevel to ReturnAll, set Include to false to exclude the container from the response.
XML Representation Summary
<ns:IncludeFavoriteSellerCount>
   
Content: 
{ xs:boolean }
</ns:IncludeFavoriteSellerCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="IncludeFavoriteSellerCount" type="xs:boolean"/>

ns:IncludeItemCount
Type:
xs:boolean, predefined, simple content
Specifies whether or not to include the item count in the response. Set the value to true to return the default set of fields for the container. Not needed if you set a value for at least one other field in the container.

If you set DetailLevel to ReturnAll, set Include to false to exclude the container from the response.
XML Representation Summary
<ns:IncludeItemCount>
   
Content: 
{ xs:boolean }
</ns:IncludeItemCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="IncludeItemCount" type="xs:boolean"/>

ns:IncludeListContents
Type:
xs:boolean, predefined, simple content
Specify true to return the full user defined list contents in the response's UserDefinedList containers. A value of false means only a summary of the user defined list will be returned. The default value is false.
XML Representation Summary
<ns:IncludeListContents>
   
Content: 
{ xs:boolean }
</ns:IncludeListContents>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="IncludeListContents" type="xs:boolean"/>

ns:MaxResults
Type:
xs:int, predefined, simple content
Specifies the maximum number of items in the returned list. If not specified, returns all items in the list.
XML Representation Summary
<ns:MaxResults>
   
Content: 
{ xs:int }
</ns:MaxResults>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaxResults" type="xs:int"/>

ns:Sort
Type:
ns:SortOrderCodeType, simple content
Specifies the sort order of the result. Default is Ascending.
XML Representation Summary
<ns:Sort>
   
Content: 
{ enumeration of xs:token }
</ns:Sort>
Simple Content
Enumeration:
"Ascending"
 - 
The results will be sorted by the specified key in ascending (low to high) order.
"Descending"
 - 
The results will be sorted by the specified key in descending (high to low) order.
"CustomCode"
 - 
(out) Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Sort" type="ns:SortOrderCodeType"/>

ns:UserDefinedListName
Type:
xs:string, predefined, simple content
Specifies that only the user defined list whose name matches the given name should be in the returned list. If the user does not have a matching record, no data is returned. If this element is omitted, the information for all records is returned. For use only within the UserDefinedLists element.
XML Representation Summary
<ns:UserDefinedListName>
   
Content: 
{ xs:string }
</ns:UserDefinedListName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UserDefinedListName" 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.