| 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 |
|
|||||||||||
| 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 | |||||||||||