Describes the date, time and location of an event.
Child Elements
Element
|
Description
|
Empty Allowed?
|
Cardinality?
|
recid
|
Along with the id of the package, the recid can be used to uniquely identify the specific performance of a work.
|
no
|
1
|
id
|
ID of the work (composition) that is being performed.
|
yes
|
1
|
title
|
The title of the work.
|
no
|
1
|
composite-title
|
Concatenation of the last name of the composer and the title of the work. If the composer is unknown then it is just the title of the work.
|
no
|
1
|
complete
|
A value of 'y' means the entire work is performed. A value of 'n' means that only part of the work is peformed. If empty then it is unknown if the complete work was performed.
|
yes
|
1
|
encore
|
A value of 'y' means the work was performed as an encore. A value of 'n' means the work was part of the scheduled program. If empty then it is unknown if the work was an encore.
|
yes
|
1
|
composers
|
Contains 0 to many contributor objects that identify the composers of work.
|
yes
|
1
|
ensembles
|
Contains 0 to many contributor objects that identify the ensembles that perform.
|
yes
|
1
|
conductors
|
Contains 0 to many contributor objects that identify the conductors that perform.
|
yes
|
1
|
artists
|
Contains 0 to many contributor objects that identify the artists that perform.
|
yes
|
1
|
presenters
|
Contains 0 to many contributor objects that identify the presenters of the work.
|
yes
|
1
|
arrangers
|
Contains 0 to many contributor objects that identify the arranges of the work.
|
yes
|
1
|
tracks
|
Contains 0 to many track objects with information about the tracks (i.e. movements) of the work.
|
yes
|
1
|
Sample
<work>
<recid>1</recid>
<id>5013724</id>
<title>Symphony no 3 in D minor</title>
<composite-title>Mahler: Symphony no 3 in D minor</composite-title>
<complete>y</complete>
<encore>n</encore>
<composers>
<contributor>
<id>5011567</id>
<first-last>Gustav Mahler</first-last>
<last-first>Mahler, Gustav</last-first>
</contributor>
</composers>
<ensembles>
<contributor>
<id>5089822</id>
<first-last>American Boychoir</first-last>
<last-first>American Boychoir</last-first>
</contributor>
<contributor>
<id>5098562</id>
<first-last>New York Philharmonic</first-last>
<last-first>New York Philharmonic</last-first>
</contributor>
<contributor>
<id>5103655</id>
<first-last>Westminster Symphonic Choir</first-last>
<last-first>Westminster Symphonic Choir</last-first>
</contributor>
</ensembles>
<conductors>
<contributor>
<id>5085764</id>
<first-last>Alan Gilbert</first-last>
<last-first>Gilbert, Alan</last-first>
</contributor>
</conductors>
<artists>
<contributor>
<id>5052008</id>
<first-last>Petra Lang</first-last>
<last-first>Lang, Petra</last-first>
<instrument>Mezzo Soprano</instrument>
</contributor>
</artists>
<presenters>
<contributor>
<id>5098562</id>
<first-last>New York Philharmonic</first-last>
<last-first>New York Philharmonic</last-first>
</contributor>
</presenters>
<arrangers>
</arrangers>
<tracks>
</tracks>
</work>