<recordHist>

<recordHist> (histoire de la description) donne des informations sur la source de la description et sur les modifications apportées à la description précédente. 10.7.5.1 Administrative information
Modulemsdescription — 10 Manuscript Description
Attributs
Utilisé par
Peut contenir
core: p
header: change
linking: ab
msdescription: source
Declaration

<rng:element name="recordHist">
<rng:ref name="att.global.attributes"/>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:group>
  <rng:ref name="source"/>
  <rng:zeroOrMore>
   <rng:ref name="change"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:choice>
</rng:element>
element recordHist
{
   att.global.attributes,
   ( model.pLike+ | ( source, change* ) )
}
Exemple
<recordHist>
 <source>
  <p>Derived from <ref target="#IMEV">IMEV 123</ref> with additional research
     by P.M.W.Robinson</p>
 </source>
 <change when="1999-06-23">
  <name>LDB</name> (editor)
   checked examples against DTD version 3.6
 </change>
</recordHist>