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

complexType "ns:RemoveFromWatchListResponseType"
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
The base response type for the RemoveFromWatchList call. The response includes the current count of items on the user's Watch List, as well as the maximum amount of items that can be on the user's Watch List at one time.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:RemoveFromWatchListResponseType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="RemoveFromWatchListResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="WatchListCount" type="xs:int"/>
<xs:element minOccurs="0" name="WatchListMaximum" type="xs:int"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/18)
ns:WatchListCount
Type:
xs:int, predefined, simple content
The current number of items in the user's Watch List (considering that the items specified in the call request were successfully removed).
XML Representation Summary
<ns:WatchListCount>
   
Content: 
{ xs:int }
</ns:WatchListCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="WatchListCount" type="xs:int"/>

ns:WatchListMaximum
Type:
xs:int, predefined, simple content
The maximum number of items allowed in the user's Watch List. Currently this value is 300, and is the same for all sites and all users.
XML Representation Summary
<ns:WatchListMaximum>
   
Content: 
{ xs:int }
</ns:WatchListMaximum>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="WatchListMaximum" type="xs:int"/>

 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.