Describes the date, time and location of an event.
Child Elements
Element
|
Description
|
Empty Allowed?
|
Cardinality?
|
date
|
A DateTime that is the start time of the event (relative to the timezone of the venue).
|
no
|
1
|
venue
|
A venue object with information about the event location.
|
no
|
1
|
link
|
Link that sends users to a page where they can purchase tickets for this performance online.
|
yes
|
1
|
Sample
<perfdate>
<date>2009-09-17T19:30:00</date>
<venue>
<id>73</id>
<name>Lincoln Center</name>
<hall>Avery Fisher Hall</hall>
<country>United States</country>
<region>New York</region>
<city>New York</city>
<postalcode>10023</postalcode>
<geo>
<lat>40.772593</lat>
<lon>-73.982648</lon>
</geo>
</venue>
<link>
</link>
</perfdate>