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

simpleType "ns:ProductIdentiferEnabledCodeType"
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 enumeration value indicates that a product identifier (EAN, ISBN, UPC) may not be used to help create a listing. If returned at the site level (SiteDefaults container), most categories on the site (specified in the X-EBAY-API-SITEID) do not support the use of product identifiers. If returned at the category level (Category nodes), that specific category does not support the use of product identifiers.
"Enabled"
 - 
This enumeration value indicates that a product identifier (EAN, ISBN, UPC) may be used to help create a listing. If returned at the site level (SiteDefaults container), most categories on the site (specified in the X-EBAY-API-SITEID) support the use of product identifiers. If returned at the category level (Category nodes), that specific category supports the use of product identifiers.
"Required"
 - 
This enumeration value indicates that a product identifier (EAN, ISBN, UPC) is required when creating a listing. If returned at the site level (SiteDefaults container), most categories on the site (specified in the X-EBAY-API-SITEID) require the use of product identifiers. If returned at the category level (Category nodes), that specific category requires the use of product identifiers when creating a listing.
"CustomCode"
 - 
This value is for future use.

All Direct / Indirect Based Elements (6):
Known Usage Locations
Annotation
This enumeration type contains the values that may be returned in the EANEnabled, ISBNEnabled, and UPCEnabled fields at the site level (SiteDefaults container) and category level (Category nodes) to indicate which sites and categories support, require, or do not support the use of product identifiers to help create a listing.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ProductIdentiferEnabledCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="ProductIdentiferEnabledCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Disabled"/>
<xs:enumeration value="Enabled"/>
<xs:enumeration value="Required"/>
<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.