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

complexType "ns:GetSuggestedCategoriesResponseType"
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 of a GetSuggestedCategories call. This response includes an array of categories with the highest number of listings whose listing titles or descriptions contain the keywords specified in the Query field of the call request.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetSuggestedCategoriesResponseType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GetSuggestedCategoriesResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="SuggestedCategoryArray" type="ns:SuggestedCategoryArrayType"/>
<xs:element minOccurs="0" name="CategoryCount" type="xs:int"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/18)
ns:CategoryCount
Type:
xs:int, predefined, simple content
This integer value indicates the number of suggested categories that were found that matched the keywords.
XML Representation Summary
<ns:CategoryCount>
   
Content: 
{ xs:int }
</ns:CategoryCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CategoryCount" type="xs:int"/>

ns:SuggestedCategoryArray
Type:
This container consists of an array of suggested listing categories for an item based on the keywords that were specified in the Query field of the call request. Up to 10 suggested categories may be returned. This container will always be returned unless the query in the request exceeds the maximum allowed characters. The quality/accuracy of the results may depend on the quality of the query string.
Component Diagram
XML Representation Summary
<ns:SuggestedCategoryArray>
   
Content: 
</ns:SuggestedCategoryArray>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SuggestedCategoryArray" type="ns:SuggestedCategoryArrayType"/>

 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.