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

complexType "ns:GetContextualKeywordsRequestType"
Namespace:
Content:
complex, 13 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Retrieves top-ranked contextual eBay keywords and categories for a specified web page.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetContextualKeywordsRequestType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="GetContextualKeywordsRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="URL" type="xs:anyURI"/>
<xs:element minOccurs="0" name="Encoding" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="CategoryID" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/14)
ns:CategoryID
Type:
xs:string, predefined, simple content
The ID of the category to which keywords are to be limited. Zero or more category IDs can be specified.
XML Representation Summary
<ns:CategoryID>
   
Content: 
{ xs:string }
</ns:CategoryID>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="CategoryID" type="xs:string"/>

ns:Encoding
Type:
xs:string, predefined, simple content
Web page encoding by which the URL is to be handled, such as ISO-8859-1.
XML Representation Summary
<ns:Encoding>
   
Content: 
{ xs:string }
</ns:Encoding>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Encoding" type="xs:string"/>

ns:URL
Type:
xs:anyURI, predefined, simple content
The URL of the web page from which eBay is to extract keywords.
XML Representation Summary
<ns:URL>
   
Content: 
{ xs:anyURI }
</ns:URL>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="URL" type="xs:anyURI"/>

 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.