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

complexType "ns:AverageRatingDetailsType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Applicable to sites that support the Detailed Seller Rating (DSR) feature. The AverageRatingDetails container consists of the average detailed seller ratings in an area. When buyers leave an overall Feedback rating (positive, neutral, or negative) for a seller, they also can leave ratings in four areas: item as described, communication, shipping time, and charges for shipping and handling. Users retrieve detailed ratings as averages of the ratings left by buyers.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="AverageRatingDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="RatingDetail" type="ns:FeedbackRatingDetailCodeType"/>
<xs:element minOccurs="0" name="Rating" type="xs:double"/>
<xs:element minOccurs="0" name="RatingCount" type="xs:int"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:Rating
Type:
xs:double, predefined, simple content
This value is the seller's average rating (given by buyers) for the DSR area noted in the corresponding RatingDetail field.
XML Representation Summary
<ns:Rating>
   
Content: 
{ xs:double }
</ns:Rating>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Rating" type="xs:double"/>

ns:RatingCount
Type:
xs:int, predefined, simple content
This value is the total count of buyer ratings given for the DSR area noted in the corresponding RatingDetail field.
XML Representation Summary
<ns:RatingCount>
   
Content: 
{ xs:int }
</ns:RatingCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="RatingCount" type="xs:int"/>

ns:RatingDetail
Type:
The value shown in this field indicates the Detailed Seller Rating area. The corresponding Rating value is the average rating that the seller has received for this DSR area, and the RatingCount value is the total number of buyer ratings that the seller has received in this DSR area. When buyers leave an overall Feedback rating (positive, neutral, or negative) for a seller, they also can leave ratings in four areas: item as described, communication, shipping time, and charges for shipping and handling.
XML Representation Summary
<ns:RatingDetail>
   
Content: 
{ enumeration of xs:token }
</ns:RatingDetail>
Simple Content
Enumeration:
"ItemAsDescribed"
 - 
Detailed seller rating in the area of "item as described."
"Communication"
 - 
Detailed seller rating in the area of "communication."
"ShippingTime"
 - 
Detailed seller rating in the area of "shipping time." Inapplicable to motor vehicle items.
"ShippingAndHandlingCharges"
 - 
Detailed seller rating in the area of "charges for shipping and handling." Inapplicable to motor vehicle items.
"CustomCode"
 - 
(out) Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="RatingDetail" type="ns:FeedbackRatingDetailCodeType"/>

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