<history>

<history> (history) groups elements describing the full history of a manuscript, manuscript part, or other object. [10.8. History]
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: msDesc msPart
May contain
core: p
linking: ab
msdescription: origin summary
Examples

<history>
   
<origin>
      
<p>Written in Durham during the mid twelfth
century.
</p>
   
</origin>
   
<provenance>
      
<p>Recorded in two medieval
catalogues of the books belonging to Durham Priory, made in 1391 and
1405.
</p>
   
</provenance>
   
<provenance>
      
<p>Given to W. Olleyf by William Ebchester, Prior (1446-56)
and later belonged to Henry Dalton, Prior of Holy Island (Lindisfarne)
according to inscriptions on ff. 4v and 5.
</p>
   
</provenance>
   
<acquisition>
      
<p>Presented to Trinity College in 1738 by
Thomas Gale and his son Roger.
</p>
   
</acquisition>
</history>
Source Github

<elementSpec module="msdescription" xml:id="HISTORY" ident="history">
   
<gloss>history</gloss>
   
<desc xml:id="history.desc"> groups elements
describing the full history of a manuscript, manuscript part, or other object.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
   
</classes>
   
<content>
      
<alternate>
         
<classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/>
         
<sequence>
            
<elementRef key="summary" minOccurs="0"/>
            
<elementRef key="origin" minOccurs="0"/>
            
<elementRef key="provenance" minOccurs="0" maxOccurs="unbounded"/>
            
<elementRef key="acquisition" minOccurs="0"/>
         
</sequence>
      
</alternate>
   
</content>
</elementSpec>