<custodialHist>
<custodialHist> (custodial history) contains a description of a manuscript or other object's custodial
history, either as running prose or as a series of dated custodial events. [10.9.1.2. Availability and Custodial History]
Module | msdescription |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) |
Contained by |
msdescription: adminInfo
|
May contain | |
Examples |
<custodialHist> <custEvent type="conservation" notBefore="1961-03" notAfter="1963-02"> Conserved between March 1961 and February 1963 at Birgitte Dalls Konserveringsværksted.</custEvent> <custEvent type="photography" notBefore="1988-05-01" notAfter="1988-05-30"> Photographed in May 1988 by AMI/FA.</custEvent> <custEvent type="transfer-dispatch" notBefore="1989-11-13" notAfter="1989-11-13"> Dispatched to Iceland 13 November 1989.</custEvent> </custodialHist> |
Source | Github
<elementSpec module="msdescription" xml:id="CUSTODIALHIST" ident="custodialHist"> <gloss>custodial history</gloss> <desc xml:id="custhist.desc">contains a description of a manuscript or other object's custodial history, either as running prose or as a series of dated custodial events.</desc> <classes> <memberOf key="att.global"/> </classes> <content> <alternate> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="custEvent" minOccurs="1" maxOccurs="unbounded"/> </alternate> </content> </elementSpec> |