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

simpleType "ns:SimpleItemSortCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"BestMatch"
 - 
Sorts items by Best Match, and no sort order applies. If specified, then Best Match sort also applies to CategoryHistogram.
"CustomCode"
 - 
This value is reserved for future or internal use.
"EndTime"
 - 
Sorts by the end time of the listing, in ascending or descending order according to the SortOrder value.
"BidCount"
 - 
Sorts by number of bids on the item, in ascending or descending order according to the SortOrder value.
"Country"
 - 
Sorts by country; no sort order can be specified.
"CurrentBid"
 - 
Sorts by current bid; descending order only.
"Distance"
 - 
Sorts by distance; ascending order only.
"StartDate"
 - 
Sorts by the start time of the listing; recently-listed first.
"BestMatchCategoryGroup"
 - 
Sorts by BestMatchCategoryGroup, so results are grouped by Best Match within a category.
"PricePlusShipping"
 - 
Sorts by total cost, which is item cost plus shipping cost. If SortOrder is included and set to 'Ascending', items are sorted in the following order: Lowest total cost (for items where shipping was properly specified); then freight-shipping items (lowest to highest); and finally, items for which shipping was not specified (lowest to highest).

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This enumerated type defines the sort values that can be used in the FavoriteSearch.ItemSort filter in a GetMyeBayBuying request.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:SimpleItemSortCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (11); see within schema source)
<xs:simpleType name="SimpleItemSortCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="BestMatch"/>
<xs:enumeration value="CustomCode"/>
<xs:enumeration value="EndTime"/>
<xs:enumeration value="BidCount"/>
<xs:enumeration value="Country"/>
<xs:enumeration value="CurrentBid"/>
<xs:enumeration value="Distance"/>
<xs:enumeration value="StartDate"/>
<xs:enumeration value="BestMatchCategoryGroup"/>
<xs:enumeration value="PricePlusShipping"/>
</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.