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

complexType "ns:StoreCustomCategoryType"
Namespace:
Content:
complex, 4 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Configuration of a store custom category.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="StoreCustomCategoryType">
<xs:sequence>
<xs:element name="CategoryID" type="xs:long"/>
<xs:element minOccurs="0" name="Name" type="xs:string"/>
<xs:element minOccurs="0" name="Order" type="xs:int"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ChildCategory" type="ns:StoreCustomCategoryType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:CategoryID
Type:
xs:long, predefined, simple content
Custom category ID. For SetStoreCategories, required only if Action is set to Rename, Move or Delete.
XML Representation Summary
<ns:CategoryID>
   
Content: 
{ xs:long }
</ns:CategoryID>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="CategoryID" type="xs:long"/>

ns:ChildCategory
Type:
Contains the properties of a custom subcategory for an eBay Store. eBay Stores support three category levels.
Component Diagram
XML Representation Summary
<ns:ChildCategory>
   
Content: 
</ns:ChildCategory>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ChildCategory" type="ns:StoreCustomCategoryType"/>

ns:Name
Type:
xs:string, predefined, simple content
Name of the custom category.
XML Representation Summary
<ns:Name>
   
Content: 
{ xs:string }
</ns:Name>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Name" type="xs:string"/>

ns:Order
Type:
xs:int, predefined, simple content
Order in which the custom category appears in the list of store categories.
XML Representation Summary
<ns:Order>
   
Content: 
{ xs:int }
</ns:Order>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Order" type="xs:int"/>

{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.