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

simpleType "ns:BestOfferTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"BuyerBestOffer"
 - 
This value indicates that the offer is an original Best Offer made by a prospective buyer to the seller.
"BuyerCounterOffer"
 - 
This value indicates that the offer is a prospective buyer's counter offer against the seller's counter offer.
"SellerCounterOffer"
 - 
This value indicates that the offer is a seller's counter offer against the seller's original Best Offer.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Enumerated type that defines the possible offer types for the Best Offer feature.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:BestOfferTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="BestOfferTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="BuyerBestOffer"/>
<xs:enumeration value="BuyerCounterOffer"/>
<xs:enumeration value="SellerCounterOffer"/>
<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.