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

simpleType "ns:HitCounterCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"NoHitCounter"
 - 
No hit counter. The number of page views will not be available.
"HonestyStyle"
 - 
A basic style hit counter (US only). Non-US sites will return errors if they use HonestyStyle as input, and should use BasicStyle instead.
"GreenLED"
 - 
A green LED, computer-style hit counter (US only). Non-US sites will return errors if they use GreenLED as input, and should use RetroStyle instead.
"Hidden"
 - 
A hidden hit counter (US only). The number of page views will only be available to the item's seller. For faster "View Item" page loads, use HiddenStyle.
"BasicStyle"
 - 
A basic style hit counter.
"RetroStyle"
 - 
A retro, computer-style hit counter.
"HiddenStyle"
 - 
A hidden hit counter. The number of page views will only be available to the item's seller.
"CustomCode"
 - 
Reserved for internal or future use

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type containing a list of visit counter styles that can be used in an eBay listing to track page visits.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:HitCounterCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="HitCounterCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="NoHitCounter"/>
<xs:enumeration value="HonestyStyle"/>
<xs:enumeration value="GreenLED"/>
<xs:enumeration value="Hidden"/>
<xs:enumeration value="BasicStyle"/>
<xs:enumeration value="RetroStyle"/>
<xs:enumeration value="HiddenStyle"/>
<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.