<adminInfo>

<adminInfo> (administrative information) contains information about the present custody and availability of the manuscript, and also about the record description itself. [10.9.1 Administrative Information]
Modulemsdescription — Manuscript Description
Attributesatt.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
core: note
header: availability
msdescription: custodialHist recordHist
textcrit: witDetail
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>
 <sequence>
  <elementRef key="recordHist"
   minOccurs="0"/>

  <elementRef key="availability"
   minOccurs="0"/>

  <elementRef key="custodialHist"
   minOccurs="0"/>

  <classRef key="model.noteLike"
   minOccurs="0"/>

 </sequence>
</content>
Schema Declaration
<rng:element name="adminInfo">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:group>
  <rng:optional>
   <rng:ref name="recordHist"/>
  </rng:optional>
  <rng:optional>
   <rng:ref name="availability"/>
  </rng:optional>
  <rng:optional>
   <rng:ref name="custodialHist"/>
  </rng:optional>
  <rng:optional>
   <rng:ref name="model.noteLike"/>
  </rng:optional>
 </rng:group>
</rng:element>
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? )
}