<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 — Manuscript Description |
Attributes | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contained by | msdescription: additional |
May contain | |
Example | <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> |
Content model | <content> |
Schema Declaration | <rng:element name="adminInfo"> element adminInfo { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( recordHist?, availability?, custodialHist?, model.noteLike? ) } |