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

complexType "ns:ThemeGroupType"
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 (1):
Known Usage Locations
Annotation
Data for one theme group. Returned for GetDescriptionTemplates if theme groups are requested.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="ThemeGroupType">
<xs:sequence>
<xs:element minOccurs="0" name="GroupID" type="xs:int"/>
<xs:element minOccurs="0" name="GroupName" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ThemeID" type="xs:int"/>
<xs:element minOccurs="0" name="ThemeTotal" type="xs:int"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:GroupID
Type:
xs:int, predefined, simple content
Unique identifier for this theme group.
XML Representation Summary
<ns:GroupID>
   
Content: 
{ xs:int }
</ns:GroupID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="GroupID" type="xs:int"/>

ns:GroupName
Type:
xs:string, predefined, simple content
Name of this theme group (localized to the language associated with the eBay site).
XML Representation Summary
<ns:GroupName>
   
Content: 
{ xs:string }
</ns:GroupName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="GroupName" type="xs:string"/>

ns:ThemeID
Type:
xs:int, predefined, simple content
Unique identifier for each theme in this group. There is at least one theme in a theme group.
XML Representation Summary
<ns:ThemeID>
   
Content: 
{ xs:int }
</ns:ThemeID>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ThemeID" type="xs:int"/>

ns:ThemeTotal
Type:
xs:int, predefined, simple content
The number of ThemeID elements in this group.
XML Representation Summary
<ns:ThemeTotal>
   
Content: 
{ xs:int }
</ns:ThemeTotal>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ThemeTotal" 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.