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

complexType "ns:GetDescriptionTemplatesResponseType"
Namespace:
Content:
complex, 21 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This is the base response type for the GetDescriptionTemplates call. This call retrieves the Listing Designer templates that are available for use by the seller. The user has the option of retrieving all available Listing Designer templates for all categories, for all motor vehicle categories, or for a specific eBay category.

Note: As of May 31, 2020, sellers are no longer able to use Listing Designer templates when they create or revise listings. Existing listings that are already using a Listing Designer template will remain unchanged. The GetDescriptionTemplates call will eventually get deprecated and decommissioned, and more information will be provided on timing at a later date. The GetDescriptionTemplates call will still retrieve Listing Designer template data, but none of retrieved templates will be usable to create or revise a listing.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetDescriptionTemplatesResponseType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="GetDescriptionTemplatesResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="DescriptionTemplate" type="ns:DescriptionTemplateType"/>
<xs:element minOccurs="0" name="LayoutTotal" type="xs:int"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ObsoleteLayoutID" type="xs:int"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ObsoleteThemeID" type="xs:int"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ThemeGroup" type="ns:ThemeGroupType"/>
<xs:element minOccurs="0" name="ThemeTotal" type="xs:int"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 6/22)
ns:DescriptionTemplate
Type:
A DescriptionTemplate container is retrieved for each available Listing Designer template. Each DescriptionTemplate container includes the unique identifier of the template, the Listing Designer Theme Group that it belongs to, the CDATA representation of the Listing Designer template, and the URL to an image that serves as an example of the Listing Designer template.
Component Diagram
XML Representation Summary
<ns:DescriptionTemplate>
   
Content: 
</ns:DescriptionTemplate>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="DescriptionTemplate" type="ns:DescriptionTemplateType"/>

ns:LayoutTotal
Type:
xs:int, predefined, simple content
This integer value indicates the total number of Listing Designer Layout templates that were retrieved. This field is always returned, even if it is 0
XML Representation Summary
<ns:LayoutTotal>
   
Content: 
{ xs:int }
</ns:LayoutTotal>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LayoutTotal" type="xs:int"/>

ns:ObsoleteLayoutID
Type:
xs:int, predefined, simple content
The unique identifier of a Listing Designer Layout template that is now obsolete. An ObsoleteLayoutID field is returned for each obsolete Listing Designer Layout template.
XML Representation Summary
<ns:ObsoleteLayoutID>
   
Content: 
{ xs:int }
</ns:ObsoleteLayoutID>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ObsoleteLayoutID" type="xs:int"/>

ns:ObsoleteThemeID
Type:
xs:int, predefined, simple content
The unique identifier of a Listing Designer Theme template that is now obsolete. An ObsoleteThemeID field is returned for each obsolete Listing Designer Theme template.
XML Representation Summary
<ns:ObsoleteThemeID>
   
Content: 
{ xs:int }
</ns:ObsoleteThemeID>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ObsoleteThemeID" type="xs:int"/>

ns:ThemeGroup
Type:
ns:ThemeGroupType, complex content
A ThemeGroup container is retrieved for each available Listing Designer Theme Group. Each ThemeGroup container includes the unique identifier of the Theme Group, the Theme Group name, and all of the Listing Designer Theme template that belong to that Theme Group.
Component Diagram
XML Representation Summary
<ns:ThemeGroup>
   
Content: 
</ns:ThemeGroup>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ThemeGroup" type="ns:ThemeGroupType"/>

ns:ThemeTotal
Type:
xs:int, predefined, simple content
This integer value indicates the total number of Listing Designer Theme templates that were retrieved. This field is always returned, even if it is 0
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"/>

 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.