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

complexType "ns:MessageMediaType"
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 (3):
ns:MessageMedia (defined in ns:MemberMessageType complexType),
Known Usage Locations
Annotation
Container for the image file that is to be sent in a message, which lets sellers share photos in messages using the API. The photo must be uploaded by the seller or buyer to EPS (eBay Picture Services) using a separate API call or the web flow. After the image is on the eBay server, you can use AddMemberMessage calls to pass the URL of the image in a message. The uploaded images will be available as part of the email as a thumbnail image. Clicking on the thumbnail, opens a larger version of the image in a filmstrip. The image name will be displayed on the title of the filmstrip component. These uploaded images will also be returned as MessageMediaType arrays in the GetMemberMessages and GetMyMessages API response. It doesn't matter if an image was uploaded using the web flow or using the API, it can be accessed using either the web flow or the API and web.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="MessageMediaType">
<xs:sequence>
<xs:element minOccurs="0" name="MediaURL" type="xs:anyURI"/>
<xs:element minOccurs="0" name="MediaName" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:MediaName
Type:
xs:string, predefined, simple content
The name of the image. This will be displayed on the flimstrip.
XML Representation Summary
<ns:MediaName>
   
Content: 
{ xs:string }
</ns:MediaName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MediaName" type="xs:string"/>

ns:MediaURL
Type:
xs:anyURI, predefined, simple content
URL of an image to be included in a message. The image must be uploaded to EPS (eBay Picture Services) using a separate API call or the web flow. This URL will be validated and if it doesn't exist, the request will fail.
XML Representation Summary
<ns:MediaURL>
   
Content: 
{ xs:anyURI }
</ns:MediaURL>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MediaURL" type="xs:anyURI"/>

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