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

complexType "ns:VariationDetailsType"
Namespace:
Content:
complex, 5 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 5 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type defining the VariationDetails container that is returned in GeteBayDetails if VariationDetails is included in the request as a DetailName filter, or if GeteBayDetails is called with no DetailName filters.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="VariationDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="MaxVariationsPerItem" type="xs:int"/>
<xs:element minOccurs="0" name="MaxNamesPerVariationSpecificsSet" type="xs:int"/>
<xs:element minOccurs="0" name="MaxValuesPerVariationSpecificsSetName" 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; 6/6)
ns:DetailVersion
Type:
xs:string, predefined, simple content
Returns the latest version number for this field. The version can be used to determine if and when to refresh cached client data.
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:MaxNamesPerVariationSpecificsSet
Type:
xs:int, predefined, simple content
This value indicates the maximum number of variation specific sets that the site will allow per listing. Typical variation specific sets for clothing may be 'Color', 'Size', 'Long Sleeve', etc.
XML Representation Summary
<ns:MaxNamesPerVariationSpecificsSet>
   
Content: 
{ xs:int }
</ns:MaxNamesPerVariationSpecificsSet>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaxNamesPerVariationSpecificsSet" type="xs:int"/>

ns:MaxValuesPerVariationSpecificsSetName
Type:
xs:int, predefined, simple content
This value indicates the maximum number of values that the site will allow within one variation specific set. For example, if the variation specific set was 'Color', the seller could specify as many colors that are available up to this maximum value.
XML Representation Summary
<ns:MaxValuesPerVariationSpecificsSetName>
   
Content: 
{ xs:int }
</ns:MaxValuesPerVariationSpecificsSetName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaxValuesPerVariationSpecificsSetName" type="xs:int"/>

ns:MaxVariationsPerItem
Type:
xs:int, predefined, simple content
This value indicates the maximum number of item variations that the site will allow within one multi-variation listing.
XML Representation Summary
<ns:MaxVariationsPerItem>
   
Content: 
{ xs:int }
</ns:MaxVariationsPerItem>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaxVariationsPerItem" type="xs:int"/>

ns:UpdateTime
Type:
xs:dateTime, predefined, simple content
Gives the time in GMT that the feature flags for the details were last updated. This timestamp can be used to determine 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.