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

simpleType "ns:StoreSubscriptionLevelCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Close"
 - 
This value is passed into the Store.SubscriptionLevel field of a SetStore call to cancel your current eBay Store subscription. Despite its name, this action does not close your store immediately. Any active listings will remain available through your eBay Store until those listings have ended (either through a sale or when listing end time has been reached).
"Basic"
 - 
This enumeration value indicates that the eBay user has a Basic eBay Store subscription.
"Featured"
 - 
This enumeration value indicates that the eBay user has a Premium eBay Store subscription.
"Anchor"
 - 
This enumeration value indicates that the eBay user has an Anchor eBay Store subscription.
"Starter"
 - 
This enumeration value indicates that the eBay user has a Starter eBay Store subscription.
"Enterprise"
 - 
This enumeration value indicates that the eBay user has an Enterprise eBay Store subscription.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (2):
ns:SubscriptionLevel (defined in ns:StoreType complexType)
Known Usage Locations
Annotation
This enumerated type contains the different subscription levels that a seller may subscribe to for their eBay Store. There is also one enumeration value (Close) that allows a seller to cancel their current eBay Store subscription with a SetStore call.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:StoreSubscriptionLevelCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="StoreSubscriptionLevelCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Close"/>
<xs:enumeration value="Basic"/>
<xs:enumeration value="Featured"/>
<xs:enumeration value="Anchor"/>
<xs:enumeration value="Starter"/>
<xs:enumeration value="Enterprise"/>
<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.