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

complexType "ns:MemberMessageType"
Namespace:
Content:
complex, 13 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 13 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
Container for individual message information.
XML Source (w/o annotations (14); see within schema source)
<xs:complexType name="MemberMessageType">
<xs:sequence>
<xs:element minOccurs="0" name="MessageType" type="ns:MessageTypeCodeType"/>
<xs:element minOccurs="0" name="QuestionType" type="ns:QuestionTypeCodeType"/>
<xs:element minOccurs="0" name="EmailCopyToSender" type="xs:boolean"/>
<xs:element minOccurs="0" name="HideSendersEmailAddress" type="xs:boolean"/>
<xs:element minOccurs="0" name="DisplayToPublic" type="xs:boolean"/>
<xs:element minOccurs="0" name="SenderID" type="xs:string"/>
<xs:element minOccurs="0" name="SenderEmail" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="RecipientID" type="xs:string"/>
<xs:element minOccurs="0" name="Subject" type="xs:string"/>
<xs:element minOccurs="0" name="Body" type="xs:string"/>
<xs:element minOccurs="0" name="MessageID" type="xs:string"/>
<xs:element minOccurs="0" name="ParentMessageID" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="MessageMedia" type="ns:MessageMediaType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 14/14)
ns:Body
Type:
xs:string, predefined, simple content
Content of the message is input into this string field. HTML formatting is not allowed in the body of the message. If plain HTML is used, an error occurs and the message will not go through. If encoded HTML is used, the message may go through but the formatting will not be successful, and the recipient of the message will just see the HTML formatting tags.
XML Representation Summary
<ns:Body>
   
Content: 
{ xs:string }
</ns:Body>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Body" type="xs:string"/>

ns:DisplayToPublic
Type:
xs:boolean, predefined, simple content
Indicates if the member message is viewable in the item listing.
XML Representation Summary
<ns:DisplayToPublic>
   
Content: 
{ xs:boolean }
</ns:DisplayToPublic>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DisplayToPublic" type="xs:boolean"/>

ns:EmailCopyToSender
Type:
xs:boolean, predefined, simple content
Indicates if a copy of the messages is to be emailed to the sender. If omitted, this defaults to whatever the user set in preferences.
XML Representation Summary
<ns:EmailCopyToSender>
   
Content: 
{ xs:boolean }
</ns:EmailCopyToSender>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EmailCopyToSender" type="xs:boolean"/>

ns:HideSendersEmailAddress
Type:
xs:boolean, predefined, simple content
This field is deprecated.
XML Representation Summary
<ns:HideSendersEmailAddress>
   
Content: 
{ xs:boolean }
</ns:HideSendersEmailAddress>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="HideSendersEmailAddress" type="xs:boolean"/>

ns:MessageID
Type:
xs:string, predefined, simple content
ID that uniquely identifies a message for a given user.

This value is not the same as the value used for the GetMyMessages MessageID. However, this MessageID value can be used as the GetMyMessages ExternalID.
XML Representation Summary
<ns:MessageID>
   
Content: 
{ xs:string }
</ns:MessageID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MessageID" type="xs:string"/>

ns:MessageMedia
Type:
ns:MessageMediaType, complex content
Media details attached to the message.
Component Diagram
XML Representation Summary
<ns:MessageMedia>
   
Content: 
</ns:MessageMedia>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="MessageMedia" type="ns:MessageMediaType"/>

ns:MessageType
Type:
ns:MessageTypeCodeType, simple content
Type of message being retrieved. Note that some message types can only be created via the eBay Web site.
XML Representation Summary
<ns:MessageType>
   
Content: 
{ enumeration of xs:token }
</ns:MessageType>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MessageType" type="ns:MessageTypeCodeType"/>

ns:ParentMessageID
Type:
xs:string, predefined, simple content
ID number of the question to which this message is responding.
XML Representation Summary
<ns:ParentMessageID>
   
Content: 
{ xs:string }
</ns:ParentMessageID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ParentMessageID" type="xs:string"/>

ns:QuestionType
Type:
ns:QuestionTypeCodeType, simple content
Context of the question (e.g. Shipping, General).
XML Representation Summary
<ns:QuestionType>
   
Content: 
{ enumeration of xs:token }
</ns:QuestionType>
Simple Content
Enumeration:
"General"
 - 
This enumeration value indicates that a general question was asked about the order line item.
"Shipping"
 - 
This enumeration value indicates that a question about shipping the order line item was asked.
"Payment"
 - 
This enumeration value indicates that a payment question was asked about the order line item.
"MultipleItemShipping"
 - 
This enumeration value indicates that a question was asked about a shipment that involves multiple packages.
"CustomizedSubject"
 - 
This enumeration value indicates that question was asked about a customized subject.
"None"
 - 
This enumeration value indicates that question does not have a subject.
"CustomCode"
 - 
Reserved for future or internal use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="QuestionType" type="ns:QuestionTypeCodeType"/>

ns:RecipientID
Type:
xs:string, predefined, simple content
Recipient's eBay user ID. For AddMemberMessagesAAQToBidder, it must be the seller of an item, that item's bidder, or a user who has made an offer on that item using Best Offer. Note: maxOccurs is a shared schema element and needs to be unbounded for AddMemberMessagesAAQToBidder. For AddMemberMessageRTQ, this field is mandatory if ItemID is not in the request. For all other uses, there can only be one RecipientID.
XML Representation Summary
<ns:RecipientID>
   
Content: 
{ xs:string }
</ns:RecipientID>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="RecipientID" type="xs:string"/>

ns:SenderEmail
Type:
xs:string, predefined, simple content
SenderEmail contains the static email address of an eBay member, used within the "reply to" email address when the eBay member sends a message. (Each eBay member is assigned a static alias. The alias is used within a static email address.) SenderEmail is returned if MessageType is AskSellerQuestion. SenderEmail is also returned in the AskSellerQuestion notification. The following functionality of this field has been deprecated: return of a dynamic email address.
XML Representation Summary
<ns:SenderEmail>
   
Content: 
{ xs:string }
</ns:SenderEmail>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SenderEmail" type="xs:string"/>

ns:SenderID
Type:
xs:string, predefined, simple content
The eBay user ID of the person who asked the question or sent the message.
XML Representation Summary
<ns:SenderID>
   
Content: 
{ xs:string }
</ns:SenderID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SenderID" type="xs:string"/>

ns:Subject
Type:
xs:string, predefined, simple content
Subject of this email message.
XML Representation Summary
<ns:Subject>
   
Content: 
{ xs:string }
</ns:Subject>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Subject" type="xs:string"/>

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