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

complexType "ns:PicturesType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines variation-specific pictures associated with one VariationSpecificName (e.g., Color) whose values differ across variations.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="PicturesType">
<xs:sequence>
<xs:element minOccurs="0" name="VariationSpecificName" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="VariationSpecificPictureSet" type="ns:VariationSpecificPictureSetType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:VariationSpecificName
Type:
xs:string, predefined, simple content
One aspect of the variations that will be illustrated in the pictures for all variations. For example, if each variation is visually distinguished by color and the pictures show the different colors available, then specify "Color" as the name. The name must match one of the names specified in the VariationSpecifics container.

This field is required in each Item.Variations.Pictures container that is used.
XML Representation Summary
<ns:VariationSpecificName>
   
Content: 
{ xs:string }
</ns:VariationSpecificName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="VariationSpecificName" type="xs:string"/>

ns:VariationSpecificPictureSet
Type:
A container consisting of one or more picture URLs associated with a variation specific value (e.g., color=blue). For example, suppose a listing contains blue and black color variations, and VariationSpecificName=Color. In this case, one picture set could contain pictures of the blue shirts (e.g., front view, back view, and close-up of a trim detail), and another picture set could contain pictures of the black shirts.

A variation specific picture set can consist of up to 12 images hosted by eBay Picture Services (EPS) or self-hosted (hosted outside of eBay) pictures. The eBay Picture Services and self-hosted images can never be combined into the same variation specific picture set.

At least one picture set is required if the Pictures node is present in the request. You are not required to provide pictures for all values that correspond to the variation specific name. For example, a listing could have pictures depicting the blue and black color variations, but not the pink variations.

Note: All images must comply with the Picture Requirements.
Component Diagram
XML Representation Summary
<ns:VariationSpecificPictureSet>
   
Content: 
</ns:VariationSpecificPictureSet>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="VariationSpecificPictureSet" type="ns:VariationSpecificPictureSetType"/>

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