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

complexType "ns:AverageRatingSummaryType"
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
This type is used by the AverageRatingSummary container that is returned in the GetFeedback call to display the seller's rating information across the four different Detail Seller Rating areas. The Detail Seller Rating subject areas include Item as Described, Communication, Shipping Time, and Shipping and Handling charges.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="AverageRatingSummaryType">
<xs:sequence>
<xs:element minOccurs="0" name="FeedbackSummaryPeriod" type="ns:FeedbackSummaryPeriodCodeType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="AverageRatingDetails" type="ns:AverageRatingDetailsType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:AverageRatingDetails
Type:
Applicable to sites that support the Detailed Seller Ratings feature. Each 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.
Component Diagram
XML Representation Summary
<ns:AverageRatingDetails>
   
Content: 
</ns:AverageRatingDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="AverageRatingDetails" type="ns:AverageRatingDetailsType"/>

ns:FeedbackSummaryPeriod
Type:
This enumeration value will indicate whether the statistics in each AverageRatingDetails container is for the last year (FiftyTwoWeeks) or the last month (ThirtyDays).
XML Representation Summary
<ns:FeedbackSummaryPeriod>
   
Content: 
{ enumeration of xs:token }
</ns:FeedbackSummaryPeriod>
Simple Content
Enumeration:
"ThirtyDays"
 - 
This enumeration value indicates that the Detailed Seller Rating statistics shown under each AverageRatingDetails container were compiled over the last 30 days.
"FiftyTwoWeeks"
 - 
This enumeration value indicates that the Detailed Seller Rating statistics shown under each AverageRatingDetails container were compiled over the last 52 weeks, or one year.
"CustomCode"
 - 
Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FeedbackSummaryPeriod" type="ns:FeedbackSummaryPeriodCodeType"/>

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