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

complexType "ns:ProductSuggestionType"
Namespace:
Content:
complex, 4 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Identifies an individual product suggestion. The product details include the EPID, Title, Stock photo url and if it is an exact match.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="ProductSuggestionType">
<xs:sequence>
<xs:element minOccurs="0" name="Title" type="xs:string"/>
<xs:element minOccurs="0" name="EPID" type="xs:string"/>
<xs:element minOccurs="0" name="StockPhoto" type="xs:string"/>
<xs:element minOccurs="0" name="Recommended" type="xs:boolean"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:EPID
Type:
xs:string, predefined, simple content
The product reference Id of the product The eBay Product ID, a global reference ID for an eBay catalog product. The ePID is a fixed reference to a product (regardless of version).
XML Representation Summary
<ns:EPID>
   
Content: 
{ xs:string }
</ns:EPID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EPID" type="xs:string"/>

ns:Recommended
Type:
xs:boolean, predefined, simple content
If true, indicates that the product is an exact match, suitable for listing the item.
XML Representation Summary
<ns:Recommended>
   
Content: 
{ xs:boolean }
</ns:Recommended>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Recommended" type="xs:boolean"/>

ns:StockPhoto
Type:
xs:string, predefined, simple content
Fully qualified URL for a stock image (if any) that is associated with the eBay catalog product. The URL is for the image eBay usually displays in product search results (usually 70px tall). It may be helpful to calculate the dimensions of the photo programmatically before displaying it.
XML Representation Summary
<ns:StockPhoto>
   
Content: 
{ xs:string }
</ns:StockPhoto>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="StockPhoto" type="xs:string"/>

ns:Title
Type:
xs:string, predefined, simple content
The title of the product from the eBay catalog.
XML Representation Summary
<ns:Title>
   
Content: 
{ xs:string }
</ns:Title>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Title" 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.