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

simpleType "ns:ListingSubtypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"ClassifiedAd"
 - 
This value indicates that the lead generation listing is a classifed ad. Note that only some eBay categories support classified ad listings. Use the GetCategoryFeatures call (with FeatureID value set to AdFormatEnabled) to see which categories support classified ad listings.
"LocalMarketBestOfferOnly"
 - 
This value indicates that the lead generation listing is a US Motors Local Market listing. Note that only some eBay Motors categories support Motors Local Market listings. Use the GetCategoryFeatures call (with the SITEID header set to 100 and the FeatureID value set to LocalMarketAdFormatEnabled) to see which eBay Motors categories support Motors Local Market listings.
"CustomCode"
 - 
Reserved for internal or future use

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This enumerated type defines the two subtypes that can be used if the main listing type (in ListingType field) is LeadGeneration. A ListingSubtype2 value must be specified if the ListingType value is set to LeadGeneration.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ListingSubtypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="ListingSubtypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="ClassifiedAd"/>
<xs:enumeration value="LocalMarketBestOfferOnly"/>
<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.