<adminInfo>
<adminInfo> (administrative information) contains information about the present custody and availability
of the manuscript or other object, and also about the record description itself. [10.9.1. Administrative Information]
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: additional
|
May contain |
msdescription: custodialHist
|
Examples |
<adminInfo> <recordHist> <source>Record created <date>1 Aug 2004</date> </source> </recordHist> <availability> <p>Until 2015 permission to photocopy some materials from this collection has been limited at the request of the donor. Please ask repository staff for details if you are interested in obtaining photocopies from Series 1: Correspondence.</p> </availability> <custodialHist> <p>Collection donated to the Manuscript Library by the Estate of Edgar Holden in 1993. Donor number: 1993-034.</p> </custodialHist> </adminInfo> |
Source | Github
<elementSpec module="msdescription" xml:id="ADMININFO" ident="adminInfo"> <gloss>administrative information</gloss> <desc xml:id="adminfo.desc">contains information about the present custody and availability of the manuscript or other object, and also about the record description itself.</desc> <classes> <memberOf key="att.global"/> </classes> <content> <sequence> <elementRef key="recordHist" minOccurs="0"/> <elementRef key="availability" minOccurs="0"/> <elementRef key="custodialHist" minOccurs="0"/> <classRef key="model.noteLike" minOccurs="0"/> </sequence> </content> </elementSpec> |