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

complexType "ns:FeedbackInfoType"
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 (3):
Known Usage Locations
Annotation
Type defining the Feedback details for an order line item, including the eBay User ID of the user the feedback is intended for, the Feedback rating, and the Feedback comment.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="FeedbackInfoType">
<xs:sequence>
<xs:element minOccurs="0" name="CommentText" type="xs:string"/>
<xs:element minOccurs="0" name="CommentType" type="ns:CommentTypeCodeType"/>
<xs:element minOccurs="0" name="TargetUser" type="ns:UserIDType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:CommentText
Type:
xs:string, predefined, simple content
Textual comment that explains, clarifies, or justifies the Feedback rating specified in CommentType. This field is required in CompleteSale if the FeedbackInfo container is used.

This comment will still be displayed even if submitted Feedback is withdrawn.
XML Representation Summary
<ns:CommentText>
   
Content: 
{ xs:string }
</ns:CommentText>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommentText" type="xs:string"/>

ns:CommentType
Type:
ns:CommentTypeCodeType, simple content
This value indicates the Feedback rating for the user specified in the TargetUser field. This field is required in CompleteSale if the FeedbackInfo container is used.

A Positive rating increases the user's Feedback score, a Negative rating decreases the user's Feedback score, and a Neutral rating does not affect the user's Feedback score. eBay users also have the right to withdraw feedback for whatever reason.

Sellers cannot leave Neutral or Negative ratings for buyers.
XML Representation Summary
<ns:CommentType>
   
Content: 
{ enumeration of xs:token }
</ns:CommentType>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommentType" type="ns:CommentTypeCodeType"/>

ns:TargetUser
Type:
ns:UserIDType, simple content
This eBay User ID identifies the recipient user for whom the feedback is being left. This field is required in CompleteSale if the FeedbackInfo container is used.
XML Representation Summary
<ns:TargetUser>
   
Content: 
{ xs:string }
</ns:TargetUser>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TargetUser" type="ns:UserIDType"/>

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