<custodialHist>

<custodialHist> (storia della conservazione) contiene una descrizione della storia della conservazione del manoscritto sotto forma di prosa o come serie di eventi datati relativi alla gestione del manoscritto stesso [10.9.1.2 Availability and Custodial History]
Modulo msdescription — Manuscript Description
Attributi
Contenuto in
msdescription: adminInfo
Può contenere
core: p
linking: ab
msdescription: custEvent
Esempio
<custodialHist>
 <custEvent type="conservation"
  notBefore="1961-03notAfter="1963-02">
Conserved between March 1961 and February 1963 at
   Birgitte Dalls Konserveringsværksted.</custEvent>
 <custEvent type="photography"
  notBefore="1988-05-01notAfter="1988-05-30">
Photographed in
   May 1988 by AMI/FA.</custEvent>
 <custEvent type="transfer-dispatch"
  notBefore="1989-11-13notAfter="1989-11-13">
Dispatched to Iceland
   13 November 1989.</custEvent>
</custodialHist>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <elementRef key="custEventminOccurs="1"
   maxOccurs="unbounded"/>

 </alternate>
</content>
Dichiarazione
<rng:element name="custodialHist">
 <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:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:ref name="custEvent"/>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element custodialHist
{
   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,
   ( model.pLike+ | custEvent+ )
}