| <custEvent> |
Describes a single event related to the custodial history of a letter. |
| Attributes |
| In addition to global attributes :
|
| type |
Characterises the type of historical event. |
|
Datatype: CDATA
|
|
Values: Any convenient typology can be used. Sensible values
may be ‘restoration’, ‘loan’, etc.
|
|
Default: #IMPLIED
|
|
| Example |
<custEvent type="loan">
<p>from 13 January 1955 to 3 March 1956, the letter was given on loan to
the university of Amsterdam</p>
</custEvent>
<custEvent type="restoration">
<p>during the summer of 1978, the letter has been restored</p>
</custEvent>
|
| Note |
The historical events should be listed in chronological
order.
|
| Content |
Must contain one or more paragraphs. |
| Parents |
custodialHist |
| Children |
p |
| Declaration |
<!ELEMENT custEvent %om.RR;
(p+)>
<!ATTLIST custEvent
%a.global;
type CDATA #IMPLIED> |
| See further |
4.7.1. Administrative information: <adminInfo> |