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

simpleType "ns:AccountEntrySortTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"None"
 - 
This is the default value. With this value set, account entries in the GetAccount response are sorted by transaction date (see AccountEntry.Date field) in ascending order (oldest transaction to most recent transaction). This value will produce the same results as the AccountEntryCreatedTimeAscending value.
"AccountEntryCreatedTimeAscending"
 - 
With this value set, account entries in the GetAccount response are sorted by transaction date (see AccountEntry.Date field) in ascending order (oldest transaction to most recent transaction). This value will produce the same results as the None value.
"AccountEntryCreatedTimeDescending"
 - 
With this value set, account entries in the GetAccount response are sorted by transaction date (see AccountEntry.Date field) in descending order (most recent transaction to oldest transaction).
"AccountEntryItemNumberAscending"
 - 
With this value set, account entries in the GetAccount response are sorted by Item ID value (see AccountEntry.ItemID field) in ascending order (oldest eBay listing to most recent eBay listing).
"AccountEntryItemNumberDescending"
 - 
With this value set, account entries in the GetAccount response are sorted by Item ID value (see AccountEntry.ItemID field) in descending order (most recent eBay listing to oldest eBay listing).
"AccountEntryFeeTypeAscending"
 - 
With this value set, account entries in the GetAccount response are sorted in alphabetical order according to each entry's AccountEntry.Description value. When account entries are sorted according to fee type, the secondary sort criterion is transaction date, and for account entries with identical fee types, the oldest account entries will appear first in the response.
"AccountEntryFeeTypeDescending"
 - 
With this value set, account entries in the GetAccount response are sorted in reverse alphabetical order according to each entry's AccountEntry.Description value. When account entries are sorted according to fee type, the secondary sort criterion is transaction date, and for account entries with identical fee types, the oldest account entries will appear first in the response.
"CustomCode"
 - 
(out) Reserved for internal or future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type defining the possible values that can be used in the AccountEntrySortType field of the GetAccount request to sort account entries returned in the response.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:AccountEntrySortTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="AccountEntrySortTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="None"/>
<xs:enumeration value="AccountEntryCreatedTimeAscending"/>
<xs:enumeration value="AccountEntryCreatedTimeDescending"/>
<xs:enumeration value="AccountEntryItemNumberAscending"/>
<xs:enumeration value="AccountEntryItemNumberDescending"/>
<xs:enumeration value="AccountEntryFeeTypeAscending"/>
<xs:enumeration value="AccountEntryFeeTypeDescending"/>
<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.