<history>

<history> groups elements describing the full history of a manuscript or manuscript part. [10.8 History]
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: msDesc msFrag msPart
May contain
core: p
linking: ab
Example
<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>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <sequence>
   <elementRef key="summaryminOccurs="0"/>
   <elementRef key="originminOccurs="0"/>
   <elementRef key="provenance"
    minOccurs="0maxOccurs="unbounded"/>

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

  </sequence>
 </alternate>
</content>
Schema Declaration
<rng:element name="history">
 <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:group>
   <rng:optional>
    <rng:ref name="summary"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="origin"/>
   </rng:optional>
   <rng:zeroOrMore>
    <rng:ref name="provenance"/>
   </rng:zeroOrMore>
   <rng:optional>
    <rng:ref name="acquisition"/>
   </rng:optional>
  </rng:group>
 </rng:choice>
</rng:element>
element history
{
   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+ | ( summary?, origin?, provenance*, acquisition? ) )
}