An eventList contains event elements that capture a brief description of the associated event, including dates and locations where the event took place. An eventList describes events associated with a work when it appears in the workList element or events associated with the custodial history of a given copy of a source for the encoding when it appears within the sourceDesc or relatedItem elements. The type attribute may be used to distinguish between event lists with different functions, such as a list of events in the compositional process and a list of performance dates.
<elementSpec ident="eventList" module="MEI.shared">
<desc xml:lang="en">Contains historical information given as a sequence of significant past events.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.facsimile"/>
<memberOf key="model.listLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:group>
<!-- an organizing data element; when not present, the list is a simple list of event
descriptions -->
<rng:optional>
<rng:choice>
<rng:ref name="name"/>
<rng:ref name="model.addressLike"/>
<rng:ref name="model.dateLike"/>
<rng:ref name="model.nameLike.agent"/>
<rng:ref name="model.nameLike.geogName"/>
</rng:choice>
</rng:optional>
<!-- an event description or a nested group of events -->
</rng:group>
</rng:zeroOrMore>
<!-- at the very end, a list of citations -->
</content>
<remarks xml:lang="en">
<p>An <gi scheme="MEI">eventList</gi> contains <gi scheme="MEI">event</gi> elements that
capture a brief description of the associated event, including dates and locations
where the
event took place. An <gi scheme="MEI">eventList</gi> describes events associated with a work
when it appears in the <gi scheme="MEI">workList</gi> element or events associated with the
custodial history of a given copy of a source for the encoding when it appears within
the
<gi scheme="MEI">sourceDesc</gi> or <gi scheme="MEI">relatedItem</gi> elements. The
<att>type</att> attribute may be used to distinguish between event lists with different
functions, such as a list of events in the compositional process and a list of performance
dates.</p>
</remarks>
</elementSpec>