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

complexType "ns:TicketListingDetailsType"
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
Type defining the TicketListingDetails container, which is used in an Add/Revise/Relist call to provide more details about event tickets.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="TicketListingDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="EventTitle" type="xs:string"/>
<xs:element minOccurs="0" name="Venue" type="xs:string"/>
<xs:element minOccurs="0" name="PrintedDate" type="xs:string"/>
<xs:element minOccurs="0" name="PrintedTime" 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:EventTitle
Type:
xs:string, predefined, simple content
The name of the event, as shown on the ticket. Typically the headliner. There is no maximum number of words or characters. However, the words in the name must be an exact match (or a subset consisting of complete words) to the words in the product title in the catalog. The words in the name are matched using OR logic (the order of the words does not matter). As with all strings, you need to escape reserved characters such as ampersand.
XML Representation Summary
<ns:EventTitle>
   
Content: 
{ xs:string }
</ns:EventTitle>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EventTitle" type="xs:string"/>

ns:PrintedDate
Type:
xs:string, predefined, simple content
The date of the event, as shown on the ticket. Use the date shown on the ticket, without attempting to adjust it for a different time zone (such as Pacific time or GMT).

In most cases, you should be able to specify any numeric date format in month/day/year order. eBay supports m or mm for the month, d or dd for the day, and yy or yyyy for the year, in all combinations. The delimiters must be forward slashes (/).
XML Representation Summary
<ns:PrintedDate>
   
Content: 
{ xs:string }
</ns:PrintedDate>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PrintedDate" type="xs:string"/>

ns:PrintedTime
Type:
xs:string, predefined, simple content
The time of the event, as shown on the ticket. Use the time value shown on the ticket, without attempting to convert it to a different time zone (such as Pacific time or GMT). Do not round the value up or down (e.g., do not round 7:01 PM to 7:00 PM).

In most cases, you should be able to specify the time format exactly as shown on the ticket.
XML Representation Summary
<ns:PrintedTime>
   
Content: 
{ xs:string }
</ns:PrintedTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PrintedTime" type="xs:string"/>

ns:Venue
Type:
xs:string, predefined, simple content
The name of the venue, as shown on the ticket. The validation rules are the same as the rules for the event name. In addition, eBay supports both US English and UK English spelling variations for typical words found on tickets (such as "theater" and "theatre"). As with all strings, you need to escape reserved characters such as ampersand.
XML Representation Summary
<ns:Venue>
   
Content: 
{ xs:string }
</ns:Venue>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Venue" 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.