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

complexType "ns:ItemSpecificDetailsType"
Namespace:
Content:
complex, 6 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 6 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This type is used by the ItemSpecificDetails container that is returned in the GeteBayDetails call. The ItemSpecificDetails container consists of maximum threshold values that must be adhered to when creating, revising, or relisting items with Item Specifics. Item Specifics are used to provide descriptive details of an item in a structured manner.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="ItemSpecificDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="MaxItemSpecificsPerItem" type="xs:int"/>
<xs:element minOccurs="0" name="MaxValuesPerName" type="xs:int"/>
<xs:element minOccurs="0" name="MaxCharactersPerValue" type="xs:int"/>
<xs:element minOccurs="0" name="MaxCharactersPerName" type="xs:int"/>
<xs:element minOccurs="0" name="DetailVersion" type="xs:string"/>
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 7/7)
ns:DetailVersion
Type:
xs:string, predefined, simple content
This string indicates the version of the Item Specifics metadata.
XML Representation Summary
<ns:DetailVersion>
   
Content: 
{ xs:string }
</ns:DetailVersion>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DetailVersion" type="xs:string"/>

ns:MaxCharactersPerName
Type:
xs:int, predefined, simple content
This value is the maximum number of characters that can be used for an Item Specific name on the specified site.
XML Representation Summary
<ns:MaxCharactersPerName>
   
Content: 
{ xs:int }
</ns:MaxCharactersPerName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaxCharactersPerName" type="xs:int"/>

ns:MaxCharactersPerValue
Type:
xs:int, predefined, simple content
This value is the maximum number of characters that can be used for an Item Specific value on the specified site.
XML Representation Summary
<ns:MaxCharactersPerValue>
   
Content: 
{ xs:int }
</ns:MaxCharactersPerValue>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaxCharactersPerValue" type="xs:int"/>

ns:MaxItemSpecificsPerItem
Type:
xs:int, predefined, simple content
This value is the maximum number of Item Specifics name-value pairs that can be used when creating, revising, or relisting an item on the specified site. Item Specifics are used to provide descriptive details of an item in a structured manner.
XML Representation Summary
<ns:MaxItemSpecificsPerItem>
   
Content: 
{ xs:int }
</ns:MaxItemSpecificsPerItem>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaxItemSpecificsPerItem" type="xs:int"/>

ns:MaxValuesPerName
Type:
xs:int, predefined, simple content
This value is the maximum number of corresponding name values that can be used per Item Specific when creating, revising, or relisting an item on the specified site. An example of an Item Specific that might have multiple values is 'Features'. A product can have multiple features, hence multiple features can be passed in through multiple ItemSpecifics.NameValueList.Value fields.

Once you know the site threshold, it can also be helpful to know specific Item Specifics in a listing category that can have more than value, such as 'Features'. To retrieve this information, you can call GetCategorySpecifics for a category and check the NameRecommendation.ValidationRules.MaxValues field for each Item Specific in the response.
XML Representation Summary
<ns:MaxValuesPerName>
   
Content: 
{ xs:int }
</ns:MaxValuesPerName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaxValuesPerName" type="xs:int"/>

ns:UpdateTime
Type:
xs:dateTime, predefined, simple content
This timestamp indicates the date and time when the Item Specifics metadata was last updated. Time is in Greenwich Mean Time (GMT) time. This timestamp can be useful in determining if and when to refresh cached client data.
XML Representation Summary
<ns:UpdateTime>
   
Content: 
{ xs:dateTime }
</ns:UpdateTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>

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