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

complexType "ns:MemberMessageExchangeType"
Namespace:
Content:
complex, 7 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 7 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Container for message metadata.
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="MemberMessageExchangeType">
<xs:sequence>
<xs:element minOccurs="0" name="Item" type="ns:ItemType"/>
<xs:element minOccurs="0" name="Question" type="ns:MemberMessageType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Response" type="xs:string"/>
<xs:element minOccurs="0" name="MessageStatus" type="ns:MessageStatusTypeCodeType"/>
<xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/>
<xs:element minOccurs="0" name="LastModifiedDate" type="xs:dateTime"/>
<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; 8/8)
ns:CreationDate
Type:
xs:dateTime, predefined, simple content
Date the message was created. Returned if the parent container is returned.
XML Representation Summary
<ns:CreationDate>
   
Content: 
{ xs:dateTime }
</ns:CreationDate>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/>

ns:Item
Type:
ns:ItemType, complex content
The item about which the question was asked. Returned if the parent container is returned.
Component Diagram
XML Representation Summary
<ns:Item>
   
Content: 
ns:ApplicationData?, ns:AttributeSetArray?, ns:AttributeArray?, ns:LookupAttributeArray?, ns:AutoPay?, ns:BiddingDetails?, ns:BuyerProtection?, ns:BuyItNowPrice?, ns:CategoryMappingAllowed?, ns:Charity?, ns:Country?, ns:CrossPromotion?, ns:Currency?, ns:Description?, ns:DescriptionReviseMode?, ns:Distance?, ns:HitCounter?, ns:ItemID?, ns:ListingDetails?, ns:ListingDuration?, ns:ListingEnhancement*, ns:ListingType?, ns:Location?, ns:LotSize?, ns:PartnerCode?, ns:PartnerName?, ns:PaymentDetails?, ns:PaymentMethods*, ns:PayPalEmailAddress?, ns:PrimaryCategory?, ns:PrivateListing?, ns:ProductListingDetails?, ns:Quantity?, ns:PrivateNotes?, ns:RegionID?, ns:RelistLink?, ns:ReservePrice?, ns:ReviseStatus?, ns:ScheduleTime?, ns:SecondaryCategory?, ns:FreeAddedCategory?, ns:Seller?, ns:SellingStatus?, ns:ShippingDetails?, ns:ShipToLocations*, ns:Site?, ns:StartPrice?, ns:Storefront?, ns:SubTitle?, ns:TimeLeft?, ns:Title?, ns:UUID?, ns:VATDetails?, ns:SellerVacationNote?, ns:WatchCount?, ns:HitCount?, ns:DisableBuyerRequirements?, ns:BestOfferDetails?, ns:LocationDefaulted?, ns:UseTaxTable?, ns:GetItFast?, ns:BuyerResponsibleForShipping?, ns:LimitedWarrantyEligible?, ns:eBayNotes?, ns:QuestionCount?, ns:Relisted?, ns:QuantityAvailable?, ns:SKU?, ns:SearchDetails?, ns:PostalCode?, ns:PictureDetails?, ns:VideoDetails?, ns:DispatchTimeMax?, ns:BestOfferEnabled?, ns:LocalListing?, ns:SellerContactDetails?, ns:TotalQuestionCount?, ns:ProxyItem?, ns:ExtendedSellerContactDetails?, ns:LeadCount?, ns:NewLeadCount?, ns:ItemSpecifics?, ns:GroupCategoryID?, ns:ClassifiedAdPayPerLeadFee?, ns:BidGroupItem?, ns:ApplyBuyerProtection?, ns:ListingSubtype2?, ns:MechanicalCheckAccepted?, ns:UpdateSellerInfo?, ns:UpdateReturnPolicy?, ns:ItemPolicyViolation?, ns:CrossBorderTrade*, ns:BusinessSellerDetails?, ns:BuyerGuaranteePrice?, ns:BuyerRequirementDetails?, ns:ReturnPolicy?, ns:PaymentAllowedSite*, ns:InventoryTrackingMethod?, ns:IntegratedMerchantCreditCardEnabled?, ns:Variations?, ns:ItemCompatibilityList?, ns:ItemCompatibilityCount?, ns:ConditionID?, ns:ConditionDescription?, ns:ConditionDisplayName?, ns:TaxCategory?, ns:QuantityAvailableHint?, ns:QuantityThreshold?, ns:DiscountPriceInfo?, ns:SellerProvidedTitle?, ns:VIN?, ns:VINLink?, ns:VRM?, ns:VRMLink?, ns:QuantityInfo?, ns:SellerProfiles?, ns:ShippingServiceCostOverrideList?, ns:ShippingOverride?, ns:ShippingPackageDetails?, ns:TopRatedListing?, ns:QuantityRestrictionPerBuyer?, ns:FloorPrice?, ns:CeilingPrice?, ns:IsIntermediatedShippingEligible?, ns:UnitInfo?, ns:RelistParentID?, ns:ConditionDefinition?, ns:HideFromSearch?, ns:ReasonHideFromSearch?, ns:PickupInStoreDetails?, ns:SiteId?, ns:IgnoreQuantity?, ns:AvailableForPickupDropOff?, ns:EligibleForPickupDropOff?, ns:LiveAuction?, ns:DigitalGoodInfo?, ns:eBayPlus?, ns:eBayPlusEligible?, ns:eMailDeliveryAvailable?, ns:IsSecureDescription?, {any}*
</ns:Item>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Item" type="ns:ItemType"/>

ns:LastModifiedDate
Type:
xs:dateTime, predefined, simple content
Date the message was last modified. Returned if the parent container is returned.
XML Representation Summary
<ns:LastModifiedDate>
   
Content: 
{ xs:dateTime }
</ns:LastModifiedDate>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LastModifiedDate" type="xs:dateTime"/>

ns:MessageMedia
Type:
ns:MessageMediaType, complex content
Media details stored as part of 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:MessageStatus
Type:
Status of the message. Returned if the parent container is returned.
XML Representation Summary
<ns:MessageStatus>
   
Content: 
{ enumeration of xs:token }
</ns:MessageStatus>
Simple Content
Enumeration:
"Answered"
 - 
The question has been answered at least once.
"Unanswered"
 - 
The question has not yet been answered.
"CustomCode"
 - 
Reserved for future or internal use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MessageStatus" type="ns:MessageStatusTypeCodeType"/>

ns:Question
Type:
ns:MemberMessageType, complex content
Contains all the information about the question being asked. Returned if the parent container is returned.
Component Diagram
XML Representation Summary
<ns:Question>
   
Content: 
</ns:Question>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Question" type="ns:MemberMessageType"/>

ns:Response
Type:
xs:string, predefined, simple content
An answer to the question. Returned if the parent container is returned.

For GetAdFormatLeads, returned if the seller responded to the lead's question. Contains the body of the seller's response message.
XML Representation Summary
<ns:Response>
   
Content: 
{ xs:string }
</ns:Response>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Response" 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.