P5 Fascicule

<custEvent>


custEvent describes a single event during the custodial history of a manuscript.
Class tei.datable
Declaration
element custEvent
{
   tei.global.attributes,
   tei.datable.attributes,
   ## () specifies the type of event, for example conservation, photography, exhibition, etc.
   
   attribute type { datatype.Key }?,
   tei.paragraph+
}
Attributes
(In addition to global attributes and those inherited from : tei.datable)
type specifies the type of event, for example conservation, photography, exhibition, etc.
Status:
Datatype: datatype.Key
Values: any convenient typology may be used
Example
<custEvent type="photography">
 <date>12 Dec 1964</date>
 <p>Photographed by David Cooper</p>
 </custEvent>
See further 1.9.1.2 Availability and custodial history
Module msdescription