<custodialHist>

<custodialHist> 包含手稿保管歷史的描述,可以是篇章、或是一連串註明日期的保管事件。 [10.9.1.2 Availability and Custodial History]
組件 msdescription — Manuscript Description
屬性
可包含在於
msdescription: adminInfo
可包含
core: p
linking: ab
msdescription: custEvent
例子
<custodialHist>
 <custEvent type="conservation"
  notBefore="1961-03notAfter="1963-02">
1961年3月至1963年2月保存於北京國家文物典藏館</custEvent>
 <custEvent type="photography"
  notBefore="1988-05-01notAfter="1988-05-30">
1988年5月由國家攝影協會攝製</custEvent>
 <custEvent type="transfer-dispatch"
  notBefore="1989-11-13notAfter="1989-11-13">
1989年11月13日發送至冰島</custEvent>
</custodialHist>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

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

 </alternate>
</content>
宣告
<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+ )
}