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

simpleType "ns:BuyerProtectionCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"ItemIneligible"
 - 
This value indicates that the item is ineligible for buyer protection. In many cases, the item is ineligible for buyer protection due to the listing category.
"ItemEligible"
 - 
This value indicates that the item is eligible for buyer protection.
"ItemMarkedIneligible"
 - 
This value indicates that customer support has marked the item as ineligible per special criteria (e.g., seller's account closed).
"ItemMarkedEligible"
 - 
This value indicates that customer support has marked the item as eligible per special criteria.
"NoCoverage"
 - 
This value indicates that the item is ineligible for coverage under any buyer protection program.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
This enumeration type indicates the item's eligibility status for PayPal's buyer protection program or eBay's Money Back Guarantee program.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:BuyerProtectionCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="BuyerProtectionCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="ItemIneligible"/>
<xs:enumeration value="ItemEligible"/>
<xs:enumeration value="ItemMarkedIneligible"/>
<xs:enumeration value="ItemMarkedEligible"/>
<xs:enumeration value="NoCoverage"/>
<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.