complexType "ns:FeedbackPeriodType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
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: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
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> |
|
|
</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"/>
|