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

simpleType "ns:AspectUsageCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"Product"
 - 
This enumeration value indicates that the Item Specific in the corresponding NameRecommendation.Name field is defined/derived from an eBay catalog product. 'Product' Item Specifics are also referred to as Product Aspects in Web flows and other APIs. Generally, catalog product-based Item Specifics should not be modified if the seller created/revise/relisted the item based on an eBay catalog product.
"Instance"
 - 
This enumeration value indicates that the Item Specific in the corresponding NameRecommendation.Name field is an 'instance aspect', which is an Item Specific whose value will vary based on a particular instance of the product. When creating a listing, the seller should pass in the name-value pair for this Item Specific through the Item.ItemSpecifics.NameValueList container of an AddItem call.
"CustomCode"
 - 
Reserved for future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This enumerated type is used by the AspectUsage field that is returned in GetCategorySpecifics to indicate if an Item Specific is defined/derived from an eBay catalog product, or if the Item Specific is typically unique to a particular instance of a product in that category.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ns:AspectUsageCodeType
Derivation:
restriction of xs:string
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="AspectUsageCodeType">
<xs:restriction base="xs:string">
<xs:enumeration value="Product"/>
<xs:enumeration value="Instance"/>
<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.