Contains all the information about an event or album. Most of the children elements
are the exact same for both events and albums, but some elements may be specific
to an event or album. For details see Child Elements.
Child Elements
Element
|
Description
|
Empty Allowed?
|
Cardinality?
|
id
|
ID of the event.
|
no
|
1
|
title
|
Title of the event.
|
no
|
1
|
image
|
URL of the default image for the package.
|
yes
|
1
|
photoid
|
PhotoID of the image for the package. Can be used to get different sizes of the image.
|
yes
|
1
|
link
|
Link that provides more info about the event.
|
yes
|
1
|
program-notes
|
Links to one or more PDFs with program notes for the event.
|
no
|
0-n
|
notes
|
Additional notes provided by the owner of the package.
|
yes
|
1
|
sponsor
|
Information about the sponsor of the event. See sponsor for more info.
|
no
|
1
|
perfdates
|
Contains 0 to many perfdate objects that describe when and where an event is taking place. Only applicable when the package is an Event.
|
yes
|
1
|
works
|
Contains 0 to many work objects that describe the repertoire, performers and tracks.
|
yes
|
1
|
Sample
<package>
<id>5033848</id>
<title>San Diego SO, Garbutt / 1812 Overture Spectacular</title>
<image>https://s3.amazonaws.com/photos.instantencore.com/48995/48995_150.jpg</image>
<photoid>48995</photoid>
<link>http://sandiegosymphony.org/summerpops/event.php?id=16</link>
<notes>
</notes>
<sponsor>
<name>
</name>
<link>
</link>
<image>
</image>
</sponsor>
<perfdates>
<perfdate>
<date>2009-09-04T19:30:00</date>
<venue>
<id>2636</id>
<name>Embarcadero Marina Park South</name>
<hall>
</hall>
<country>United States</country>
<region>California</region>
<city>San Diego</city>
<postalcode>92101</postalcode>
<geo>
<lat>32.705074</lat>
<lon>-117.163973</lon>
</geo>
</venue>
<link>
</link>
</perfdate>
<perfdate>
<date>2009-09-05T19:30:00</date>
<venue>
<id>2636</id>
<name>Embarcadero Marina Park South</name>
<hall>
</hall>
<country>United States</country>
<region>California</region>
<city>San Diego</city>
<postalcode>92101</postalcode>
<geo>
<lat>32.705074</lat>
<lon>-117.163973</lon>
</geo>
</venue>
<link>
</link>
</perfdate>
<perfdate>
<date>2009-09-06T19:30:00</date>
<venue>
<id>2636</id>
<name>Embarcadero Marina Park South</name>
<hall>
</hall>
<country>United States</country>
<region>California</region>
<city>San Diego</city>
<postalcode>92101</postalcode>
<geo>
<lat>32.705074</lat>
<lon>-117.163973</lon>
</geo>
</venue>
<link>
</link>
</perfdate>
</perfdates>
<works>
<work>
<recid>2</recid>
<id>5007015</id>
<title>1812 Overture, Op. 49</title>
<composite-title>Tchaikovsky: 1812 Overture, Op. 49</composite-title>
<complete>y</complete>
<encore>n</encore>
<composers>
<contributor>
<id>5018195</id>
<first-last>Pyotr Tchaikovsky</first-last>
<last-first>Tchaikovsky, Pyotr</last-first>
</contributor>
</composers>
<ensembles>
<contributor>
<id>5100783</id>
<first-last>San Diego Symphony</first-last>
<last-first>San Diego Symphony</last-first>
</contributor>
</ensembles>
<conductors>
<contributor>
<id>5112207</id>
<first-last>Matthew Garbutt</first-last>
<last-first>Garbutt, Matthew</last-first>
</contributor>
</conductors>
<artists>
</artists>
<presenters>
<contributor>
<id>5100783</id>
<first-last>San Diego Symphony</first-last>
<last-first>San Diego Symphony</last-first>
</contributor>
</presenters>
<arrangers>
</arrangers>
<tracks>
</tracks>
</work>
</works>
</package>