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

complexType "ns:AddSecondChanceItemResponseType"
Namespace:
Content:
complex, 18 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type defining the response container of an AddSecondChanceItem call. This response container consists of the ItemID of the listing in which a Second Chance Offer is being offered, as well as the start and end time that the Second Chance Offer is available to the recipient (identified through the RecipientBidderUserID in the request).
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:AddSecondChanceItemResponseType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="AddSecondChanceItemResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="StartTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="EndTime" type="xs:dateTime"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/19)
ns:EndTime
Type:
xs:dateTime, predefined, simple content
This timestamp indicates the date and time when the Second Chance Offer listing will expire, at which time the recipient will no longer be able to purchase the item.
XML Representation Summary
<ns:EndTime>
   
Content: 
{ xs:dateTime }
</ns:EndTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EndTime" type="xs:dateTime"/>

ns:ItemID
Type:
ns:ItemIDType, simple content
This field contains the Item ID for the Second Chance Offer that was just created with the AddSecondChanceItem call. Note that this Item ID will be different from the Item ID in the original auction listing that was passed in the request.
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:StartTime
Type:
xs:dateTime, predefined, simple content
This timestamp indicates the date and time when the Second Chance Offer became available to the recipient.
XML Representation Summary
<ns:StartTime>
   
Content: 
{ xs:dateTime }
</ns:StartTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="StartTime" type="xs:dateTime"/>

 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.