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

simpleType "ns:CommentTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Positive"
 - 
This value indicates that the submitting user's experience with the other user (receiving feedback) was rated as a "Positive" experience. If an eBay user receives a Positive rating for an order line item from a Verified User, their overall Feedback score increases by a value of 1.
"Neutral"
 - 
This value indicates that the submitting user's experience with the other user (receiving feedback) was rated as a "Neutral" experience. If an eBay user receives a Neutral rating for an order line item from a Verified User, their overall Feedback score remains the same.
"Negative"
 - 
This value indicates that the submitting user's experience with the other user (receiving feedback) was rated as a "Negative" experience. If an eBay user receives a Negative rating for an order line item from a Verified User, their overall Feedback score decreases by a value of 1.
"Withdrawn"
 - 
This value indicates that a submitted Feedback entry was withdrawn. If a Feedback entry is withdrawn, the effect of that entry on the overall Feedback score is nullified. However, Feedback comments from the withdrawn entry are still visible.
"IndependentlyWithdrawn"
 - 
This value indicates that a submitted Feedback entry was withdrawn based on the decision of a third-party (such as eBay). If a Feedback entry is withdrawn, the effect of that entry on the overall Feedback score is nullified.

This value is only applicable to the eBay Motors site only.
"CustomCode"
 - 
This value is reserved for internal or future use.

All Direct / Indirect Based Elements (4):
ns:CommentType (defined in ns:FeedbackInfoType complexType),
Known Usage Locations
Annotation
This enumerated type list the Feedback ratings that can be left by one eBay user for another user regarding that user's experience with the another user during the purchase/checkout flow of an order line item.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:CommentTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="CommentTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Positive"/>
<xs:enumeration value="Neutral"/>
<xs:enumeration value="Negative"/>
<xs:enumeration value="Withdrawn"/>
<xs:enumeration value="IndependentlyWithdrawn"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
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.