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

complexType "ns:CategoryMappingType"
Namespace:
Content:
complex, 2 attributes, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 attributes, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This type is used by the CategoryMapping fields that are returned in the GetCategoryMappings response to indicate any eBay Category IDs that have changed recently.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="CategoryMappingType">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
<xs:attribute name="oldID" type="xs:string"/>
<xs:attribute name="id" type="xs:string"/>
</xs:complexType>
Attribute Detail (all declarations defined in this component; 2/2)
id
Type:
xs:string, predefined
Use:
optional
This attribute value is the unique identifier of the currently active eBay category. The user will want to use this Category ID value the next time they run a call that requires a Category ID. Note that Category IDs are unique to each eBay site. This attribute is always returned with the CategoryMapping field.

Note: Note that more than one OldID values may map into the same new category (same id value) since sometimes multiple eBay categories may be consolidated into a new, expanded category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="id" type="xs:string"/>

oldID
Type:
xs:string, predefined
Use:
optional
This attribute value is the unique identifier of an eBay category that has been recently updated to a new Category ID, which is specified in the id attribute. The user will want to use the Category ID value in the id attribute the next time they run a call that requires a Category ID. Note that Category IDs are unique to each eBay site. This attribute is always returned with the CategoryMapping field.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="oldID" type="xs:string"/>
Content Element Detail (all declarations defined in this component; 1/1)
{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
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.