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

simpleType "ns:StoreItemListSortOrderCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"EndingFirst"
 - 
Lists items with those ending soon listed first.
"NewlyListed"
 - 
Lists items with those newly listed appearing in the list first.
"LowestPriced"
 - 
Lists items by price in ascending order. The item with the lowest starting price is listed first.
"HighestPriced"
 - 
Lists items by price in descending order. The item with the highest starting price is listed first.
"LowestPricedPlusShipping"
 - 
Lists items by combined price and shipping cost in ascending order. The item with the lowest combined starting price plus shipping cost is listed first.
"HighestPricedPlusShipping"
 - 
Reserved for future use. Lists items by combined price and shipping cost in descending order. The item with the highest combined starting price plus shipping cost is listed first.
"CustomCode"
 - 
(out) Reserved for internal or future use.

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
List of available options for how items are sorted in an eBay Store.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:StoreItemListSortOrderCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="StoreItemListSortOrderCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="EndingFirst"/>
<xs:enumeration value="NewlyListed"/>
<xs:enumeration value="LowestPriced"/>
<xs:enumeration value="HighestPriced"/>
<xs:enumeration value="LowestPricedPlusShipping"/>
<xs:enumeration value="HighestPricedPlusShipping"/>
<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.