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

complexType "ns:GetAdFormatLeadsRequestType"
Namespace:
Content:
complex, 15 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 5 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Retrieves sales lead information for a lead generation listing.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetAdFormatLeadsRequestType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="GetAdFormatLeadsRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="Status" type="ns:MessageStatusTypeCodeType"/>
<xs:element minOccurs="0" name="IncludeMemberMessages" type="xs:boolean"/>
<xs:element minOccurs="0" name="StartCreationTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="EndCreationTime" type="xs:dateTime"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/16)
ns:EndCreationTime
Type:
xs:dateTime, predefined, simple content
Used with StartCreationTime to limit the returned leads for a user to only those with a creation date less than or equal to the specified date and time.
XML Representation Summary
<ns:EndCreationTime>
   
Content: 
{ xs:dateTime }
</ns:EndCreationTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EndCreationTime" type="xs:dateTime"/>

ns:IncludeMemberMessages
Type:
xs:boolean, predefined, simple content
Boolean which indicates whether to return mail messages for this lead in a MemberMessage node.
XML Representation Summary
<ns:IncludeMemberMessages>
   
Content: 
{ xs:boolean }
</ns:IncludeMemberMessages>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="IncludeMemberMessages" type="xs:boolean"/>

ns:ItemID
Type:
ns:ItemIDType, simple content
The unique identifier of an item listed on the eBay site. Returned by eBay when the item is created. This ID must correspond to an ad format item.
XML Representation Summary
<ns:ItemID>
   
Content: 
{ xs:string }
</ns:ItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>

ns:StartCreationTime
Type:
xs:dateTime, predefined, simple content
Used with EndCreationTime to limit the returned leads for a user to only those with a creation date greater than or equal to the specified date and time.
XML Representation Summary
<ns:StartCreationTime>
   
Content: 
{ xs:dateTime }
</ns:StartCreationTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="StartCreationTime" type="xs:dateTime"/>

ns:Status
Type:
Filters the leads based on their status.
XML Representation Summary
<ns:Status>
   
Content: 
{ enumeration of xs:token }
</ns:Status>
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="Status" type="ns:MessageStatusTypeCodeType"/>

 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.