<history>

<history> (histoire) rassemble les éléments servant à donner un historique complet du manuscrit ou d'une partie du manuscrit. 10.8 History
Modulemsdescription — 10 Manuscript Description
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs))
Utilisé par
Contenu dans
msdescription: msDesc msPart
Peut contenir
core: p
linking: ab
Declaration

<rng:element name="history">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   ( model.pLike+ | ( summary?, origin?, provenance*, acquisition? ) )
}
Exemple
<history>
 <origin notBefore="1750-01-01" notAfter="1750-12-31">
  <p>Reliure exécutée par Louis-François Le Monnier (signature), Paris, vers 1750 d'après
  <ref target="#fr_bib01">Michon, 1956 (n° 38 (120)</ref> .</p>
 </origin>
 <provenance>
  <p/>
 </provenance>
 <acquisition notBefore="1833-12-31" notAfter="1848-01-31">Estampille n° 24, utilisée de
   1833 à 1848</acquisition>
</history>