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

complexType "ns:FeedbackPeriodType"
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 FeedbackPeriod containers that are returned in the GetFeedback call to indicate how many Negative, Neutral, Positive, Retracted, and Total Feedback entries a user has received within different periods of time, typically 30 days, 180 days, and 365 days.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="FeedbackPeriodType">
<xs:sequence>
<xs:element minOccurs="0" name="PeriodInDays" type="xs:int"/>
<xs:element minOccurs="0" name="Count" 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:Count
Type:
xs:int, predefined, simple content
This integer value indicates the total number of Feedback entries that occurred within the time period specified in the PeriodInDays field. This field is always returned with the FeedbackPeriod container.
XML Representation Summary
<ns:Count>
   
Content: 
{ xs:int }
</ns:Count>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Count" type="xs:int"/>

ns:PeriodInDays
Type:
xs:int, predefined, simple content
This integer value indicates the total number of days in the time period for the Feedback count. Typically, the returned time periods are 30 days, 180 days, and 365 days. This field is always returned with the FeedbackPeriod container.
XML Representation Summary
<ns:PeriodInDays>
   
Content: 
{ xs:int }
</ns:PeriodInDays>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PeriodInDays" 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.