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

simpleType "ns:ProductRequiredEnabledCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Disabled"
 - 
This value indicates that the category does not require product-based listings (associated with an eBay catalog product).

Note: Due to the rollback of the Product-Based Shopping Experience mandate for all eBay categories, this value should get returned for SiteDefaults and all Category nodes.
"Enabled"
 - 
This value indicates that the category requires listings within the category to be associated with an eBay catalog product.

Note: Due to the rollback of the Product-Based Shopping Experience mandate for all eBay categories, this value should never get returned for SiteDefaults or for any Category nodes.
"CustomCode"
 - 
(out) Reserved for internal or future use.

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
This enumerated type is used by the ProductRequiredEnabled field that can be returned under the SiteDefaults and/or Category containers of a GetCategoryFeatures response.

Note: Due to the rollback of the Product-Based Shopping Experience mandate for all eBay categories, the ProductRequiredEnabled field no longer has any practical use since it will show as Disabled for SiteDefaults and all Category nodes. Due to this fact, the ProductRequiredEnabledCodeType is currently not applicable.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ProductRequiredEnabledCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="ProductRequiredEnabledCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Disabled"/>
<xs:enumeration value="Enabled"/>
<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.