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

complexType "ns:DisputeMessageType"
Namespace:
Content:
complex, 4 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Contains a message posted to a dispute. The message can be posted by the buyer, the seller, or an eBay representative.

Note: 'Item Not Received' or 'Significantly Not As Described' cases, initiated by buyers through the eBay Money Back Guarantee program, are not returned with GetDispute or GetUserDisputes. The getCase method of the Post-Order API is used to retrieve Money Back Guarantee cases programmatically.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="DisputeMessageType">
<xs:sequence>
<xs:element minOccurs="0" name="MessageID" type="xs:int"/>
<xs:element minOccurs="0" name="MessageSource" type="ns:DisputeMessageSourceCodeType"/>
<xs:element minOccurs="0" name="MessageCreationTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="MessageText" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:MessageCreationTime
Type:
xs:dateTime, predefined, simple content
The date and time the message was created, in GMT.
XML Representation Summary
<ns:MessageCreationTime>
   
Content: 
{ xs:dateTime }
</ns:MessageCreationTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MessageCreationTime" type="xs:dateTime"/>

ns:MessageID
Type:
xs:int, predefined, simple content
An ID that uniquely identifies the message.
XML Representation Summary
<ns:MessageID>
   
Content: 
{ xs:int }
</ns:MessageID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MessageID" type="xs:int"/>

ns:MessageSource
Type:
The party who posted the message: the buyer, the seller, or an eBay representative.
XML Representation Summary
<ns:MessageSource>
   
Content: 
{ enumeration of xs:token }
</ns:MessageSource>
Simple Content
Enumeration:
"Buyer"
 - 
The buyer of the item under dispute.
"Seller"
 - 
The seller of the item under dispute.
"eBay"
 - 
eBay, either an administrator or the site itself.
"CustomCode"
 - 
Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MessageSource" type="ns:DisputeMessageSourceCodeType"/>

ns:MessageText
Type:
xs:string, predefined, simple content
The text of the message.
XML Representation Summary
<ns:MessageText>
   
Content: 
{ xs:string }
</ns:MessageText>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MessageText" 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.