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

complexType "ns:ExtendSiteHostedPicturesRequestType"
Namespace:
Content:
complex, 12 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
By default, unpublished pictures uploaded to eBay Picture Services (EPS) via the UploadSiteHostedPictures call will be kept on the server for five days before being purged. The ExtendSiteHostedPictures call is used to extend this expiration date by the number of days specified in the call. This restricted call gives approved sellers the ability to extend the default expiration date of pictures uploaded to EPS but not immediately published in an eBay listing.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:ExtendSiteHostedPicturesRequestType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ExtendSiteHostedPicturesRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="PictureURL" type="xs:anyURI"/>
<xs:element minOccurs="0" name="ExtensionInDays" type="xs:int"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/13)
ns:ExtensionInDays
Type:
xs:int, predefined, simple content
The number of days by which to extend the expiration date for the specified image.
XML Representation Summary
<ns:ExtensionInDays>
   
Content: 
{ xs:int }
</ns:ExtensionInDays>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ExtensionInDays" type="xs:int"/>

ns:PictureURL
Type:
xs:anyURI, predefined, simple content
The URL of the image hosted by eBay Picture Services. This URL is returned in the SiteHostedPictureDetails.FullURL field of the UploadSiteHostedPictures response.
XML Representation Summary
<ns:PictureURL>
   
Content: 
{ xs:anyURI }
</ns:PictureURL>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="PictureURL" type="xs:anyURI"/>

 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.