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

complexType "ns:SuggestedCategoryType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines a suggested category, returned in response to a search for categories that contain listings with certain keywords in their titles and descriptions.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="SuggestedCategoryType">
<xs:sequence>
<xs:element minOccurs="0" name="Category" type="ns:CategoryType"/>
<xs:element name="PercentItemFound" type="xs:int"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:Category
Type:
ns:CategoryType, complex content
Describes a category that contains items that match the query.
Component Diagram
XML Representation Summary
<ns:Category>
   
Content: 
</ns:Category>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Category" type="ns:CategoryType"/>

ns:PercentItemFound
Type:
xs:int, predefined, simple content
Percentage of the matching items that were found in this category, relative to other categories in which matching items were also found. Indicates the distribution of matching items across the suggested categories.
XML Representation Summary
<ns:PercentItemFound>
   
Content: 
{ xs:int }
</ns:PercentItemFound>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="PercentItemFound" type="xs:int"/>

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